Create Webhook
Webhooks
Create Webhook
POST
Create Webhook
Create a new webhook configuration. Webhooks allow you to receive real-time HTTP notifications when specific events occur in your Everflow network, such as new conversions or status changes.
Authorizations
The Everflow API key generated from the Control Center > Security.
Body
application/json
Event types that should trigger this webhook. You can specify more than one.
Available options:
advertiser_created, advertiser_signed_up, advertiser_updated, affiliate_approved_for_offer, affiliate_created, affiliate_signed_up, affiliate_signup_verdict, affiliate_updated, offer_created, offer_updated, traffic_optimized HTTP method to use when sending the webhook.
Available options:
get, post The webhook endpoint URL.
Name or description for the webhook.
Webhook status.
Available options:
active, inactive Response
200 - application/json
A webhook configuration.
Unique webhook ID.
Example:
1
Network ID.
Example:
1
Event types that trigger this webhook.
Available options:
advertiser_created, advertiser_signed_up, advertiser_updated, affiliate_approved_for_offer, affiliate_created, affiliate_signed_up, affiliate_signup_verdict, affiliate_updated, offer_created, offer_updated, traffic_optimized Example:
["affiliate_updated"]HTTP method used when sending the webhook.
Available options:
get, post Example:
"post"
The webhook endpoint URL.
Example:
"https://example.com/webhook"
Optional description for the webhook.
Example:
"My webhook"
Webhook status.
Available options:
active, inactive Example:
"active"
Unix timestamp of creation.
Example:
1774726693
Unix timestamp of last update.
Example:
1774726693
