Gladly Update Task

Updates a Gladly task: its assignee, body, due date and status. Use it to change a task as a flow progresses.

What it does

  • Updates the chosen fields of an existing Gladly task (assignee inbox/agent, body, status).
  • Sets the due date directly, or calculates it from a "due in" amount and unit.

Inputs

NameTypeDescription
Gladly DomainCredentialsGladly Domain
EnvironmentCredentialsGladly QA or PROD environment Possible values: qa, com.
UsernameCredentialsGladly Agent Username
API KeyCredentialsGladly API Key
Task IDStringGladly task ID
Task BodyOptional StringTask body
Inbox IDOptional StringInbox to assign the task to
Agent IDOptional StringAgent to assign the task to
Due DateOptional StringTime when the task will be due. If not provided, Due In is used
Due InOptional StringTime in days until the task is due
StatusOptional StringTask status Possible values: OPEN, CLOSED.
Due UnitOptional StringDue unit. Default: days Possible values: days, hours, minutes.

Outputs

NameTypeDescription
SuccessBooleanWhether task updated successfully

Notes

  • Needs Gladly credentials (domain, environment, username and API key).
  • Provide either Due Date or Due In; if neither is set, the existing due date is unchanged.

API reference