-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for template parameters #15
Comments
One thing I would suggest researching is how the official client libraries support (or fail to support) this. I imagine the @twilio pm in charge would be interested as well... @pmala5 @chriscorcoran @dougblack |
(basic problem is - if I am making a call or SMS using the client libraries, what's the easiest way to pass through extra data/state to a twiml bin template) |
Thanks @kevinburke. Trying to make a demo, even passing the parameter key and value as query string doesn't seem to work, but maybe I'm making something wrong (the hack was to manually change the source code and append the encoded data at the end of the request's url as explained in Twilio's support article |
Set DEBUG_HTTP_TRAFFIC=true in your environment and the client will print
the HTTP traffic so you can see whether you implemented it correctly
On Wed, Aug 9, 2017 at 04:09 Alessio Cavaleri ***@***.***> wrote:
Thanks @kevinburke <https://github.com/kevinburke>. Trying to make a
demo, even passing the parameter key and value as query string doesn't seem
to work, but maybe I'm making something wrong (the hack was to manually
change the source code and append the encoded data at the end of the
request's url as explained in Twilio's support article
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOSI86MYBoqU8R-GjzVeBH8dLIuQi5Aks5sWZNbgaJpZM4OxCOG>
.
--
…--
Kevin Burke
925.271.7005 | kev.inburke.com
|
Yes I've already checked, the url is
and the template is
|
Hi, any news on this? |
This issue is to discuss how we can implement the support for template parameters
https://support.twilio.com/hc/en-us/articles/230878368-How-to-use-templates-with-TwiML-Bins
The text was updated successfully, but these errors were encountered: