opensesh docs

Run a one-way Accelevents sync

POST
/events/{eventId}/integrations/accelevents/sync

Pulls speakers (linked to the event with full profiles) and optionally attendees (tagged CRM contacts). Idempotent by email; nothing is ever written back to Accelevents.

Authorization

bearerAuth
AuthorizationBearer <token>

An organization API key (osk_…)

In: header

Path Parameters

eventId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/events/string/integrations/accelevents/sync"
{  "speakers": {    "created": 0,    "updated": 0,    "skipped": 0  },  "attendees": {    "created": 0,    "updated": 0,    "skipped": 0  },  "linkedToEvent": 0,  "syncedAt": "string"}