Test Webhook
Sends a test payload to a webhook identified by its webhook_id and returns the delivery status code. Use it to confirm your endpoint is reachable and handling payloads correctly before depending on live events. Fails with 'not found' if the webhook_id is invalid.
Example prompt: Send a test payload to webhook 3f2a9c10-7b1e-4d22-9a01-bc44ee551122 and tell me if it succeeded
{
"webhook_id": "3f2a9c10-7b1e-4d22-9a01-bc44ee551122",
"status_code": 200,
"delivered": true
}What you can build
Parameters
Inputs accepted by test_webhook.
| Name | Type | Description |
|---|---|---|
| webhook_id | string | The webhook ID to test (UUID from list_webhooks) |
Related tools
List Webhooks
List every webhook on your account with its URL, subscribed events, and enabled status. The reference point for inspecting and managing event delivery.
Create Webhook
Register an HTTPS webhook to receive real-time LinkedIn event notifications. Returns a signing secret to verify payloads. Up to 25 webhooks per account.
Get Webhook Deliveries
Inspect recent delivery attempts for a webhook with status, response codes, errors, and retry schedule. Diagnose failures and confirm successful sends.
Update Webhook
Change a webhook's URL, subscribed events, enabled status, or description by ID. Adjust integrations without recreating them from scratch.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.