Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created September 3, 2021 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyF-github/e1963da7960baee5cd9b82fca7b38141 to your computer and use it in GitHub Desktop.
Save DanyF-github/e1963da7960baee5cd9b82fca7b38141 to your computer and use it in GitHub Desktop.
res.json([{
action: 'talk',
text: 'Please wait while we connect you.'
},
{
action: 'connect',
from: YOUR_VONAGE_NUMBER,
endpoint: [{
type: 'phone',
number: YOUR_PHONE_NUMBER
}]
}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment