Skip to main content

LinkedIn account connected

linkedin_automation_account_connected

This event is triggered when a LinkedIn account is successfully connected to Woodpecker.

Payload

[
{
"method": "linkedin_automation_account_connected",
"linkedin_account": {
"id": 156898745,
"session_status": "CONNECTED",
"full_name": "Erlich Bachman",
"linkedin_url": "linkedin.com/in/erlich-bachman-404xyz",
"level": "PREMIUM"
},
"timestamp": "2026-06-01T10:00:00+0200",
"firm_id": 456789
}
]

Body schema

FieldTypeDescription
[].methodstringWebhook event type
[].linkedin_accountobjectContains data about the connected LinkedIn account
  └─ idintegerUnique identifier of the LinkedIn account in Woodpecker. You can retrieve LinkedIn account IDs with the Get a list of LinkedIn accounts endpoint
  └─ session_statusstringCurrent connection status of the account. For this event, the value is CONNECTED
  └─ full_namestringFull name associated with the LinkedIn account
  └─ linkedin_urlstringLinkedIn profile URL of the account
  └─ levelstringSubscription level of the account. Available values: CLASSIC, PREMIUM, RECRUITER_LITE, SALES_NAVIGATOR or UNKNOWN
[].timestampstringTimestamp of triggering the webhook (ISO 8601 format)
[].firm_idintegerID of your Woodpecker account