• Generating an API key

    2026-06-15 15:06:28
    API keys let external applications authenticate with your account. Treat them like passwords and never expose them in client-side code.Create a keyGo to Settings → API.Click Generate new ...
  • Webhook basics

    2026-06-15 15:06:28
    Webhooks push real-time notifications to your server whenever something happens in your account, so you don't have to poll the API.How it worksYou register a URL, and we send an HTTP POST with a JSON payload each time ...
  • You can create and maintain help-center content programmatically. This is handy for bulk imports or for keeping docs in sync with another system.Groups and articlesCreate a group first, then create articles that reference its id:...