Partner webhooks notify your endpoint when changes occur to partner (affiliate) 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
Partner Created
Fired when a new partner is created at the top level. This event does not fire when creating additional users for an existing partner. Payload: Matches the Find Affiliate By ID endpoint response withusers and billing relationships.
Partner Updated
Fired when the partner record itself is updated. Triggers include:- Account manager changes
- Address updates
- Billing modifications
- Offer visibility grants
- Postback changes
- User creation or updates
Partner Signed Up
Fired when a partner self-registers via the signup form. If email verification is enabled, this event only fires after the partner verifies their email. Payload: Includesusers, billing, and signup relationships.
Additional signup fields:
website_url,referral_code,advertise_method,heard_about_ususer_ip,user_agent,phone,tax_id,legal_typemailing_address,promotional_information
Partner Sign Up Verdict
Fired when a network employee approves or rejects a signup application. Note: The Partner Updated webhook also fires when this event occurs. This webhook uses a custom flat payload that does not match the standard Find Affiliate By ID response. Payload:| Field | Type | Description |
|---|---|---|
network_id | integer | Network identifier |
network_affiliate_id | integer | Partner identifier |
network_affiliate_name | string | Partner name |
new_status | enum | New status value (maps to the partner account status) |
employee_id | integer | Employee who made the decision |
employee_full_name | string | Full name of the employee |
timestamp | integer | Unix timestamp of the last update to the partner record |
Common Payload Fields
All partner webhook payloads (except Sign Up Verdict) include:| Field | Type | Description |
|---|---|---|
network_affiliate_id | integer | Unique partner identifier |
network_id | integer | Network identifier |
name | string | Partner name |
account_status | string | Account status |
default_currency_id | string | Default currency |
network_traffic_source_id | integer | Traffic source |
time_created | integer | Creation timestamp |
time_saved | integer | Last update timestamp |
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:
