Skip to main content
PATCH
Update webhook subscription

Authorizations

x-api-key
string
header
required

Path Parameters

webhookId
string
required

Webhook ID

Body

application/json
name
string

Descriptive name for the webhook

Required string length: 1 - 255
url
string<uri>

Webhook URL

secret
string | null

Webhook secret (null to remove)

Required string length: 8 - 256
events
enum<string>[]

Array of event types

Minimum array length: 1
Available options:
CONNECTION_REQUEST_SENT,
CONNECTION_REQUEST_ACCEPTED,
LINKEDIN_MESSAGE_SENT,
EMAIL_SENT,
INMAIL_SENT,
MESSAGE_REPLIED,
POST_LIKED,
PROFILE_VISITED
campaignIds
number[]

Array of campaign IDs to filter

customFields
string[]

Additional fields to include. Use GET /v1/contacts/fields (MCP tool get_contact_field_metadata) and GET /v1/companies/fields (MCP tool get_company_field_metadata) to discover valid field names.

enabled
boolean

Enable or disable webhook

Response

Webhook updated successfully

status
enum<string>
required
Available options:
success
message
string
required
data
object
required