Trengo

Customer service software

Integrate the Trengo API with the Schedule API

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

Create Contact with Trengo API on Custom Interval from Schedule API
Schedule + Trengo
 
Try it
Create Contact with Trengo API on Daily schedule from Schedule API
Schedule + Trengo
 
Try it
Create Contact with Trengo API on Monthly Schedule from Schedule API
Schedule + Trengo
 
Try it
Create Contact with Trengo API on Weekly schedule from Schedule API
Schedule + Trengo
 
Try it
Find Contacts with Trengo API on Custom Interval from Schedule API
Schedule + Trengo
 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
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
New Inbound Message Event from the Trengo API

Emit new events when an inbound message received. See the docs here

 
Try it
Weekly schedule from the Schedule API

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

 
Try it
Create Contact with the Trengo API

Creates a contact. If a contact with given identifier already exists, returns it. See the docs

 
Try it
Find Contacts with the Trengo API

Finds contacts with the given term. See the docs

 
Try it
Log A Voice Call with the Trengo API

Logs a phone call from external VOIP applications, See the docs

 
Try it
Send A Message with the Trengo API

This action can be used to easily send a message or an email without having to think about contacts or tickets, See the docs

 
Try it
Send A Team Chat Message with the Trengo API

Send a message as a bot in the Team Chat, See the docs

 
Try it

Overview of Trengo

The Trengo API provides programmatic access to Trengo's multi-channel communication platform, allowing for the streamlining of customer interactions across various channels such as email, SMS, social media, and chat. By leveraging the Trengo API on Pipedream, you can automate customer support workflows, sync communication data with CRM systems, and trigger alerts or actions based on specific customer queries or events.

Connect Trengo

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: {
    trengo: {
      type: "app",
      app: "trengo",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.trengo.eu/api/v2/users`,
      headers: {
        Authorization: `Bearer ${this.trengo.$auth.access_token}`,
      },
    })
  },
})

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.