Create a session token that can be used to pass variables to inbound calls via SIP headers. This allows you to tie specific data to a call session before the call is initiated.
x-bland-session-id
SIP header. Any call made to your inbound number with this header will automatically include the variables you specified when creating the session.
Use Case: This is particularly useful when you need to pass context or variables to an inbound call before the caller connects. For example, you might want to include customer information, campaign data, or other relevant context that your pathway can access during the call.
"+12223334444"
x-bland-session-id
SIP header when making the inbound call.x-bland-session-id: <token>
request_data
field, in addition to any variables you had initially set up for the inbound number.