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"
}
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"
}
Successful response
The response is of type object
.