Enter your API key
The annotation for the workflow. It is used to pre-populate data from FK relations of the event data which can be used in filters and execution of the workflow.
[
{
"entityType": "Ticket",
"requiredFields": {
"ticketId": "{{context.event.message.payload.ticketId}}"
},
"relations": ["account", "account.classification"],
"pathToAnnotate": "context.event.message.payload.ticket"
}
]The name of the workflow
The event that triggers the workflow (Accepts event UID)
Filters to applied on an event attribute to determine when the workflow should trigger. Supports:
Comparison Operators:
- ~eq: Exact match (any type)
- ~gte: Greater than or equal (numbers)
- ~lte: Less than or equal (numbers)
- ~in: Check if value is in array
String Operators:
- ~starts: String starts with
- ~ends: String ends with
- ~contains: String contains
- ~regex: Regular expression match
Logical Operators:
- ~and: All conditions must match
- ~or: Any condition must match
Example:
{ "{{context.name}}": { "~starts": "T" } }{ "{{context.name}}": { "~starts": "T" } }The definition of the workflow
The agent on behalf of which the workflow is executed
Provide team id if the visibility and execution of the workflow is to be team specific
The metadata for the workflow
Operation successful
The identifier for current version of the workflow
The type of the activity
The sub type of the activity
The unique identifier of the workflow
The name identifier of the workflow
The version of the workflow
The trigger event of the workflow
The filters of the workflow
The annotation for the workflow
The workflow definition of the workflow
The executing agent of the workflow
The status of the workflow
The created at date of the workflow
The updated at date of the workflow
The created by of the workflow
The team id of the workflow
The metadata for the workflow