The full documentation and tutorial is available on developers.telnyx.com
You will need to set up:
- Telnyx Account
- Telnyx Phone Number enabled with:
- Ability to receive webhooks (with something like ngrok)
- Node & NPM installed
Example | Description |
---|---|
Express Messaging | Example working with inbound MMS & SMS messages, downloading media from inbound MMS, and uploading media to AWS S3. |
Webinar Demo | Example code from the intro to Node Webinar |
Voicemail Detection | Example code to detect and leave a voicemail |
Outbound Call IVR | Example code to create an outbound call and present the callee with an option to press some digits. Leverages TeXML |
Simple Call Control Application | Example code to create a simple inbound call handler that speaks a message back as well as a simple form to submit an outbound call |
Call Tracking | Example code to create a basic call tracking and logging tool |
Run the following commands to get started
$ git clone https://github.com/team-telnyx/demo-node-telnyx.git