Tutorial group
API scenarios
Synchronous and REST-oriented flows: holding a call open, bridging webhooks, and scheduled API sync.
These tutorials cover request/response and REST integration: a two-way availability lookup correlated back to the caller, a webhook-to-ticket bridge, and a scheduled exchange-rate sync.
Stock availability lookup. A two-way API Listener holds the call open while a SQL Caller answers, correlated back.
Webhook bridge. A CRM webhook is reshaped by a map and an API Caller creates a helpdesk ticket.
Exchange rate sync. A scheduled API Caller fetches the day's rates and a SQL Caller upserts them.