What do you want to automate

with CleverReach and Metatext.AI Pre-build AI models API?

Prompt, edit and deploy AI agents that connect to CleverReach, Metatext.AI Pre-build AI models API 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
Analyze Sentiment with Metatext.AI Pre-build AI models API API on New Receiver Subscribed from CleverReach API
CleverReach + Metatext.AI Pre-build AI models API
 
Try it
Analyze Sentiment with Metatext.AI Pre-build AI models API API on Receiver Unsubscribed from CleverReach API
CleverReach + Metatext.AI Pre-build AI models API
 
Try it
Extract Keywords with Metatext.AI Pre-build AI models API API on New Receiver Subscribed from CleverReach API
CleverReach + Metatext.AI Pre-build AI models API
 
Try it
Extract Keywords with Metatext.AI Pre-build AI models API API on Receiver Unsubscribed from CleverReach API
CleverReach + Metatext.AI Pre-build AI models API
 
Try it
Generate Blog Post with Metatext.AI Pre-build AI models API API on New Receiver Subscribed from CleverReach API
CleverReach + Metatext.AI Pre-build AI models API
 
Try it
New Receiver Subscribed from the CleverReach API

Emit new event when a new subscriber is added to a selected group. See the documentation

 
Try it
Receiver Unsubscribed from the CleverReach API

Emit new event when a receiver unsubscribes. See the documentation

 
Try it
Create Subscriber with the CleverReach API

Adds a new subscriber to a mailing list. See the documentation

 
Try it
Analyze Sentiment with the Metatext.AI Pre-build AI models API API

Determine the sentiment of the given text (positive, negative, or neutral). See the documentation

 
Try it
Extract Keywords with the Metatext.AI Pre-build AI models API API

Identify and extract significant keywords from the given text. See the documentation

 
Try it
Generate Blog Post with the Metatext.AI Pre-build AI models API API

Generate a blog post based on the given prompt. See the documentation

 
Try it
Update Subscriber with the CleverReach API

Updates the information of an existing subscriber. See the documentation

 
Try it
Integrate the CleverReach API with the Metatext.AI Pre-build AI models API API
Setup the CleverReach API trigger to run a workflow which integrates with the Metatext.AI Pre-build AI models API API. Pipedream's integration platform allows you to integrate CleverReach and Metatext.AI Pre-build AI models API remarkably fast. Free for developers.

Overview of CleverReach

The CleverReach API lets you automate email marketing operations and integrate with your data sources for personalized campaigns. On Pipedream, use this API to craft and manage subscriber lists, send targeted emails, and track campaign performance. With an event-driven platform like Pipedream, you can trigger workflows from numerous sources, manipulate data, and connect CleverReach to other apps to automate complex tasks.

Connect CleverReach

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: {
    cleverreach: {
      type: "app",
      app: "cleverreach",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://rest.cleverreach.com/v3/groups.json`,
      headers: {
        Authorization: `Bearer ${this.cleverreach.$auth.oauth_access_token}`,
      },
    })
  },
})

Overview of Metatext.AI Pre-build AI models API

The Metatext.AI Pre-built AI Models API offers various artificial intelligence capabilities such as natural language processing, image recognition, and sentiment analysis. This API enables users to add AI features to their applications without the need for extensive machine learning expertise. Utilizing this API in Pipedream workflows allows for automation and integration with other services, making it possible to process and analyze text and images within a serverless environment efficiently.

Connect Metatext.AI Pre-build AI models API

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    metatext_ai_pre_build_ai_models_api: {
      type: "app",
      app: "metatext_ai_pre_build_ai_models_api",
    }
  },
  async run({steps, $}) {
    const data = {
      "text": `{your_text}`,
    }
    return await axios($, {
      method: "post",
      url: `https://api.metatext.ai/hub-inference/sentiment-analysis`,
      headers: {
        "Content-Type": `application/json`,
        "x-api-key": `${this.metatext_ai_pre_build_ai_models_api.$auth.api_key}`,
      },
      data,
    })
  },
})

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