I've set up routes and successfully passed two parameters through the URL. However, when I try to send campaigns using Postman to test the route, I receive the following response:
Despite receiving this response, I'm not receiving any emails in my inbox. I've confirmed that the campaign I'm trying to send has four contacts in the list. Here are the details of my request:
Params:
{
"resfmt": "JSON",
"campaignkey": campaignKey
}
Headers:
{
"Content-Type": "application/x-www-form-urlencoded",
"Authorization": "Zoho-oauthtoken [accessToken]"
}
Method: POST
I'm seeking assistance in troubleshooting this issue. Any insights or suggestions would be greatly appreciated. Thank you!