Trigger Contact or Company Sync
Nudges a sync for a specific contact or company record (target='contact' or 'company', id=UUID), firing a sync_requested webhook that carries the full record. An optional sync_type label routes the payload downstream (for example, 'enrichment') for further sequencing. The call is workspace-scoped and fails if the id is not a valid UUID.
Example prompt: Trigger an enrichment sync for the contact with ID 8f2a1c... and label it 'enrichment'
{
"triggered": true,
"target": "contact",
"id": "8f2a1c00-...",
"sync_type": "enrichment"
}What you can build
Parameters
Inputs accepted by trigger_sync.
| Name | Type | Description |
|---|---|---|
| target | "contact" | "company" | Whether to sync a contact or a company record. |
| id | string | UUID of the contact or company to sync (must belong to the caller's workspace). |
| sync_type | string | Optional label routed into payload.data.sync_type for downstream sequencing (e.g. 'manual', 'enrichment'). |
Related tools
Get Full Contact Picture
Get the complete LinkedIn contact picture in one call: identifiers, campaigns, messages, connection events, company, lead score, and next-best-action.
Add Or Update Lead
Add or update a LinkedIn lead by profile URL. Creates the contact if new, updates status, notes, tags, and custom attributes if it already exists.
Create Webhook
Register an HTTPS webhook to receive real-time LinkedIn event notifications. Returns a signing secret to verify payloads. Up to 25 webhooks per account.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.