π Step 1: Set up in Make.com
- Create a Scenario
- Log in to Make.com
- Create a New Scenario
- Add the apps or steps you need for your real business workflow (for example: trigger when a new order is placed, when a form is submitted, or when data is updated in your CRM).
- Add Http Request Module
- In your scenario, add an HTTP module β choose Make a Request
- This will be used to send messages through bitbybitβs API.
π Step 2: Prepare Your Bitbybit API Key
- Go to bitbybit Advance Settings
- Copy your bitChat API Key (you will need this in Make.com)
π Step 3: Configure HTTP Request in Make.com
Set up your HTTP Request as follows: Method :POST
URL :
-
to β The recipientβs phone number (must include country code, e.g.,
62for Indonesia) - template_name β The name of the template you have already created in bitbybit.
-
template_source β
- Use
AUTHif the template is for OTP (one-time password). - Use
CRMfor all other types (e.g., welcome messages, reminders, updates)
- Use
-
params β These are the dynamic variables in your template.
π Example for params ]
If your template looks like this:
Then your params must have 3 values in the same order:
params as an empty list [].

