Triggered when an expense sync successfully completes without any errors or warnings.

postWebhookexpenses.sync.successful

Payload

idstring uuid

Unique identifier of the event.

eventTypestring

The type of event.

generatedDate1 — unresolved $ref
payloadExpensesSyncWebhookPayload — unresolved $ref

Example payload

{
  "id": "ba29118f-5406-4e59-b05c-ba307ca38d01",
  "eventType": "expenses.sync.successful",
  "generatedDate": "2024-09-01T00:00:00Z",
  "payload": {
    "referenceCompany": {
      "id": "0498e921-9b53-4396-a412-4f2f5983b0a2",
      "name": "Bank of Dave",
      "description": "internal_id_mxO7rLfo"
    },
    "syncId": "ee2eb431-c0fa-4dc9-93fa-d29781c12bcd"
  }
}

Response

Return a 200 status to indicate that the webhook was received successfully.

Changes