Skip to content

Latest commit

 

History

History
 
 

forward-call

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Forward Call

This Function in forward-call.js will return the TwiML required to forward an incoming call to a number that is set in the environment variables.

Environment variables

This Function expects one environment variable to be set.

Variable Meaning
MY_PHONE_NUMBER The number you want to forward incoming messages to in E.164 format

Parameters

This Function expects the incoming request to be a messaging webhook. The parameters that will be used are From and Body.