POST
/
notifications
/
send
curl --request POST \
  --url https://api.pxyz.dev/api/v0/notifications/send \
  --header 'Content-Type: application/json' \
  --data '{
  "tenantId": "<string>",
  "template": "<string>",
  "channel": "<string>",
  "variables": {},
  "input": {}
}'
{
  "status": "success"
}

Body

application/json

Response

200
application/json

Successful response

The response is of type object.