REST API Calls (Lookup and Actions)
Everest executes authenticated outbound REST calls (GET, POST, and PUT) mid-conversation from any flow step. Requests support custom headers and bearer token or API key authentication. JSON responses are parsed into conversation variables for use in later steps and branching. Flows include configurable retries and dedicated error branches, so failed calls route to a fallback path instead of ending the conversation.Webhook / Event Push
Everest pushes conversation events to external systems via webhooks with signed payloads for verification. Triggers are configurable per endpoint:- Escalation to a human agent.
- Case created.
- Resolution confirmed.
- Custom events raised from within a flow.

