Avinash
Avinash
NNovu
Created by Avinash on 9/18/2024 in #💬│support
select which user should receive email or push
Then we should have this functionality, cause our platform have that options where user can select wether they want email notifications or push, so we can pass users accordingly to novu to send email or push under one flow @Pawan Jain
11 replies
NNovu
Created by Avinash on 9/18/2024 in #💬│support
select which user should receive email or push
no i need dynamic flow , somthing like this in the payload email: [{ subscriberId: "[email protected]" }] push:[{ subscriberId: "[email protected]" }, { subscriberId: "[email protected]" }] can we do that? @Pawan Jain
11 replies
NNovu
Created by Avinash on 9/18/2024 in #💬│support
select which user should receive email or push
@Pawan Jain that step filters not present in @novu/node?
11 replies
NNovu
Created by Avinash on 7/11/2024 in #💬│support
need actual message instead of "new Notification"
curl -X POST 'https://api.novu.co/v1/events/trigger' \ -H 'Authorization: ApiKey NOVU_SECRET_KEY' \ -H 'Content-Type: application/json' \ -d '{ "name": "sassari-alert", "to": { "subscriberId": "[email protected]", "email": "[email protected]" }, "payload": { "building_id": 235, "trigger_name": "sassari-alert", "project_id": 147, "alert_type": 104, "title": "Power reached over threshold.", "description": "Power reached over 500% in last 5 minutes\nfor the building building 1 with the device shellyem-485519D70B85" }, "overrides": { "fcm": { "type": "data", "imageUrl": "https://app.staging.preflet.com/_nuxt/img/logo.77c72cf.png" } } }' this is my payload @Pawan Jain
9 replies