curl --location --request POST 'https://api.novu.co/v1/events/trigger' \
--header 'Authorization: ApiKey 7743223b3a9c2130eddb21ff33se3' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "scogo-link-down-notification",
"to": {
subscriberId: '65659176b4e3ba927d54432',
},
"overrides": {
"email": {
"to": ['[email protected]','[email protected]'],
from: '[email protected]',
senderName: 'Novu Team'
text: 'text version of email using overrides',
replyTo: '[email protected]',
"cc": ['[email protected]'],
"bcc": ['[email protected]'],
},
},
}'
curl --location --request POST 'https://api.novu.co/v1/events/trigger' \
--header 'Authorization: ApiKey 7743223b3a9c2130eddb21ff33se3' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "scogo-link-down-notification",
"to": {
subscriberId: '65659176b4e3ba927d54432',
},
"overrides": {
"email": {
"to": ['[email protected]','[email protected]'],
from: '[email protected]',
senderName: 'Novu Team'
text: 'text version of email using overrides',
replyTo: '[email protected]',
"cc": ['[email protected]'],
"bcc": ['[email protected]'],
},
},
}'