What do you want to automate

with Sendblue and Schedule?

Prompt, edit and deploy AI agents that connect to Sendblue, Schedule and 3,000+ 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
Get Contact List with Sendblue API on Custom Interval from Schedule API
Schedule + Sendblue
 
Try it
Get Contact List with Sendblue API on Daily schedule from Schedule API
Schedule + Sendblue
 
Try it
Get Contact List with Sendblue API on Monthly Schedule from Schedule API
Schedule + Sendblue
 
Try it
Get Contact List with Sendblue API on Weekly schedule from Schedule API
Schedule + Sendblue
 
Try it
Send Group Message with Sendblue API on Custom Interval from Schedule API
Schedule + Sendblue
 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
New Message Received from the Sendblue API

Emit new event when a new inbound message is received. See the documentation

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
New Message Received (Instant) from the Sendblue API

Emit new event when a new inbound message is received. See the documentation

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Get Contact List with the Sendblue API

Retrieve a list of your existing contacts from Sendblue. See the documentation

 
Try it
Send Group Message with the Sendblue API

Send a message to a group of recipients in an iMessage group

 
Try it
Send Message with the Sendblue API

Send an iMessage or SMS to a specific phone number. See the documentation

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

Overview of Sendblue

Sendblue API offers a powerful gateway to automate communication via iMessage, enabling businesses to send and receive messages programmatically. By leveraging Sendblue on Pipedream, you can create intricate workflows that respond to events in real-time, tailor customer interactions, and streamline notifications. It provides a unique opportunity to enhance customer engagement through one of the most widely used messaging platforms.

Connect Sendblue

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    sendblue: {
      type: "app",
      app: "sendblue",
    }
  },
  async run({steps, $}) {
    const data = {
      "number": `+19998887777`,
      "content": `Hello world`,
      "send_style": `Invisible`,
      "media_url": `https://source.unsplash.com/random.png`,
      "statusCallback": `https://example.com/message-status/1234abcd`,
    }
    return await axios($, {
      method: "post",
      url: `https://api.sendblue.co/api/send-message`,
      headers: {
        "sb-api-key-id": `${this.sendblue.$auth.api_key}`,
        "sb-api-secret-key": `${this.sendblue.$auth.api_secret}`,
        "Content-Type": `application/json`,
      },
      data,
    })
  },
})

Overview of Schedule

The Schedule app in Pipedream is a powerful tool that allows you to trigger workflows at regular intervals, ranging from every minute to once a year. This enables the automation of repetitive tasks and the scheduling of actions to occur without manual intervention. By leveraging this API, you can execute code, run integrations, and process data on a reliable schedule, all within Pipedream's serverless environment.

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