πŸ€–
BotTalk Docs
  • BotTalk Documentation
  • Video Tutorials
  • Onboarding
    • πŸ”Create BotTalk Account
    • 🏒Create an Organization
    • πŸ“‚Create a Project
  • Text-to-Speech
    • Configure your Project
      • Organization Access Settings
      • Voice Selection
      • Parser Settings
      • Extractor Rules
    • Integrate Web Player
      • Create a Web Player
      • Configure your Web Player
      • Integrate Web Player into your website
    • Automation Rules
      • Create Custom Rule
    • Analytics
    • Reporting
  • Features
    • Dictionaries
      • SSML-Tags
      • Regular Expressions
      • Contextual Preview
    • Playlist Player
      • Set up a Playlist
      • Create a Playlist Player
      • Configure your Playlist Player
      • Integrate Playlist Player into your website
  • MONETIZATION
    • Paywall Integration
    • Audio Advertising
  • CUSTOM VOICE
    • Create a Custom Voice
    • Preparation of recordings
    • Recording platform
    • Technical guidelines
  • Integration
    • βš™οΈBotTalk API
      • πŸ”‘Authorization
      • πŸ›‘Error Handling
      • 🚦Webhooks
    • API Reference
      • πŸ“°Articles
      • πŸ“ŠReports
  • Help
    • ❓FAQs
      • ❔General
      • πŸ’°Billing
Powered by GitBook
On this page
  1. Integration
  2. BotTalk API

Webhooks

PreviousError HandlingNextAPI Reference

Last updated 2 years ago

Good to know: Webhooks is a premium feature only available on Enterprise plans. Please get in touch with to enable webhooks in your projects.

How do webhooks work?

Webhooks allow you to subscribe to notifications on article status changes.

Every time changes, our server will send a POST request to your webhook endpoint with the following body:

{
    "id": "cc35e0996a2e8e449d21d6b646678e7e",
    "status": "ready",
    "title": "Kreisstadt wird bis 2030 weiterwachsen",
    "webhook_id": 42
}

webhook_id variable is meant to be autoincremented. It can never be the same. Also, it can never decrease.

We won’t check for the response code of your webhook, and we won’t resend this call if your endpoint doesn’t respond.

βš™οΈ
🚦
BotTalk Support
article status