Skip to main content

ActionResponse

Configured automation action

idstring
Example: 01HX9QRPBZW4EZG3BTYV7K0M5A
namestring
Example: notify-on-complete
profileIdstringnullable
Example: acme-corp
actionTypeActionType (string)

Type of automation action to execute

Possible values: [WEBHOOK, KAFKA_PUBLISH, EMAIL, SLACK, ARCHIVE_FILE, CUSTOM_SCRIPT]

Example: WEBHOOK
triggerActionTrigger (string)

Pipeline event that fires the action

Possible values: [ON_COMPLETION, ON_FAILURE, ON_PARTIAL_FAILURE, ON_THRESHOLD_BREACH, ON_SCHEDULE, MANUAL]

Example: ON_COMPLETION
enabledboolean
Example: true
lastTriggeredAtstring<date-time>nullable
Example: 2024-03-15T10:30:00Z
createdAtstring<date-time>
Example: 2024-03-15T08:00:00Z
updatedAtstring<date-time>
Example: 2024-03-15T09:30:00Z
ActionResponse
{
"id": "01HX9QRPBZW4EZG3BTYV7K0M5A",
"name": "notify-on-complete",
"profileId": "acme-corp",
"actionType": "WEBHOOK",
"trigger": "ON_COMPLETION",
"enabled": true,
"lastTriggeredAt": "2024-03-15T10:30:00Z",
"createdAt": "2024-03-15T08:00:00Z",
"updatedAt": "2024-03-15T09:30:00Z"
}