List teams in Intercom.

Example Output

{
	"type": "team.list",
	"teams": [
		{
			"type": "team",
			"id": "5671587",
			"name": "My Team",
			"admin_ids": [
				1234567
			]
		}
	]
}

Workflow Library Example

List Teams with Intercom and Send Results Via Email

Preview this Workflow on desktop