Gladly Get Task Data
Retrieves the details of a single Gladly task by its task ID. Use it to read a task's data within a flow.
What it does
- Looks up a Gladly task by ID and returns its full data.
Inputs
| Name | Type | Description |
|---|---|---|
| Gladly Domain | Credentials | Gladly Domain |
| Environment | Credentials | Gladly QA or PROD environment Possible values: qa, com. |
| Username | Credentials | Gladly Agent Username |
| API Key | Credentials | Gladly API Key |
| Task ID | String | Gladly task ID |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether task was retrieved successfully |
| Task Data | Object | Task data |
Notes
- Needs Gladly credentials (domain, environment, username and API key).