A representation of a workflow action.
This resource includes the following properties:
Property | Type | Description |
---|---|---|
id |
string | The action ID. |
type |
string | The action type. |
properties |
object | Properties for the action. |
created_at |
string | The ISO-8601 timestamp when the action was created. |
Here is an example representation of this resource:
{
"id": "waction_01ED74HMFGVZ92YVCWTD8Y8H6X",
"type": "trigger_automation",
"properties": {
"provider": "zapier",
"description": "Post in Slack"
},
"created_at": "2021-01-01T10:00:00Z"
}