Skip to main content
Actions are the “what” of an automation. The operations Custral runs when a workflow fires or a sequence advances. This is the reference for the built-in action nodes; connected apps and AI add more (see Connecting to external apps).

Records & data

Communication

Conversations

Tasks

Logic & flow

For branching (if / else) and conditions, see Edges & logic.

Notifications & utilities

Connecting to external apps

To call an external service, add an action from a connected app rather than a generic HTTP block. In the action picker, switch to the Apps category and choose a provider. Its available actions are added directly to your workflow. AI-powered actions live under the AI category.

Configuring an action

Each action takes parameters. Insert dynamic values from the trigger (or an earlier step) by wrapping them in double curly braces, for example, dropping a contact’s name into an email body with {{ record.name }}. The editor shows which values are available from your chosen trigger.

Troubleshooting

See also