Types > WorkflowCreate
Description
Topic: Workflows
Fields
API Key to use for API calls
Example: "ke_EQzGqWoY"
Valid when: api_key_id matches regexp pattern: ^ke_
Description of the workflow
Valid when: description's length doesn't exceed 4096 characters
Whether this workflow is enabled or not
Example: true
Name of the workflow
Example: "Tag orders"
Valid when: name is not empty
Valid when: name's length doesn't exceed 200 characters
A script to execute for the workflow (JavaScript)
Valid when: script's length doesn't exceed 100000 characters
A trigger
Example: "product.created"
Valid when: trigger's length doesn't exceed 200 characters
Used By
Mutations
Preview (typescript)
Loading module