Experiment Update Webhook
Webhooks let your integrations take action in response to events that occur in Eppo. The Experiment Update Webhook is a good solution when a custom application needs to display or take action on the most up to date state of an experiment.
Webhook Events
The webhook sends four types of experiment update events. If you only want to take action based on certain types of events, you can filter to just the events you are interested in subscribing to based on their event type in the request body.
Event | Triggers | Request body |
---|---|---|
experiment.metric.updated | { | |
experiment.configuration.updated | { | |
experiment.status.updated | { | |
experiment.calculated_metrics.updated | { |
Configuring the webhook
To use the webhook, you first need to setup a URL on your side to receive the webhook payload. Once that is done, contact Eppo support to set and enable the webhook.