Skip to main content

WorkflowAction

An action executed as part of a workflow rule

created_atdate-timerequired

When the workflow action was created

idstringrequired

Unique workflow action identifier (opaque ID)

properties objectrequired

Action-specific configuration properties

property name*any

Action-specific configuration properties

typestringrequired

Type of action to execute

Possible values: [send_custom_email, trigger_automation]

WorkflowAction
{
"created_at": "2024-01-15T10:30:00Z",
"id": "waction_def456",
"properties": {
"recipient": "attendee",
"subject": "Your meeting is confirmed",
"template": "confirmation"
},
"type": "send_custom_email"
}