
Two integration sources
Anyreach — native actions organized by entity:- Conversations
- Phone Calls
- Agents
- Knowledge Base
- Workflows


When to use Action vs HTTP API
Adding an Action step
1
Click + below a node
The “Select next step” panel opens. Click Add Action.
2
Pick a source
The “Select an app” modal opens. Choose Anyreach for native actions or browse/search under External Apps for Pipedream integrations.
3
Authenticate (first time only)
For external apps, connecting a new app prompts OAuth. The connection is stored at the org level and reused across all workflows.
4
Pick an action and fill parameters
Each app exposes a list of actions (e.g., Slack → “Send message to channel”). Fill in the parameters — most fields accept expressions like
{{ ctx.input.name }}.5
Save
Click Save in the inspector to confirm the configuration.
What lands in ctx
After the Action step runs, its output is added toctx under the step’s id:
Examples
Send Slack notification
PickSlack → Send message to channel. Fill in the channel and message text:

