WEBHOOK
event.created
{
  "type": "event.created",
  "timestamp": "2025-03-25T12:15:32.000Z",
  "data": {
    "id": 330417,
    "companyId": 6161,
    "title": "Q2 2025",
    "typeId": 27,
    "fiscalYear": 2025,
    "fiscalPeriod": "Q2",
    "date": "2025-07-30T06:00:00.000Z",
    "backlinkUrl": "https://example.com",
    "createdAt": "2025-03-25T12:15:32.000Z",
    "updatedAt": "2025-03-25T12:15:32.000Z"
  },
  "previousAttributes": {}
}

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: "event.created"
timestamp
string
required

The time the event was triggered.

data
object
required

On creation, the data object contains the details of the new entity.

previousAttributes
object
required

On creation, this is empty as the entity is new.

Response

200

Webhook received successfully

Was this page helpful?