Frontitude Developer Docs
FrontitudeGuidesWhat's new
  • 👋Hello, developer
  • 🔢Quick start
  • Deverloper CLI
    • Installation
    • Authentication
    • Commands
    • Example app
    • Supported client-side frameworks
    • File formats
      • JSON (Web)
      • XLIFF
      • Android XML
      • Apple Strings (.strings)
      • ARB (Flutter)
  • Webhooks
    • Introduction
    • Setting up Webhooks
    • Using Webhooks
    • Events
    • Example webhook handler
  • Security and Compliance
    • Security statement
    • Data collection statement
  • Useful links
    • Demo React app
    • Figma plugin
    • Frontitude guides
    • Product updates
Powered by GitBook
On this page
  • Turning On the Webhooks Integration
  • Generating a Signing Key
  • Creating a Webhook

Was this helpful?

  1. Webhooks

Setting up Webhooks

PreviousIntroductionNextUsing Webhooks

Last updated 1 year ago

Was this helpful?

Turning On the Webhooks Integration

  1. Go to the Webhooks section in your .

  2. If it's turned of, click the toggle to turn on the integration. Notice that Webhooks is available only as part of the developer pack on our premium plans.

Generating a Signing Key

Before you can start using Webhooks, you need to generate a signing key. This key is essential for ensuring the authenticity of incoming HTTP payloads and preventing malicious requests.

To generate a signing key:

  1. Click Copy to copy it to your clipboard.

  2. Paste it somewhere safe and use it in your code to validate incoming events (see our code sample below).

  3. You can always refresh the signing key by clicking Refresh key. On refresh, the previous key will be valid for the next 24 hours.‍

Creating a Webhook

To start receiving webhook events, you need to create a webhook:

  1. Create a webhook by specifying a name, URL, and at least one trigger.

  2. Ensure that the URL you specify points to a secure endpoint using HTTPS.

Click on the Generate key button under the Webhooks section in your .

Go to the Webhooks section in your .

workspace integrations page
workspace integrations page
workspace integrations page
Creating a webhook in Frontitude