Write

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.

trigger_syncPOST/api/v1/sync
crispy — bash

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"
}
Permission scope
core
Access
Write
Category
Account

What you can build

Kick off enrichment for a single contact or company on demand
Push a fresh copy of a record to downstream systems via webhook
Tag a sync with a label so the right downstream pipeline picks it up
Re-sync a record after manual edits to keep integrations current

Parameters

Inputs accepted by trigger_sync.

NameTypeDescription
target"contact" | "company"Whether to sync a contact or a company record.
idstringUUID of the contact or company to sync (must belong to the caller's workspace).
sync_typestringOptional label routed into payload.data.sync_type for downstream sequencing (e.g. 'manual', 'enrichment').

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.