What do you want to automate

with Mailersend and Notion (API Key)?

Prompt, edit and deploy AI agents that connect to Mailersend, Notion (API Key) and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Append Block to Parent with Notion (API Key) API on New Click Activity (Instant) from Mailersend API
Mailersend + Notion (API Key)
 
Try it
Append Block to Parent with Notion (API Key) API on New Email Is Delivered (Instant) from Mailersend API
Mailersend + Notion (API Key)
 
Try it
Append Block to Parent with Notion (API Key) API on New Email Is Hard Bounced (Instant) from Mailersend API
Mailersend + Notion (API Key)
 
Try it
Append Block to Parent with Notion (API Key) API on New Email Is Opened (Instant) from Mailersend API
Mailersend + Notion (API Key)
 
Try it
Append Block to Parent with Notion (API Key) API on New Email Is Sent (Instant) from Mailersend API
Mailersend + Notion (API Key)
 
Try it
New Click Activity (Instant) from the Mailersend API

Emit new event when the recipient clicks a link in your email. See the documentation

 
Try it
New Email Is Delivered (Instant) from the Mailersend API

Emit new event when your email is successfully delivered with no errors. See the documentation

 
Try it
New Email Is Hard Bounced (Instant) from the Mailersend API

Emit new event when your email is not delivered. See the documentation

 
Try it
New Email Is Opened (Instant) from the Mailersend API

Emit new event when the recipient receives your email and opens it. See the documentation

 
Try it
New Email Is Sent (Instant) from the Mailersend API

Emit new event when your email is sent from the sending servers. See the documentation

 
Try it
Append Block to Parent with the Notion (API Key) API

Append new and/or existing blocks to the specified parent. See the documentation

 
Try it
Create Comment with the Notion (API Key) API

Create a comment in a page or existing discussion thread. See the documentation

 
Try it
Create Page with the Notion (API Key) API

Create a page from a parent page. See the documentation

 
Try it
Create Page from Database with the Notion (API Key) API

Create a page from a database. See the documentation

 
Try it
Duplicate Page with the Notion (API Key) API

Create a new page copied from an existing page block. See the documentation

 
Try it
Integrate the Mailersend API with the Notion (API Key) API
Setup the Mailersend API trigger to run a workflow which integrates with the Notion (API Key) API. Pipedream's integration platform allows you to integrate Mailersend and Notion (API Key) remarkably fast. Free for developers.

Overview of Mailersend

The MailerSend API integrates with Pipedream to create powerful email automation workflows, enabling you to send transactional emails, create and manage templates, and track email activities like opens or clicks. With these capabilities, you can automate routine communications, personalize mass mailings based on user actions or data, and gain insights into your email campaign performances, all within the context of a serverless Pipedream workflow.

Connect Mailersend

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    mailersend: {
      type: "app",
      app: "mailersend",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.mailersend.com/v1/domains`,
      headers: {
        Authorization: `Bearer ${this.mailersend.$auth.api_token}`,
      },
    })
  },
})

Connect Notion (API Key)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    notion_api_key: {
      type: "app",
      app: "notion_api_key",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.notion.com/v1/users/me`,
      headers: {
        Authorization: `Bearer ${this.notion_api_key.$auth.api_secret}`,
        "Notion-Version": `2021-08-16`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo