WhatsApp — send message
Reply to a customer who messaged in the last 24 hours.
What it does
Replies to somebody who messaged the business in the last 24 hours. Meta's rule, not ours: outside that window a free-form message is refused and you need a template.
What you need
Access token from WhatsApp (Meta). Meta → WhatsApp → API Setup. The temporary token there expires in 24 hours; generate a System User token for anything you intend to keep running.
It also needs Phone number ID — From Meta → WhatsApp → API Setup. Not the phone number itself. Both halves are entered together.
Connecting it
Credentials belong to one project, not to your workspace and not to you. A system built for one client never runs on another client's account, and a package handed to a business runs on theirs.
- Open the project and stay on the Visual Editor tab.
- Open the Tools & Integrations rail on the right.
- Find this tool, open it, and paste the credential.
To change it later, open the same panel — you can leave the key blank to keep the stored one and change only the other field.
Using it in a step
An Action step runs one tool with the arguments you type, exactly as written, with no model involved — so it costs nothing per run and behaves the same every time. Add one from the canvas toolbar, choose WhatsApp — send message, and fill in:
| Field | Required | What goes in it |
|---|---|---|
to |
yes | The customer's number in international format, no plus sign. |
message |
yes | Free text. Only allowed within 24 hours of their last message. |
Values can carry results forward: {{previous}} is the step before, and {{row:column}}
is a column from the row this run is about when the trigger fans out.
Press Try it to run the step on its own before committing to a whole sequence.
This one really sends. Trying it delivers a real message — use your own address or number, never a customer's.
Using it with an agent
Tick WhatsApp — send message on any agent that should be able to call it, and the agent decides when to. Use an agent when the judgement matters and an Action step when the certainty does.
A worked example
A restaurant answers order enquiries. A customer asks whether the jollof is available; an agent checks the day's menu in the knowledge base and replies in the same thread.
When it goes wrong
Refused with a 24-hour error. The customer's last message is older than a day. Use WhatsApp — send template instead, which is what templates are for.
Nothing sends. The Phone number ID is half the credential and is easy to confuse with the phone number itself. It comes from Meta → WhatsApp → API Setup.
See also
- Action steps — the step kind this is used in
- Sequences — how steps fit together
- Triggers — running it on a schedule

