View as Markdown
Trengo icon

Trengo ACTION

Send A WhatsApp Message Template

Sends a WhatsApp message template, See the documentation
  • Action
  • Writes data
  • API key
  • SDK
  • MCP

IMPLEMENTATION

Call this tool

Connect a user's Trengo account once, then configure and run Send A WhatsApp Message Template from your backend or agent.

import { PipedreamClient } from "@pipedream/sdk"

const pd = new PipedreamClient({
  projectId: process.env.PIPEDREAM_PROJECT_ID!,
  clientId: process.env.PIPEDREAM_CLIENT_ID!,
  clientSecret: process.env.PIPEDREAM_CLIENT_SECRET!,
  projectEnvironment: "production",
})

const result = await pd.actions.run({
  id: "trengo-send-a-whatsapp-message-template",
  externalUserId: "{external_user_id}", // any stable ID for this user in your system
  configuredProps: {
    trengo: { authProvisionId: "apn_xxxxxxx" },
    recepientPhoneNumber: "Recepient Phone Number",
    ticketId: 10,
  },
})

console.log(result)

SCHEMA

Inputs

Pipedream supplies the connected account. Your application provides the operation-specific values below. Dynamic inputs are resolved against that user's account.

Send A WhatsApp Message Template inputs
Property Type Description
recepientPhoneNumber Recepient Phone Number string
Only required if Ticket ID is not set. Should be a valid phone number.
Optional
ticketId Ticket ID integer
Select a ticket or provide an ID
Optional Dynamic
hsmId The WhatsApp template ID integer
The WhatsApp template ID.
Required
whatsappTemplateParamsKeys Message param Keys string[]
Message param keys
Optional
whatsappTemplateParamsValues Message param Values string[]
Message param values
Optional

REFERENCE

Tool details

Behavior hints are published with the component in the Pipedream registry and surface as MCP tool annotations, so an agent can reason about a tool before it calls it.

Registry key
trengo-send-a-whatsapp-message-template
Version
0.0.13
App
Trengo
Authentication
API key
Read-only
No
Destructive
No
Open world
Yes