LivesendUpdatedV1

Occurs when an existing Livesend is updated

📘

Early Access

This service is subject to change with limited or no warning. Please work closely with your CSM and our Services team if you are interested in using this webhook.

Webhook Payload

The webhook event is encapsulated within a common wrapper structure providing general information about the event.

PropertyTypeDescription
idstringThe unique identifier for the event
versionstringThe version of the event
occurredAtstringThe time the event occurred
tenantIdstringTenant ID
tenantNamestringTenant Name
dataobjectThe container of the event details data object details
applicationstringApplication
productAreastringProduct Area

data object details

PropertyTypeDescription
livesendIdstringThe unique identifier for the Livesend
livesendVersionIdstringThe version identifier for the Livesend
actionstringThe action performed

Example

{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "version": "LivesendUpdatedV1",
  "occurredAt": "2025-06-30T15:45:00Z",
  "tenantId": "b4d8bb18-dc97-4e18-8049-50a04edf453f",
  "tenantName": "exampleTenant",
  "data": {
    "livesendId": "0a456a2a-df8b-48cc-876f-76c9ae095cf9",
    "livesendVersionId": "08364a88-6b8e-8888-fc9c-cc03599c7041",
    "action": "Renamed"
  },
  "application": "Web",
  "productArea": "Livesend"
}