You can subscribe to the following Webhook events, and you will receive notifications on your endpoint URL when an event occurs.
All webhook events follow the pattern: {resource}.{action}
Event | Topic | Description |
invitation.created | Invitation | Fires when an Invitation has been created to be sent to a member to join your team. |
invitation.updated | Invitation | Fires when an Invitation to join your team has been updated, such as changing the member’s name or email. |
invitation.deleted | Invitation | Fires when an Invitation to join your team has been rescinded/cancelled. |
membership.created | Membership | Fires when a new member joins your team. |
membership.updated | Membership | Fires when a member who joined your team’s account is updated, such as their team role. |
membership.deleted | Membership | Fires when a member of your team is removed. |
team.referred | Team | Fires when you’ve successfully referred a new team to OfferLab. |
team.affiliate_signed_up | Team | Fires when a new user signs up via your referral link. |
order.created | Order | Fires when a brand-new order is created. |
order.updated | Order | Fires when an existing order is updated. |
order.deleted | Order | Fires when an order is deleted. |
order.completed | Order | Fires when an order is marked as completed. |
orders/invoice.created | Orders:Invoice | Fires when a new invoice is generated for an order. |
orders/invoice.updated | Orders:Invoice | Fired when an invoice is updated. |
orders/invoice.deleted | Orders:Invoice | Fires when an invoice is deleted. |
orders/invoice.paid | Orders:Invoice | Fires when an invoice is successfully paid. |
orders/invoice.status_changed | Orders:Invoice | Fires when an invoice’s status changes. |
collaboration.auto_approved | Collaboration | Fires when a collaboration between two creators is automatically approved. |
collaboration.approved | Collaboration | Fires when a collaboration request is manually approved. |
subscription.created | Subscription | Fires when a new subscription is created. |
subscription.updated | Subscription | Fires when an existing subscription is updated. |
subscription.deleted | Subscription | Fires when a subscription is canceled or ends. |
