data object.
string
required
The event type (e.g.
social_profile.connected).object
required
Event-specific payload for this webhook.
string
required
ISO 8601 timestamp when the webhook event was created.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"type": "social_profile.connected",
"data": {
"profile": {
"id": "550e8400-e29b-41d4-a716-446655440002",
"name": "Acme Inc",
"detail": "acme-inc",
"channel": "LinkedIn",
"profileImageUrl": "https://cdn.tryordinal.com/profiles/acme.png",
"workspace": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"slug": "acme",
"name": "Acme Inc"
},
"connectedBy": {
"id": "550e8400-e29b-41d4-a716-446655440010",
"firstName": "Jane",
"lastName": "Doe",
"email": "jane@example.com"
},
"connectedAt": "2025-02-26T10:00:00.000Z"
}
},
"createdAt": "2025-02-26T10:00:00.000Z"
}
Fired when a social profile is connected to the workspace
{
"type": "social_profile.connected",
"data": {
"profile": {
"id": "550e8400-e29b-41d4-a716-446655440002",
"name": "Acme Inc",
"detail": "acme-inc",
"channel": "LinkedIn",
"profileImageUrl": "https://cdn.tryordinal.com/profiles/acme.png",
"workspace": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"slug": "acme",
"name": "Acme Inc"
},
"connectedBy": {
"id": "550e8400-e29b-41d4-a716-446655440010",
"firstName": "Jane",
"lastName": "Doe",
"email": "jane@example.com"
},
"connectedAt": "2025-02-26T10:00:00.000Z"
}
},
"createdAt": "2025-02-26T10:00:00.000Z"
}
data object.
social_profile.connected).Show Data object parameters
Show Profile object parameters
id, slug, and name.id, firstName, lastName, and email.{
"type": "social_profile.connected",
"data": {
"profile": {
"id": "550e8400-e29b-41d4-a716-446655440002",
"name": "Acme Inc",
"detail": "acme-inc",
"channel": "LinkedIn",
"profileImageUrl": "https://cdn.tryordinal.com/profiles/acme.png",
"workspace": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"slug": "acme",
"name": "Acme Inc"
},
"connectedBy": {
"id": "550e8400-e29b-41d4-a716-446655440010",
"firstName": "Jane",
"lastName": "Doe",
"email": "jane@example.com"
},
"connectedAt": "2025-02-26T10:00:00.000Z"
}
},
"createdAt": "2025-02-26T10:00:00.000Z"
}
Was this page helpful?