← Trengo

New Phone Call Started Event from Trengo API

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

Trigger workflow on
New Phone Call Started Event from the Trengo API
Next, do this
Connect to 1000+ APIs using code and no-code building blocks
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

Trigger a workflow on New Phone Call Started Event with Trengo API. When you configure and deploy the workflow, it will run on Pipedream's servers 24x7 for free.

  1. Configure the New Phone Call Started Event trigger
    1. Connect your Trengo account
  2. Add steps to connect to 1000+ APIs using code and no-code building blocks
  3. Deploy the workflow
  4. Send a test event to validate your setup
  5. Turn on the trigger

Integrations

Send Message with Discord Webhook API on New Phone Call Started Event from Trengo API
Trengo + Discord Webhook
 
Try it
Add Multiple Rows with Google Sheets API on New Phone Call Started Event from Trengo API
Trengo + Google Sheets
 
Try it
Get Film with SWAPI - Star Wars API on New Phone Call Started Event from Trengo API
Trengo + SWAPI - Star Wars
 
Try it
Create Multiple Records with Airtable API on New Phone Call Started Event from Trengo API
Trengo + Airtable
 
Try it
Chat with OpenAI (ChatGPT) API on New Phone Call Started Event from Trengo API
Trengo + OpenAI (ChatGPT)
 
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.

New Phone Call Started Event on Trengo
Description:Emit new events when an phone call started. [See the docs here](https://developers.trengo.com/docs/webhooks)
Version:0.0.1
Key:trengo-phone-call-started

Code

import common from "../common/common.mjs";

export default {
  key: "trengo-phone-call-started",
  name: "New Phone Call Started Event",
  description: "Emit new events when an phone call started. [See the docs here](https://developers.trengo.com/docs/webhooks)",
  version: "0.0.1",
  type: "source",
  dedupe: "unique",
  ...common,
  methods: {
    ...common.methods,
    getMeta(event) {
      return {
        id: Date.now(),
        ts: Date.now(),
        summary: `New phone call started event: ${event?.body?.from} => ${event?.body?.to}`,
      };
    },
    getEvent() {
      return  "VOICE_CALL_STARTED";
    },
  },
};

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.
N/Ahttp$.interface.httpThis component uses $.interface.http to generate a unique URL when the component is first instantiated. Each request to the URL will trigger the run() method of the component.
N/Adb$.service.dbThis component uses $.service.db to maintain state between executions.

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 Team Chat Message with the Trengo API

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

 
Try it