Reputation: 2883
We are trying to set up a webhook on freshdesk to send a sms according to a certain event.
Using postman, I'm successfully making the call to twilio's API and the sms is being send properly:
But I can't figure how to set up the params to that call in freshdesk:
I'm sure that the event is being triggered because the rest of the actions are happening.
Upvotes: 1
Views: 1201
Reputation: 73027
Twilio developer evangelist here.
Your Freshdesk setup all looks correct except for one thing. You have the encoding set as JSON, where it should be X-FORM-ENCODED. I'd suggest switching that radio button and trying again.
Upvotes: 1