API Pabbly Responses Error Integration with Qontak (Compare JSON Testing in Postman)
Status: Closed · Asked by Bayu Nugroho on · 0 views
Hi, I'm using API by Pabbly to send data to Qontak API Endpoint in my workflow.
Once I execute. it always responds errors 404, 422, etc, but somehow the same JSON I tested in Postman it always responds to Success (200)
I also tested it with the sandbox, it went normal (success 200)
https://docs.qontak.com/docs/omnichannel-hub/0ca48cf7a0529-create-whatsapp-broadcast-direct
It never happened before
API by Pabbly
Postman Test
POST
Endpoint:
https://service-chat.qontak.com/api/open/v1/broadcasts/whatsapp/direct
Header:
Authorization : Bearer VOoKTxRaMWdBxxxxxxxxxxxx*******************#######
{
"to_name": "NAME", // fill it with your name
"to_number": "xxxxxxxxxxx", // fill it with your phone number example : 60123728373
"message_template_id": "36927e75-084a-4d54-b883-f1f3b9a4cd6c",
"channel_integration_id": "36a4c114-2023-4e2a-988c-00819d04bcc0",
"language": {
"code": "en"
},
"parameters": {}
}
Please help @Supreme Thanks
Hey @Bayu
We have created the test workflow called PC Test on your email id [email hidden]. Please check the test workflow you can use the same in the original workflow.
Hey @BayuWe have created the test workflow called PC Test on your email id [EMAIL][email hidden][/EMAIL]. Please check the test workflow you can use the same in the original workflow.
Thanks, @Kunal I've tested the suggested JSON request. It works.