What do you want to automate

with Tess AI by Pareto and InsertChat?

Prompt, edit and deploy AI agents that connect to Tess AI by Pareto, InsertChat 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
Execute AI Agent with Tess AI by Pareto API on New AI Chatbot from InsertChat API
InsertChat + Tess AI by Pareto
 
Try it
Execute AI Agent with Tess AI by Pareto API on New Chat Session from InsertChat API
InsertChat + Tess AI by Pareto
 
Try it
Execute AI Agent with Tess AI by Pareto API on New Lead Created from InsertChat API
InsertChat + Tess AI by Pareto
 
Try it
Get Agent Execution Response with Tess AI by Pareto API on New AI Chatbot from InsertChat API
InsertChat + Tess AI by Pareto
 
Try it
Get Agent Execution Response with Tess AI by Pareto API on New Chat Session from InsertChat API
InsertChat + Tess AI by Pareto
 
Try it
New AI Chatbot from the InsertChat API

Emit new event when a new AI chatbot is created.

 
Try it
New Chat Session from the InsertChat API

Emit new event when a new chat session is initiated.

 
Try it
New Lead Created from the InsertChat API

Emit new event when a new lead is created.

 
Try it
Execute AI Agent with the Tess AI by Pareto API

Executes an AI Agent (template) with the given input. See the documentation

 
Try it
Create Lead with the InsertChat API

Creates a new lead within Insertchat. See the documentation

 
Try it
Get Agent Execution Response with the Tess AI by Pareto API

Retrieves the result of a previously executed AI Agent (template). See the documentation

 
Try it
Delete Lead with the InsertChat API

Deletes an existing lead from InsertChat. See the documentation

 
Try it
Search AI Agents with the Tess AI by Pareto API

Retrieve AI Agents (templates) that match the specified criteria. See the documentation

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

Connect Tess AI by Pareto

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    tess_ai_by_pareto: {
      type: "app",
      app: "tess_ai_by_pareto",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://tess.pareto.io/api/templates`,
      headers: {
        Authorization: `Bearer ${this.tess_ai_by_pareto.$auth.api_token}`,
      },
      params: {
        page: `1`,
        per_page: `15`,
      },
    })
  },
})

Connect InsertChat

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: {
    insertchat: {
      type: "app",
      app: "insertchat",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.insertchat.com/v1/${this.insertchat.$auth.app_uid}/accounts`,
      headers: {
        Authorization: `Bearer ${this.insertchat.$auth.oauth_access_token}`,
      },
    })
  },
})

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