List of supported webhook event types and their payloads
Webhooks send real-time notifications when events happen in your Linkkit workspace. All webhook payloads follow this structure:
{
"id": "evt_KleiO4HBwZFbO1vZLWIPZ2AtX",
"event": "link.created",
"createdAt": "2024-08-26T16:41:52.346Z",
"data": {}
}
- id – Unique event ID
- event – Event type (e.g. link.created)
- createdAt – ISO 8601 timestamp when the event was created
- data – Event-specific payload
Linkkit
Event Type | Description |
|---|---|
Occurs when a new partner is enrolled in your workspace. | |
Occurs when a partner submits an application to join your workspace. | |
Occurs when a new lead is tracked. | |
Occurs when a new sale is tracked. | |
Occurs when a new commission is generated — from a tracked conversion or created manually in the dashboard. |
Linkkit Links
Linkkit Links is your short link and analytics platform for creating, managing, and tracking links. Here are the webhook events that are available for Linkkit Links:
Event Type | Description |
|---|---|
Occurs when a new link is created in your workspace. | |
Occurs when a link is updated in your workspace. | |
Occurs when a link is deleted in your workspace. | |
Occurs when a link is clicked by a user. |
Event types screenshot — replace this callout with your screenshot in the CMS.
Open the Linkkit dashboard to try these steps in your workspace.
