Webhooks page
Last updated
Was this helpful?
Last updated
Was this helpful?
The Webhooks page is an overview of all the webhooks you have configured on your Flagship account. This page enables you to trigger alerts depending on the type of actions performed on your account.
A Webhook is a way for applications/software to send alerts to third-party applications in real time when an event happens. It is configured to send push notifications to a URL (Hook URL) designated by the tier interested in the event. Each event triggering the Webhook URL will have specific parameters (such as the name of the event) and common ones (such as the date and time). For more information on webhooks, refer to the developer portal.
To access the Webhooks page, go to Settings > Platform Integration > Webhooks tab.
To create a webhook, apply the following steps:
Click Create.
Choose the event you want to be alerted on.
Insert the webhook URL which should receive the alerts.
Insert a short description to remember what this webhook is for.
Click Create: The created webhook appears in a new line.
Here is the list of event types you can receive an alert on:
Event type
Gives an alert when...
Feature.status
The feature status has changed (ON and OFF)
Feature.active
The feature has been turned ON
Feature.paused
The feature has been turned OFF
Flag.new
A new flag has been created in your codebase.
Flag.deleted
A flag has been deleted from your codebase.
Environment.synchronize
A modification has been made on the platform and has an impact on your campaigns
Letβs say you and your team are planning to launch several features during the next quarter. Five people are managing your Flagship account and working on the features (activation/deactivation, etc.). To be notified when a feature is pushed ON or OFF by any member of your team, you can configure a webhook. To do so, you must create the webhook in your codebase beforehand and thus generate your own hook URL to reach it. Then, you can create a webhook via the Webhooks tabs of your Flagship account:
From the drop-down list, select the feature.status event style.
Fill in the corresponding Hook URL that you generated.
Add a description.
Click Create.
Now you can manage your Flagship features more easily.
β Good to know
Need additional information?
Submit your request at product.feedback@abtasty.com
Always happy to help!
To automate these alerts, you may consider using our .