Create Webhook
Register a new webhook endpoint to receive real-time LinkedIn event notifications. Specify the URL to receive events, the event types to subscribe to, and an optional signing secret for HMAC-SHA256 verification. Supports 24 event types including messages, invitations, profile views, and more.
MCP tool name: create_webhook
Use Cases
- Set up real-time notifications for new LinkedIn messages
- Trigger CRM updates when invitations are accepted
- Build event-driven workflows with n8n or Make
- Monitor profile views and new followers in real time
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | The HTTPS URL to receive webhook events |
| events | string[] | required | Event types to subscribe to (e.g. ['message.received', 'invitation.accepted']) |
| signing_secret | string | optional | Optional HMAC-SHA256 signing secret for payload verification |
Example
Prompt
Create a webhook at https://example.com/hook for message.received and invitation.accepted events
Response
{
"id": "wh_new456",
"url": "https://example.com/hook",
"events": ["message.received", "invitation.accepted"],
"active": true,
"signing_secret_hint": "sk_...xyz"
}Permission Scopes
This tool is available in the following permission scopes:
Related Tools
List Webhooks
List all registered webhook endpoints and their event subscriptions. Webhook management via MCP.
Update Webhook
Update a webhook endpoint's URL, events, or signing secret. Webhook configuration management via MCP.
Test Webhook
Send a test event to a webhook endpoint to verify delivery and signing. Webhook debugging via MCP.
Stop paying €99/seat for tools that don’t talk to AI
Connect your first LinkedIn profile in under 5 minutes. All 77 tools from €19/mo.