I created Webhook that receives json from Twilio, very simple rule just to log the webhook data.
the rule failed with :
"
ToCountry=US&ToState=KY&SmsMessageSid=SM70b7ec3fad10bce8acb1b3a4f7802af8&NumMedia=0&ToCity=&FromZip=&SmsSid=SM70b7ec3fad10bce8acb1b3a4f7802af8&FromState=&SmsStatus=received&FromCity=&Body=Thanks&FromCountry=IL&To=%2B18591111784&MessagingServiceSid=MG030b350fdea6061691db81bcc2794289&ToZip=&NumSegments=1&MessageSid=SM70b7ec3fad10bce8acb1b3a4f7802af8&AccountSid=ACa678ed3da20f75aa78b1b568cf2e425b&From=%2B988887292231&ApiVersion=2010-04-01
any other suggestions?
You need to encode your data. See the bottom of this documentation. Hopefully you have an option to do this in Twilio.
"In both scenarios, notice the use of {{object.Name.urlEncode}}
for encoding the blank space and special characters in the url. This will heavily depend on what the receiving service expects the data to be formatted as. For example, .asJsonString may be more appropriate in the latter example. You can read more about the JSON Functions here: Jira Smart Values - JSON Functions."
How to send a webhook from an automation rule using Assets object data | Jira | Atlassian Documentation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.