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