Make (Integromat) — Getting Started
The Tenreply app for Make lets you automate messaging, contacts, conversations, and social publishing from any Make scenario.
Add the Tenreply app
The current Make release is a private custom app while its public listing is under review.
The app source and import bundle live in the
integrations/make folder and follows the
Make Apps SDK layout. Import it via the Make Apps Editor
(VS Code extension) or the online custom-app editor.
Connect your Tenreply account
- Enable Developer Mode in Tenreply: Settings → Features → Developer Mode.
- Create an API key: Settings → Developer → Create API key. Copy the
trl_live_...key — it is shown only once. - In Make, add any Tenreply module and click Create a connection.
- Paste your API Key. Leave Base URL as
https://app.tenreply.com/apifor cloud, or enter your own URL for a self-hosted instance. - Click Save — Make verifies the key against the Tenreply API.
Modules
Actions
| Module | What it does |
|---|---|
| Send Message | Send a text or media message to a conversation |
| Send Template Message | Send an approved WhatsApp template |
| Create Contact | Create a new contact |
| Update Contact | Update an existing contact |
| Start or Find Conversation | Find or open a conversation with a contact |
| Close Conversation | Close an open conversation |
| Reopen Conversation | Reopen a closed conversation |
| Publish Social Post | Publish generated text and media to LinkedIn, Instagram, and Facebook |
Searches
| Module | What it does |
|---|---|
| Search Contacts | Find contacts by phone number, name, or email |
| Get Messages | List messages in a conversation |
Triggers
| Module | What it does |
|---|---|
| Watch Events | Instant trigger that fires on any Tenreply event |
Conversation, contact, and template fields use live dropdowns populated from your workspace.
Example scenario
“New inbound message → AI reply → send response”
- Tenreply → Watch Events → event:
message.received - OpenAI → generate a reply from
{{1.content.text}} - Tenreply → Send Message → Conversation:
{{1.conversationId}}, Type: Text, Text: the AI output
“AI content + image → publish everywhere”
- Generate a caption and a publicly reachable image URL in earlier modules.
- Tenreply → Publish Social Post.
- Select the connected profiles/pages and map the generated caption and media URL.
Webhook security
The Watch Events trigger registers and removes its webhook subscription with Tenreply
automatically when you turn a scenario on or off. Each delivery is signed with HMAC-SHA256
in the X-Tenreply-Signature header (sha256=<hex>).