Email

Trigger workflows on new emails, and send emails to yourself as part of a Pipedream workflow.

Go to site

Email API Integrations

Build and run workflows using the Email API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

1
2
3
4
5
6
7
8
9
export default defineComponent({
  async run({ $ }) {
    const options = {
      subject: 'Your subject here',
      text: 'Your text here'
    };
    $.send.email(options);
  },
});
Send Yourself an Email with Email API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Email
 
Try it
Send Message (Advanced) with Discord Webhook API on New Email from Email API
Email + Discord Webhook
 
Try it
Add Multiple Rows with Google Sheets API on New Email from Email API
Email + Google Sheets
 
Try it
Send Yourself an Email with Email API on New Item in Feed from RSS API
RSS + Email
 
Try it
Send Yourself an Email with Email API on New Message from Discord API
Discord + Email
 
Try it
New Emails from the Email API

Get a unique address where you can send emails to trigger your workflow.

 
Try it
Send Yourself an Email with the Email API

Customize and send an email to the email address you registered with Pipedream. The email will be sent by notifications@pipedream.com.

 
Try it

Authentication

The Email API does not require authentication.