StyloDocs
Workflow blocks

List Admins

List the admins (teammates) in your Intercom workspace and return them for downstream use.

View as Markdown

intercom/list-admins — List the admins (teammates) in your Intercom workspace and return them for downstream use.

Where it appears

The List Admins block lives in the Integrations group of the Workflow Builder. Connect the Intercom integration before adding it.

Fields

This block has no configurable fields.

Inputs and outputs

Inputs are the configurable fields above. The block produces these outputs:

Outputs

Reference an output downstream with <List Admins.field>.

NameTypeDescription
successbooleanOperation succeeded
adminsjsonList of admins
errorstringError message if failed

Limits and failure modes

  • Requires a connected Intercom integration. Calls fail if that integration is disconnected or its authorization has expired.
  • On failure the error output is populated; downstream blocks that reference other outputs may not receive values.

On this page