Create or update a trigger.
Array of objects = 1 items |
List of created or updated triggers
{- "items": [
- {
- "externalId": "string",
- "triggerRule": {
- "triggerType": "schedule",
- "cronExpression": "string"
}, - "input": {
- "key1": "value1",
- "key2": "value2"
}, - "metadata": {
- "property1": "string",
- "property2": "string"
}, - "workflowExternalId": "string",
- "workflowVersion": "string",
- "authentication": {
- "nonce": "hOfy4Zop4N2SPRfl"
}
}
]
}
{- "items": [
- {
- "externalId": "string",
- "triggerRule": {
- "triggerType": "schedule",
- "cronExpression": "string"
}, - "input": {
- "key1": "value1",
- "key2": "value2"
}, - "metadata": {
- "property1": "string",
- "property2": "string"
}, - "workflowExternalId": "string",
- "workflowVersion": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}