Skip to main content

ABC Sales AI Developer Docs

Welcome to the developer documentation for the ABC Sales AI public API. Use it to read and reply to lead conversations, manage messaging-channel connections, and subscribe to webhooks for real-time lead events.

Base URL

https://api.abcsalesbot.com

All endpoints are versioned under /v1.

What you can build

  • Conversations — read a lead's conversation history and send replies across connected channels.
  • Leads — work with lead records and their associated conversations.
  • Discovery — list the custom fields, automations, and tags configured on your account so you can build valid lead payloads. See Discovery.
  • Messaging channels — list the channel connections (WhatsApp, LINE, Messenger, etc.) available to your company.
  • Attachments — download files from conversations and upload files for file custom fields. See Attachments.
  • Webhooks — subscribe to lead events and receive signed callbacks. See Webhooks.

Next steps

  1. Authentication — get an API key and authenticate requests.
  2. Quickstart — make your first API call.
  3. Discovery — list the custom fields, automations, and tags your account accepts.
  4. Sending Leads In — push leads into ABC Sales AI from your own systems.
  5. Replying to Conversations — message leads across connected channels.
  6. API Reference — the full, always-up-to-date endpoint reference, generated from our OpenAPI spec.
Need product help instead?

End-user and setup documentation lives in the Help Center. These docs are for developers integrating with the API.