ActionResponse
Configured automation action
idstring
Example:
01HX9QRPBZW4EZG3BTYV7K0M5Anamestring
Example:
notify-on-completeprofileIdstringnullable
Example:
acme-corpactionTypeActionType (string)
Type of automation action to execute
Possible values: [WEBHOOK, KAFKA_PUBLISH, EMAIL, SLACK, ARCHIVE_FILE, CUSTOM_SCRIPT]
Example:
WEBHOOKtriggerActionTrigger (string)
Pipeline event that fires the action
Possible values: [ON_COMPLETION, ON_FAILURE, ON_PARTIAL_FAILURE, ON_THRESHOLD_BREACH, ON_SCHEDULE, MANUAL]
Example:
ON_COMPLETIONenabledboolean
Example:
truelastTriggeredAtstring<date-time>nullable
Example:
2024-03-15T10:30:00ZcreatedAtstring<date-time>
Example:
2024-03-15T08:00:00ZupdatedAtstring<date-time>
Example:
2024-03-15T09:30:00ZActionResponse
{
"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"
}