SUPPORT.TWILIO.COM END OF LIFE NOTICE: This site, support.twilio.com, is scheduled to go End of Life on February 27, 2024. All Twilio Support content has been migrated to help.twilio.com, where you can continue to find helpful Support articles, API docs, and Twilio blog content, and escalate your issues to our Support team. We encourage you to update your bookmarks and begin using the new site today for all your Twilio Support needs.

Read Custom Headers from a SIP Calls in Studio

 

Custom data can be passed from a SIP call to a Studio flow execution using User To User information headers. Twilio will prepend the UUI header with SipHeader_ prefix in your webhook request to your Studio flow. This data can be read in Studio using the variable:

{{trigger.call.SipHeader_User-to-User}}

Other custom headers can be read by Twilio if they prepend a X- in the name, for instance X-TestHeader: param1=value1;param2=value2;param3=value3 They can be read in the flow as:

{{trigger.call.SipHeader_X-TestHeader}}
Have more questions? Submit a request
Powered by Zendesk