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
| Field | Type | Description |
|---|---|---|
[].method | string | Webhook event type |
[].linkedin_account | object | Contains data about the connected LinkedIn account |
└─ id | integer | Unique identifier of the LinkedIn account in Woodpecker. You can retrieve LinkedIn account IDs with the Get a list of LinkedIn accounts endpoint |
└─ session_status | string | Current connection status of the account. For this event, the value is CONNECTED |
└─ full_name | string | Full name associated with the LinkedIn account |
└─ linkedin_url | string | LinkedIn profile URL of the account |
└─ level | string | Subscription level of the account. Available values: CLASSIC, PREMIUM, RECRUITER_LITE, SALES_NAVIGATOR or UNKNOWN |
[].timestamp | string | Timestamp of triggering the webhook (ISO 8601 format) |
[].firm_id | integer | ID of your Woodpecker account |