Documentation

benefit.updated

Sent when a benefit is updated.

Discord & Slack support: Basic

Raw format payload

{
  "type": "benefit.updated",
  "data": {
    "created_at": "2024-11-14T00:00:00.000Z",
    "modified_at": "2024-11-14T00:00:00.000Z",
    "id": "00000000-0000-0000-0000-000000000000",
    "type": "articles",
    "description": "string",
    "selectable": false,
    "deletable": false,
    "organization_id": "00000000-0000-0000-0000-000000000000",
    "properties": {
      "paid_articles": false
    }
  }
}