Hi Experts,
We are using infobip API service for email integration
We have created a new HTTP Request Template.
In the Request URL section, we have selected the post method and provided a URL. In Authentication, we have added a username and password for authentication. The settings here is working fine.
In the Payload section, we have selected application/JSON
{ "from":"abc@xyz.com", "to":"test@xyz.com}", "subject":"AppDynamics", "text":"Appdynamics test Event" }
Saved configuration and run tests.
The test run result is success. However, in response payload it is throwing below message
{"requestError":{"serviceException":{"messageId":"BAD_REQUEST","text":"Bad request"}}}
Could you please help to resolve this?
Regards,
... View more