Advertiser webhooks notify your endpoint when changes occur to advertiser accounts in your network.Documentation Index
Fetch the complete documentation index at: https://developers.everflow.io/llms.txt
Use this file to discover all available pages before exploring further.
Events
Advertiser Created
Fired when a new advertiser is created at the top level. This event does not fire when creating additional users for an existing advertiser. Payload: Matches the Find Advertiser By ID endpoint response withusers and billing relationships.
Advertiser Updated
Fired when the advertiser record itself is updated. Triggers include:- Account manager changes
- Address updates
- Billing modifications
- Partner blacklist additions
- Link template additions
- Advertiser user changes
Advertiser Signed Up
Fired when an advertiser self-registers via the advertiser signup form. Does not fire when an advertiser is manually created in the UI. Payload: Includesusers, billing, and signup relationships with additional signup-specific data.
Payload Fields
All advertiser webhook payloads include:| Field | Type | Description |
|---|---|---|
network_advertiser_id | integer | Unique advertiser identifier |
network_id | integer | Network identifier |
name | string | Advertiser name |
account_status | string | Account status (active, inactive, pending) |
default_currency_id | string | Default currency code |
reporting_timezone_id | integer | Reporting timezone |
platform_name | string | Advertiser’s platform name |
platform_url | string | Platform URL |
attribution_method | string | Attribution method |
time_created | integer | Unix timestamp of creation |
time_saved | integer | Unix timestamp of last update |
Relationship Objects
users: Array of advertiser user accountsbilling: Billing configuration and payment termsaccount_manager: Assigned account manager detailscontact_address: Business contact addresssignup(Signed Up event only): Signup form data including website URL, referral code, and promotional information
Example Payload (Created / Updated)
Example Payload (Signed Up)
The Signed Up event includes the same base structure as Created/Updated, with an additionalsign_up relationship:
