Skip to main content
These examples use the HTTP API directly. Set DIALNEXA_API_KEY in your shell and never put the key in browser code, source control, logs, or screenshots.

Goal: create, publish, and call an agent

TypeScript

Python

Goal: list and reconcile calls

Goal: register and verify a webhook

Verify before production

  • Replace every placeholder with an ID returned by the catalog or create operation.
  • Run the agent flow against a test destination you control.
  • Confirm the call through Get Call.
  • Store webhook secrets in a secret manager and verify the raw body.
  • Follow Reliability and retries before adding automatic retries.