What do you want to automate

with Mailmodo and Cutt.ly?

Prompt, edit and deploy AI agents that connect to Mailmodo, Cutt.ly 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
Add Contact To List with Mailmodo API on New Click from Cutt.ly API
Cutt.ly + Mailmodo
 
Try it
Get URL Analytics with Cutt.ly API on New Template Submitted from Mailmodo API
Mailmodo + Cutt.ly
 
Try it
Shorten URL with Cutt.ly API on New Template Submitted from Mailmodo API
Mailmodo + Cutt.ly
 
Try it
Trigger Campaign with Mailmodo API on New Click from Cutt.ly API
Cutt.ly + Mailmodo
 
Try it
Trigger Journey with Mailmodo API on New Click from Cutt.ly API
Cutt.ly + Mailmodo
 
Try it
New Template Submitted from the Mailmodo API

Emit new events when a new template is created. See the docs

 
Try it
New Click from the Cutt.ly API

Emit new event each time a shortened URL receives a new click.

 
Try it
Add Contact To List with the Mailmodo API

Adds a contact to a list See the docs here

 
Try it
Get URL Analytics with the Cutt.ly API

Retrieves statistical information about a shortened url. See the documentation

 
Try it
Trigger Campaign with the Mailmodo API

Allows to trigger campaigns with personalization parameter added to the email template. See the docs here

 
Try it
Shorten URL with the Cutt.ly API

Returns a shortened URL when given a target URL as a prop. See the documentation

 
Try it
Trigger Journey with the Mailmodo API

Adds a new user to the journey. See the docs here

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

Overview of Mailmodo

Mailmodo's API turns email marketing into a more powerful tool by allowing you to automate and personalize your email campaigns. Through Pipedream, you can trigger workflows based on events from other apps, update customer data in real time, send transactional emails without leaving your app, and analyze the performance of your campaigns. By leveraging Pipedream's serverless platform, you can integrate Mailmodo with countless apps to enhance your marketing strategies, improve customer engagement, and streamline your communication processes.

Connect Mailmodo

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: {
    mailmodo: {
      type: "app",
      app: "mailmodo",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.mailmodo.com/api/v1/campaigns?type=CONTACT_LIST`,
      headers: {
        "Content-Type": `application/json`,
        "mmApiKey": `${this.mailmodo.$auth.api_key}`,
      },
    })
  },
})

Overview of Cutt.ly

The Cutt.ly API allows users to shorten URLs, track their performance, and manage link settings. With Pipedream, you can automate these tasks and create workflows that respond to various triggers, like new form submissions, emails, or scheduled timers. Utilize Pipedream's capabilities to connect Cutt.ly with other apps, store and analyze click data, and streamline digital marketing processes.

Connect Cutt.ly

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: {
    cutt_ly: {
      type: "app",
      app: "cutt_ly",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://cutt.ly/api/api.php`,
      params: {
        key: `${this.cutt_ly.$auth.api_key}`,
        short: `https://pipedream.com/`,
      },
    })
  },
})

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