POST
/
v1
/
events
/
trigger
/
broadcast
curl --request POST \
  --url https://api.novu.co/v1/events/trigger/broadcast \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "payload": {
    "comment_id": "string",
    "post": {
      "text": "string"
    }
  },
  "overrides": {
    "fcm": {
      "data": {
        "key": "value"
      }
    }
  },
  "transactionId": "<string>",
  "actor": "<string>",
  "tenant": "<string>"
}'
{
  "data": {
    "acknowledged": true,
    "status": "error",
    "error": [
      "<string>"
    ],
    "transactionId": "<string>"
  }
}

Body

application/json

Response

200
application/json

Ok

The response is of type object.