You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it appears there is no support for nested maps in Twilio API calls. I first encountered this attempted to call ExTwilio.Notify.Notifications.create with a data property that is a map. It appears that ExTwilio.Api is not able to handle this. It seems possible that changing it to use JSON as the content-type instead of application/x-www-form-urlencoded would solve problems like this. I'd be happy to have a go at doing this, if there is not a reason this is a Bad Idea.
The text was updated successfully, but these errors were encountered:
Currently, it appears there is no support for nested maps in Twilio API calls. I first encountered this attempted to call
ExTwilio.Notify.Notifications.create
with a data property that is a map. It appears thatExTwilio.Api
is not able to handle this. It seems possible that changing it to use JSON as the content-type instead of application/x-www-form-urlencoded would solve problems like this. I'd be happy to have a go at doing this, if there is not a reason this is a Bad Idea.The text was updated successfully, but these errors were encountered: