What do you want to automate

with SpiritMe and CleverTap?

Prompt, edit and deploy AI agents that connect to SpiritMe, CleverTap 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
Create Campaign with CleverTap API on New Avatar Video Completion from SpiritMe API
SpiritMe + CleverTap
 
Try it
Create Or Update User with CleverTap API on New Avatar Video Completion from SpiritMe API
SpiritMe + CleverTap
 
Try it
Get Campaign Report with CleverTap API on New Avatar Video Completion from SpiritMe API
SpiritMe + CleverTap
 
Try it
Get Campaigns with CleverTap API on New Avatar Video Completion from SpiritMe API
SpiritMe + CleverTap
 
Try it
Stop Campaign with CleverTap API on New Avatar Video Completion from SpiritMe API
SpiritMe + CleverTap
 
Try it
New Avatar Video Completion from the SpiritMe API

Emit new event when an avatar video completes rendering.

 
Try it
Generate Video with the SpiritMe API

Generates a new video using specific voice and avatar props. See the documentation

 
Try it
Create Campaign with the CleverTap API

Create a campaign. See the documentation

 
Try it
Create Or Update User with the CleverTap API

Create or update an user. See the documentation

 
Try it
Get Campaign Report with the CleverTap API

Get the report for a completed campaign. See the documentation

 
Try it
Get Campaigns with the CleverTap API

Get a list of campaigns within a specified date range. See the documentation

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

Connect SpiritMe

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: {
    spiritme: {
      type: "app",
      app: "spiritme",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.spiritme.tech/api/users/current/`,
      headers: {
        "Authorization": `Token ${this.spiritme.$auth.api_key}`,
        "Accept": `application/json`,
      },
    })
  },
})

Overview of CleverTap

CleverTap offers a powerful suite of tools for user engagement and analytics that can help you track user activities, segment users, and run targeted campaigns. Integrating Clevertap with Pipedream allows you to automate interactions with users, synchronize data across platforms, and create personalized marketing strategies. You can trigger workflows with real-time events, analyze user behavior, and leverage Pipedream's ability to connect to hundreds of other apps to enrich and act on your CleverTap data.

Connect CleverTap

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
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    clevertap: {
      type: "app",
      app: "clevertap",
    }
  },
  async run({steps, $}) {
    const data = {
      "event_name": `App Launched`,
      "from": 20171201,
      "to": 20231225,
    }
    return await axios($, {
      method: "post",
      url: `https://${this.clevertap.$auth.region}.clevertap.com/1/profiles.json`,
      headers: {
        "X-CleverTap-Account-Id": `${this.clevertap.$auth.project_id}`,
        "X-CleverTap-Passcode": `${this.clevertap.$auth.pass_code}`,
        "Content-Type": `application/json`,
      },
      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