curl --location --request POST 'https://url.to.our.selfhosted.novu' \
--header 'Authorization: ApiKey KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "workflow-name",
"to": {
...
},
"overrides": {
"fcm": {
"webPush": {
"fcmOptions": {
"link": "https://www.novu.co"
}
}
}
}
}'
curl --location --request POST 'https://url.to.our.selfhosted.novu' \
--header 'Authorization: ApiKey KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "workflow-name",
"to": {
...
},
"overrides": {
"fcm": {
"webPush": {
"fcmOptions": {
"link": "https://www.novu.co"
}
}
}
}
}'