answerLoopsanswerLoops Docs
Reference

Webhooks

Find the setup guide for incoming channel and billing events.

answerLoops receives webhook events from connected platforms. Each integration has its own registration, permissions, and event format; there is no single payload format for all channels.

Integration guides

SourceSetup and behavior
GitHubGitHub integration: Issues, Discussions, comments, and repository synchronization.
DiscourseDiscourse integration: activity in watched categories.
CircleCircle integration: posts and comments in connected spaces.
TelegramTelegram integration: messages delivered to the configured bot.
EmailEmail integration: inbound messages and reply configuration.
BillingStripe integration: subscription events for operators of the hosted service.

Verify delivery

  1. Complete the integration's setup guide.
  2. Send a test message or create the supported event in the connected platform.
  3. Check that the expected ticket or status change appears in answerLoops.
  4. If nothing appears, check the platform's delivery history and the answerLoops application logs for that event.

For self-hosted deployments, confirm that the configured callback URL is reachable over HTTPS and points to the intended deployment. Use the exact route and event types in the integration guide.

To build a client that searches knowledge or creates tickets directly, use the Agent API or MCP.

On this page