curl --request PUT \
--url https://platform.kodexa.ai/api/triggers/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"activityPlanRef": "<string>",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"enabled": true,
"eventFilter": {},
"eventKind": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"projectId": "<string>",
"slug": "<string>",
"triggerMetadata": {},
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"activityPlanRef": "<string>",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"enabled": true,
"eventFilter": {},
"eventKind": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"projectId": "<string>",
"slug": "<string>",
"triggerMetadata": {},
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Updates an existing Trigger. Triggers are project-scoped automation rules that start an ActivityPlan when a matching event fires.
curl --request PUT \
--url https://platform.kodexa.ai/api/triggers/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"activityPlanRef": "<string>",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"enabled": true,
"eventFilter": {},
"eventKind": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"projectId": "<string>",
"slug": "<string>",
"triggerMetadata": {},
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"activityPlanRef": "<string>",
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"enabled": true,
"eventFilter": {},
"eventKind": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"projectId": "<string>",
"slug": "<string>",
"triggerMetadata": {},
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.