← Trengo

Send A Team Chat Message with Trengo API

Pipedream makes it easy to connect APIs for Trengo and 1200+ other apps remarkably fast.

Trigger workflow on
HTTP requests, schedules and app events
Next, do this
Send A Team Chat Message with the Trengo API
No credit card required
Into to Pipedream
Watch us build a workflow
Watch us build a workflow
7 min
Watch now ➜

Trusted by 500,000+ developers from startups to Fortune 500 companies

Adyen logo
Brex logo
Carta logo
Checkr logo
Chameleon logo
DevRev logo
LinkedIn logo
Netflix logo
New Relic logo
OnDeck logo
Replicated logo
Scale AI logo
Teamwork logo
Warner Bros. logo
Xendit logo

Developers Pipedream

Getting Started

Create a workflow to Send A Team Chat Message with the Trengo API. When you configure and deploy the workflow, it will run on Pipedream's servers 24x7 for free.

  1. Configure the Send A Team Chat Message action
    1. Connect your Trengo account
    2. Optional- Configure Thread ID
    3. Optional- Select a To User ID
    4. Optional- Configure Body
    5. Optional- Configure Attachement IDs
    6. Optional- Configure Parent ID
  2. Select a trigger to run your workflow on HTTP requests, schedules or app events
  3. Deploy the workflow
  4. Send a test event to validate your setup
  5. Turn on the trigger

Integrations

Send A Team Chat Message with Trengo API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Trengo
 
Try it
Send A Team Chat Message with Trengo API on New Submission from Typeform API
Typeform + Trengo
 
Try it
Send A Team Chat Message with Trengo API on Custom Events from Zoom API
Zoom + Trengo
 
Try it
Send A Team Chat Message with Trengo API on New Submission (Instant) from Jotform API
Jotform + Trengo
 
Try it
Send A Team Chat Message with Trengo API on New Custom Webhook Events from Stripe API
Stripe + Trengo
 
Try it

Details

This is a pre-built, source-available component from Pipedream's GitHub repo. The component is developed by Pipedream and the community, and verified and maintained by Pipedream.

To contribute an update to an existing component or create a new component, create a PR on GitHub. If you're new to Pipedream component development, you can start with quickstarts for trigger span and action development, and then review the component API reference.

Send A Team Chat Message on Trengo
Description:Send a message as a bot in the Team Chat, [See the docs](https://developers.trengo.com/reference/sending-a-bot-message)
Version:0.0.1
Key:trengo-send-a-team-chat-message

Code

import app from "../../trengo.app.mjs";
import { ConfigurationError } from "@pipedream/platform";

export default {
  type: "action",
  key: "trengo-send-a-team-chat-message",
  version: "0.0.1",
  name: "Send A Team Chat Message",
  description: "Send a message as a bot in the Team Chat, [See the docs](https://developers.trengo.com/reference/sending-a-bot-message)",
  props: {
    app,
    threadId: {
      propDefinition: [
        app,
        "threadId",
      ],
    },
    toUserId: {
      propDefinition: [
        app,
        "toUserId",
      ],
    },
    body: {
      propDefinition: [
        app,
        "body",
      ],
    },
    attachmentIds: {
      propDefinition: [
        app,
        "attachmentIds",
      ],
    },
    parentId: {
      propDefinition: [
        app,
        "parentId",
      ],
    },
  },
  async run ({ $ }) {
    if (!this.threadId && !this.toUserId) {
      throw new ConfigurationError("Either `Thread ID` or `To User ID` should be set!");
    }
    if (!this.body && !this.attachmentIds) {
      throw new ConfigurationError("Either `Body` or `Attachement IDs` should be set!");
    }
    const resp = await this.app.sendTeamChatMessage({
      $,
      data: {
        bot: true,
        threadId: this.threadId,
        toUserId: this.toUserId,
        body: this.body,
        attachmentIds: this.attachmentIds,
        parentId: this.parentId,
      },
    });
    $.export("$summary", "The message has been sent");
    return resp;
  },
};

Configuration

This component may be configured based on the props defined in the component code. Pipedream automatically prompts for input values in the UI and CLI.
LabelPropTypeDescription
TrengoappappThis component uses the Trengo app.
Thread IDthreadIdinteger

Required if To User ID is not set

To User IDtoUserIdintegerSelect a value from the drop down menu.
Bodybodystring

HTML message body. Required if Attachment IDs is not set. URLs will be automatically converted to A-tags.

Attachement IDsattachmentIdsinteger[]

IDs of uploaded files. Required if Body not set.

Parent IDparentIdinteger

Set the parent message ID to reply to it.

Authentication

Trengo uses API keys for authentication. When you connect your Trengo account, Pipedream securely stores the keys so you can easily authenticate to Trengo APIs in both code and no-code steps.

You need a personal access token to access the API and to perform actions on your behalf. Your personal access token needs to be send trough an Authorization Bearer request. See docs.

About Trengo

Customer service software

More Ways to Use Trengo

Triggers

New Inbound Message Event from the Trengo API

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

 
Try it
New Internal Note Event from the Trengo API

Emit new events when a internal note added. See the docs here

 
Try it
New Outbound Message Event from the Trengo API

Emit new events when an outbound message sent. See the docs here

 
Try it
New Phone Call Ended Event from the Trengo API

Emit new events when an phone call ended. See the docs here

 
Try it
New Phone Call Missed Event from the Trengo API

Emit new events when an phone call missed. See the docs here

 
Try it

Actions

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 WhatsApp Message Template with the Trengo API

Sends a WhatsApp message template, See the docs

 
Try it

Explore Other Apps

1
-
12
of
1200+
apps by most popular

HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Beta
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Beta
Data Stores
Data Stores
Use Pipedream Data Stores to manage state throughout your workflows.
Telegram Bot
Telegram Bot
Telegram is a cloud-based instant messaging and voice over IP service
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular apps like ChatGPT and DALL·E 2.
Google Sheets
Google Sheets
With Google Sheets, you can create, edit, and collaborate wherever you are
Discord
Discord
Use this app to create a Discord source that emits messages from your guild to a Pipedream workflow.
GitHub
GitHub
Where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.
Formatting
Formatting
Pre-built actions to make formatting and manipulating data within your workflows easier.
Slack
Slack
Slack is a channel-based messaging platform. With Slack, people can work together more effectively, connect all their software tools and services, and find the information they need to do their best work — all within a secure, enterprise-grade environment.