twilio / twilio-go

A Go package for communicating with the Twilio API.
MIT License
278 stars 40 forks source link

TwiML Reponse API #136

Closed f1rstmehul closed 1 year ago

f1rstmehul commented 2 years ago

It would be nice if twilio-go provides an API to generate a TwiML response. Almost all Twilio's Server-side Helper Libraries provide an API to do so. although I can use encoding/xml to generate TwiML response.

shwetha-manvinkurke commented 2 years ago

@astroparam We have the work defined for this in our backlog and will be working on it in the near future.

mztnnrt commented 2 years ago

now we use homie-dev/gotwiml, but, if possible we want to use provided from twilio/twilio-go 🙏

stevennic-twilio commented 1 year ago

Hi @f1rstmehul and @mztnnrt

I just wanted to follow-up with both of you to let you know that TwiML generation was released in v1.0.0-rc.8. All current, non-beta versions of the SDK will have this available as well (at the time of writing v1.3.0 is the latest build).

Some documentation on how to implement can be found here.