Skip to main content
WEBHOOK
documents.slides.updated
{
  "type": "document.slides.updated",
  "timestamp": "2025-03-24T22:49:50.000Z",
  "data": {
    "id": 1879349,
    "eventId": 7531,
    "companyId": 6531,
    "typeId": 5,
    "fileUrl": "https://example.com/slides.pdf",
    "createdAt": "2025-03-24T22:47:50.000Z",
    "updatedAt": "2025-03-24T22:49:50.000Z"
  },
  "previousAttributes": {
    "eventId": 7532,
    "updatedAt": "2025-03-24T22:47:50.000Z"
  }
}

Headers

Webhook-Id
string
required

A unique message identifier for the webhook.

Webhook-Timestamp
string
required

The time the message was generated (Unix timestamp in seconds).

Webhook-Signature
string
required

A cryptographic signature that allows you to verify the integrity and authenticity of the payload.

Body

application/json
type
string
required

The type of event.

Allowed value: "document.slides.updated"
timestamp
string<date-time>
required

The time the event was triggered.

data
object
required

On update, contains the updated details.

previousAttributes
object
required

Only the properties that changed.

Response

200

Webhook received successfully

I