Retrieve detail of a specific action (node) within a given automation.
| Type | Description |
|---|---|
mail | Send an email. |
sms | Send an SMS. |
wait | Wait for a specified duration. |
check | Conditional branch (if/else). |
split | A/B split test. |
tag | Add a tag to the subscriber. |
untag | Remove a tag from the subscriber. |
subscribe | Subscribe to a list. |
unsubscribe | Unsubscribe from a list. |
edit | Edit subscriber fields. |
webhook | Send a webhook. |
trigger | Trigger another automation. |
goal | Goal (wait for condition). |
end | End of automation. |
note | Internal note. |