Customer service software
Trigger your workflow on one or more days each month at a specific time (with timezone support).
Emit new events when an inbound message received. See the docs here
Trigger your workflow on one or more days each week at a specific time (with timezone support).
Creates a contact. If a contact with given identifier already exists, returns it. See the docs
This action can be used to easily send a message or an email without having to think about contacts or tickets, See the docs
You can build amazing customer service experiences by using the Trengo API.
It's the platform to help teams work better together, and offers features to
optimize your customer conversation. For example, you can use Trengo to:
These are just some of the examples of what you can do with the Trengo API.
With the Trengo platform, you can make sure your customer conversations deliver
the best possible outcomes, consistently.
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}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: