Make.com: custom API requests
How to Use the HTTP Module to Send a Message on TimelinesAI Inside Make.com
Integrating TimelinesAI with Make.com allows you to automate communication tasks, such as sending messages to clients on WhatsApp. While there are native actions to send messages, the HTTP module in Make.com offers flexibility when you need to send customized API requests, such as sending a text, file or an audio message using TimelinesAI.
This guide will explain how to use the HTTP module in Make.com to send a text message via TimelinesAI.
Step#1: Create a HTTP module
Select the HTTP module and choose the “Make a request” option.
Step#2: How to setup
URL: add https://app.timelines.ai/integrations/api/messages
Method: select POST
Headers: add a header. Name to use: Authorization and Value to use: Bearer XXXXXXXX
Body type: select "raw"
Content type: select "JSON"
Request content: add {"phone":"+996555855555","whatsapp_account": "+996555855555","text": "Thank you for your interest. Here is our pricing for 2024"}
IMPORTANT:
- instead of +996555855555, enter your own WhatsApp number copied from https://app.timelines.ai/whatsapp
- instead of "Thank you for your interest. Here is our pricing for 2024" type your own message.
- replace XXXXXX with your own token generated and copied from https://app.timelines.ai/integrations/api/
We recommend reviewing this article, to learn more about TimelinesAI Public API
Press OK. Then click "Run once". While the process is being executed, send an actual WhatsApp message to your own WhatsApp number (specified at https://app.timelines.ai/whatsapp).
Once the message lands on your WhatsApp ( and consequently appears in the Timelines Chat list), Make will mark the request as "Completed" and will add numbers next to both modules :
Using the HTTP module in Make.com to send a text message via TimelinesAI is a powerful and flexible solution for automating communications. Whether you need to send personalized responses, follow up on inquiries, or trigger messages based on external events, this integration allows you to fully control how and when your messages are sent.
By following the steps above, you can quickly set up a scenario to automate sending messages on TimelinesAI, providing efficient and timely communication with your clients.
We recommend reviewing this article, to learn more about TimelinesAI Public API
Integrating TimelinesAI with Make.com allows you to automate communication tasks, such as sending messages to clients on WhatsApp. While there are native actions to send messages, the HTTP module in Make.com offers flexibility when you need to send customized API requests, such as sending a text, file or an audio message using TimelinesAI.
This guide will explain how to use the HTTP module in Make.com to send a text message via TimelinesAI.
Step#1: Create a HTTP module
Select the HTTP module and choose the “Make a request” option.
Step#2: How to setup
URL: add https://app.timelines.ai/integrations/api/messages
Method: select POST
Headers: add a header. Name to use: Authorization and Value to use: Bearer XXXXXXXX
Body type: select "raw"
Content type: select "JSON"
Request content: add {"phone":"+996555855555","whatsapp_account": "+996555855555","text": "Thank you for your interest. Here is our pricing for 2024"}
IMPORTANT:
- instead of +996555855555, enter your own WhatsApp number copied from https://app.timelines.ai/whatsapp
- instead of "Thank you for your interest. Here is our pricing for 2024" type your own message.
- replace XXXXXX with your own token generated and copied from https://app.timelines.ai/integrations/api/
We recommend reviewing this article, to learn more about TimelinesAI Public API
Press OK. Then click "Run once". While the process is being executed, send an actual WhatsApp message to your own WhatsApp number (specified at https://app.timelines.ai/whatsapp).
Once the message lands on your WhatsApp ( and consequently appears in the Timelines Chat list), Make will mark the request as "Completed" and will add numbers next to both modules :
Using the HTTP module in Make.com to send a text message via TimelinesAI is a powerful and flexible solution for automating communications. Whether you need to send personalized responses, follow up on inquiries, or trigger messages based on external events, this integration allows you to fully control how and when your messages are sent.
By following the steps above, you can quickly set up a scenario to automate sending messages on TimelinesAI, providing efficient and timely communication with your clients.
We recommend reviewing this article, to learn more about TimelinesAI Public API
Updated on: 28/10/2024
Thank you!