AutomationActions
The action is what happens after the automation is triggered.
| Field : Object | Description |
|---|---|
| acceptedParameters: [String] | The parameters ID. |
| disabledReason: AutomationActionDisabledReason | The reason why the action is disabled. |
| enabled: Boolean | Whether the action is enabled for the organization or pipe. |
| eventsBlacklist: [String] | The event IDs that can't trigger this action. |
| icon: String | The action icon. |
| id: ID | The action ID. |
| initiallyHidden: Boolean | Whether this action is initially hidden in the page. |
| triggerEvents: [String] | The events ID that can trigger the action. |