improved

API - Content-field removed from webhook events

✨ Improvements

Webhook Latest Event Object
The "content" field has been removed from the "mostRecentEvents" object returned from requests to webhooks-related endpoints. We identified that the field did not offer any valuable information, while it was also causing unnecessary data transfer. The latest event object now only includes the following fields:

{
  "hookId": "string",
  "correlationId": "string",
  "url": "string",
  "createdAt": "string",
  "completedAt": "string",
  "updatedAt": "string",
  "statusCode": 0,
}