Gladly Get Customer Tasks List

Returns the list of tasks for a Gladly customer, looked up by customer ID or email address. Use it to see a customer's open tasks within a flow.

What it does

  • Accepts a Gladly customer ID, or an email address which it resolves to a customer first.
  • Returns the customer's list of tasks and the number of tasks.

Inputs

NameTypeDescription
Customer IdentifierStringGladly customer ID or customer email address
Gladly DomainCredentialsGladly Domain
EnvironmentCredentialsGladly QA or PROD environment Possible values: qa, com.
UsernameCredentialsGladly Agent Username
API KeyCredentialsGladly API Key

Outputs

NameTypeDescription
Success?BooleanWhether customer tasks were retrieved successfully
Tasks ListListTasks List
Number of TasksNumberNumber of tasks

Notes

  • Needs Gladly credentials (domain, environment, username and API key).

API reference