Skip to content

Instantly share code, notes, and snippets.

@enricop89
Created April 3, 2020 13:04
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 enricop89/ae0c808c09258650d96589d8cafc3d19 to your computer and use it in GitHub Desktop.
Save enricop89/ae0c808c09258650d96589d8cafc3d19 to your computer and use it in GitHub Desktop.
// First option
application.callServer(JSON.stringify({number: 393201122334, clientRef: "my-reference"}))
// Second option
application.callServer("393201122334_my-ref")
// then split the number in your answer NCCO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment