Skip to main content

LinkedIn account disconnected

linkedin_automation_account_disconnected

This event is triggered when a LinkedIn account is disconnected from Woodpecker.

Payload

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

Body schema

FieldTypeDescription
[].methodstringWebhook event type
[].linkedin_accountobjectContains data about the disconnected 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 DISCONNECTED
  └─ full_namestringFull name associated with the LinkedIn account
  └─ linkedin_urlstringLinkedIn profile URL of the account
  └─ levelnullSubscription level of the account. When an account disconnects, the returned level will be null
[].timestampstringTimestamp of triggering the webhook (ISO 8601 format)
[].firm_idintegerID of your Woodpecker account