Back to APIs
Twilio
Automate SMS, WhatsApp, voice, video, and email.
Using the Twilio API with Trigger.dev
You can use Trigger.dev with any existing Node SDK or even just using fetch. Using io.runTask makes your Twilio background job resumable and appear in our dashboard.
Use io.runTask() and the official SDK or fetch.
Use our HTTP endpoint to subscribe to webhooks
Example code using Twilio
Below is a working code example of how you can use Twilio with Trigger.dev. These samples are open source and maintained by the community, you can copy and paste them into your own projects.