data object.
string
required
The event type (e.g.
social_profile.disconnected).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.disconnected",
"data": {
"profile": {
"id": "550e8400-e29b-41d4-a716-446655440002",
"name": "Acme Inc",
"detail": "acme-inc",
"channel": "LinkedIn",
"profileImageUrl": null,
"workspace": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"slug": "acme",
"name": "Acme Inc"
},
"disconnectedBy": {
"id": "550e8400-e29b-41d4-a716-446655440010",
"firstName": "Jane",
"lastName": "Doe",
"email": "jane@example.com"
},
"disconnectedAt": "2025-02-26T11:00:00.000Z",
"unscheduledPosts": [
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"title": "Q4 Product Launch Announcement",
"url": "https://app.tryordinal.com/acme/posts/550e8400-e29b-41d4-a716-446655440001"
}
]
}
},
"createdAt": "2025-02-26T11:00:00.000Z"
}
Fired when a social profile is disconnected from the workspace
{
"type": "social_profile.disconnected",
"data": {
"profile": {
"id": "550e8400-e29b-41d4-a716-446655440002",
"name": "Acme Inc",
"detail": "acme-inc",
"channel": "LinkedIn",
"profileImageUrl": null,
"workspace": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"slug": "acme",
"name": "Acme Inc"
},
"disconnectedBy": {
"id": "550e8400-e29b-41d4-a716-446655440010",
"firstName": "Jane",
"lastName": "Doe",
"email": "jane@example.com"
},
"disconnectedAt": "2025-02-26T11:00:00.000Z",
"unscheduledPosts": [
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"title": "Q4 Product Launch Announcement",
"url": "https://app.tryordinal.com/acme/posts/550e8400-e29b-41d4-a716-446655440001"
}
]
}
},
"createdAt": "2025-02-26T11:00:00.000Z"
}
data object.
social_profile.disconnected).Show Data object parameters
Show Profile object parameters
id, slug, and name.id, firstName, lastName, and email.id, title, and url.{
"type": "social_profile.disconnected",
"data": {
"profile": {
"id": "550e8400-e29b-41d4-a716-446655440002",
"name": "Acme Inc",
"detail": "acme-inc",
"channel": "LinkedIn",
"profileImageUrl": null,
"workspace": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"slug": "acme",
"name": "Acme Inc"
},
"disconnectedBy": {
"id": "550e8400-e29b-41d4-a716-446655440010",
"firstName": "Jane",
"lastName": "Doe",
"email": "jane@example.com"
},
"disconnectedAt": "2025-02-26T11:00:00.000Z",
"unscheduledPosts": [
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"title": "Q4 Product Launch Announcement",
"url": "https://app.tryordinal.com/acme/posts/550e8400-e29b-41d4-a716-446655440001"
}
]
}
},
"createdAt": "2025-02-26T11:00:00.000Z"
}
Was this page helpful?