Kai Pradel
NNovu
•Created by Kai Pradel on 10/2/2023 in #💬│support
Email are now being sent by [email protected]
I seem to have resolved it by removing all other providers. Laser is on to something as it sounds like I was having that same issue.
14 replies
NNovu
•Created by Kai Pradel on 10/2/2023 in #💬│support
Email are now being sent by [email protected]
SendGrid
14 replies
NNovu
•Created by Kai Pradel on 10/2/2023 in #💬│support
Email are now being sent by [email protected]
Strangely enough it does show the Authorization as <REPLACE_WITH_API_KEY/.
14 replies
NNovu
•Created by Kai Pradel on 10/2/2023 in #💬│support
Email are now being sent by [email protected]
It doesn't show the sender from
14 replies
NNovu
•Created by Kai Pradel on 10/2/2023 in #💬│support
Email are now being sent by [email protected]
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": "new-domain-found",
"to": {
"subscriberId": "7ef68321-a492-4bb7-839d-9dfe3229d8d1"
},
"payload": {
"domains": [
{
"domain": "productsup.ai"
},
{
"domain": "userevidence.ai"
}
],
"domainsformatted": [
{
"domain": "<a href=\"https://dailydomains.io/app?domain=productsup.ai\">productsup.ai</a>"
},
{
"domain": "<a href=\"https://dailydomains.io/app?domain=userevidence.ai\">userevidence.ai</a>"
}
],
"keywords": [
"email",
"domain",
"read",
"cool",
"trader",
"books",
"note",
"notes",
"ai",
"rise",
"finance"
]
},
"tenant": null
}'
14 replies
NNovu
•Created by Kai Pradel on 9/3/2023 in #🚀│general
Why are topics API accessible only?
I see. Usually when I throw 404's it's because an endpoint doesn't exist, not when the data is null. The former requires try/catch statements whereas the latter can be handled with application logic. I assume this is consistent throughout the API then?
10 replies
NNovu
•Created by Kai Pradel on 9/3/2023 in #🚀│general
Why are topics API accessible only?
After some testing I ran into additional issues. Namely that checking id a user is subscribed to a topic I get 404 errors = I assume this indicates that a given subscriberId could not be found in the topic? Would be better if the call returns a 200 with payload consisting of a [] zero array or something else..
10 replies
NNovu
•Created by Kai Pradel on 9/3/2023 in #🚀│general
Why are topics API accessible only?
Ah ok, good to know. I watched the office hours video and don't remember hearing about it.
10 replies
NNovu
•Created by Kai Pradel on 8/30/2023 in #💬│support
HTML being rendered as text in email message
Pawan, same issue. I resorted to creating the a href payload server side and pass it in as an array of obejcts with the fully formed a href string. Not ideal but I get the n+1 issue here. Would be awesome to do that all in the template.
9 replies
NNovu
•Created by Kai Pradel on 8/30/2023 in #💬│support
HTML being rendered as text in email message
9 replies