Skip to main content
POST
Test Webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Test webhook parameters

event
enum<string>
required
Available options:
linkedin.message.sent,
linkedin.message.received,
linkedin.invitation.sent,
linkedin.invitation.accepted,
prospect.qualification.manual,
prospect.unqualified
Example:

"linkedin.message.received"

data
object
Example:

Response

Test webhook sent successfully

message
string
Example:

"Test webhook sent successfully"

event
string
Example:

"linkedin.message.received"

webhooksCount
integer
Example:

2

webhooks
object[]
Last modified on April 27, 2025