List of available webhook events you can listen to along with their payload examples
link.created
link.updated
link.deleted
lead.created
sale.created
partner.enrolled
commission.created
link.created
Sample payload
link.updated
Sample payload
link.deleted
Sample payload
lead.created
eventName
: The name of the event that was tracked.customer
: Details about the customer that signed up.click
: Details about the click event that led to the lead event.link
: Details about the referral link that the lead event is associated with.Sample payload
sale.created
eventName
: The name of the event that was tracked.customer
: Details about the customer that made the purchase.click
: Details about the click event that led to the sale event.link
: Details about the referral link that the sale event is associated with.Sample payload
partner.enrolled
partner
: Details about the partner that was enrolled.links
: An array of the partner’s referral links.Sample payload
commission.created
partner
: Details about the partner that earned the commission.customer
: Details about the customer that made the purchase.userId
: The ID of the user who created the manual commission. You can use this field to distinguish manual commissions from other types of commissions.Sample payload
link.clicked
Sample payload