Dr1yl
Dr1yl
NNovu
Created by Dr1yl on 2/15/2024 in #💬│support
Updating workflow takes a very long time
Sry, i can't in production How to reproduce: 1. Create workflow 2. Add email channel 3. Make something in editor 4. Save and send to production 5. Change editor to custom code 6. Send to production
7 replies
NNovu
Created by Dr1yl on 2/15/2024 in #💬│support
Updating workflow takes a very long time
No description
7 replies
NNovu
Created by Dr1yl on 1/23/2024 in #💬│support
No notifications from topic
Thanks for support
13 replies
NNovu
Created by Dr1yl on 1/23/2024 in #💬│support
No notifications from topic
OMG, my developers sets wrong env for novu production Application Identifier is wrong
13 replies
NNovu
Created by Dr1yl on 1/23/2024 in #💬│support
No notifications from topic
I use @novu/notification-center lib for FE and React Framefork
13 replies
NNovu
Created by Dr1yl on 1/23/2024 in #💬│support
No notifications from topic
No description
13 replies
NNovu
Created by Dr1yl on 1/23/2024 in #💬│support
No notifications from topic
Notification comes when i sent it for personal subscriber I can make test trigger for check and send u result
13 replies
NNovu
Created by Dr1yl on 1/23/2024 in #💬│support
No notifications from topic
Trigger information
curl --location --request POST 'https://api.novu.co/v1/events/trigger' \
--header 'Authorization: ApiKey <REPLACE_WITH_API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "create-payment",
"to": {
"subscriberId": "e8d53477-b416-4fd1-bef4-f17157ee7566"
},
"payload": {
"payment_amount": "1,00 €"
}
}'
curl --location --request POST 'https://api.novu.co/v1/events/trigger' \
--header 'Authorization: ApiKey <REPLACE_WITH_API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "create-payment",
"to": {
"subscriberId": "e8d53477-b416-4fd1-bef4-f17157ee7566"
},
"payload": {
"payment_amount": "1,00 €"
}
}'
13 replies