StyloDocs
Workflow blocks

List Agents

Get available agents for ticket assignment

View as Markdown

zendesk/list-agents — Get available agents for ticket assignment.

Where it appears

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

Fields

FieldTypeRequiredDefaultDescription
groupIdtext (supports references)NoOptional numeric Zendesk group ID to limit results to agents in that group. Leave empty to list all agents. Accepts a literal ID or <StepName.field>.

Inputs and outputs

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

Outputs

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

NameTypeDescription
successbooleanSuccess status
agentsarrayArray of agents
errorstringError message if failed

Limits and failure modes

  • Requires a connected Zendesk 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