Webhooks
Create Webhook
Create a webhook to receive real-time notifications when specific campaign events occur.
POST
Headers
Your LinkedCamp API token.
Body Parameters
A descriptive name for the webhook.
The URL that will receive webhook POST requests when the event occurs.
The event type that triggers the webhook.Available values:
| Event | Description |
|---|---|
CONNECT_INVITED | A connection request was sent |
ACCEPTS_REQUEST | A connection request was accepted |
REPLY_DETECTED | A reply was received from a prospect |
EMAIL_SENT | An email was sent |
OPENED | An email was opened |
BOUNCED | An email bounced |
CLICKED | A link in an email was clicked |
UNSUBSCRIBED | A prospect unsubscribed |
Response
Whether the request was successful.
A human-readable result message.
