ksingh
ksingh
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
This explains
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
Well this is not a bug, but a representation of data on UI
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
No description
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
and. just for the record , all subscribers have a valid email. If i send email just to 1 subscriber , i receive the email, but failing when sending to 2 subscribers
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
success message from curl request {"data":{"acknowledged":true,"status":"processed","transactionId":"e4cae4e6-3368-402a-a17b-0ea77717c622"}}
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
or something
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
Is that a backend issue ?
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
No description
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
Thanks @sumitsaurabh927 this helped
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
@Keyur Bhole
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
Thanks , once i have a good understanding of Novu, happy to create PRs. Meanwhile it would be great if you can just review the curl above @sumitsaurabh927
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
it would have been great if the error message can point to the line number as well in addition to position, i am still wondering which param of the data-raw has issues 😓
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
i am getting this {"message":"Unexpected token } in JSON at position 144","error":"Bad Request","statusCode":400}%
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
curl --location --request POST 'https://api.novu.co/v1/subscribers' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: ApiKey 7743223b3a9c2130eee' \
--data-raw '{
"subscriberId": ["65659176b4e3ba926d508852"],
"email": "keeeee",
"firstName": "Kddd",
"lastName": "Bbbbb",
"phone": "+913333",
}'
curl --location --request POST 'https://api.novu.co/v1/subscribers' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: ApiKey 7743223b3a9c2130eee' \
--data-raw '{
"subscriberId": ["65659176b4e3ba926d508852"],
"email": "keeeee",
"firstName": "Kddd",
"lastName": "Bbbbb",
"phone": "+913333",
}'
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
one last thing, can one of you help me identifiy whats wrong with this CURL
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
@sumitsaurabh927 the topic make sense, i will try that, can you help me with the CURL examples to create and mange topics if you have that handy
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
@Pawan Jain @sumitsaurabh927 Thanks for the support. I found Novu 3 hours back and i am able to sent out notifications. You guys have build a great product. I am currently experimenting with Novu and checking if this could be used in our existing setup.
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
@DevRel @Product
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
@Support can you pls guide
32 replies
NNovu
Created by ksingh on 11/28/2023 in #💬│support
Unable to send multi-recipients email using curl command
i am getting this error
{"message":"Unexpected token } in JSON at position 144","error":"Bad Request","statusCode":400}
{"message":"Unexpected token } in JSON at position 144","error":"Bad Request","statusCode":400}
32 replies