Look up contact information by phone number
200 even if the contact doesn’t exist. Use the found field to verify existence.mindo_xxxxxxxxxxxxxxxxxxxxxxxx+, with 15 for Argentina, with spaces or dashes).true if the contact exists in any company list.null if not found.true if the contact has sent at least one message in any chat. Useful for follow-up logic: if false, the contact is a candidate for re-sending.null if they never replied.true if there’s an active WhatsApp session window (24h since the user’s last message). If active, free-text messages can be sent; if not, only approved templates.null if there’s no active window.| Format | Example |
|---|---|
E.164 with + | +5492235961983 |
E.164 without + | 5492235961983 |
With 15 (Argentina) | +54223155961983 |
With 15 without + | 54223155961983 |
| With spaces/dashes | +54 223 15-596-1983 |
Automated follow-up workflow
/api/v1/meta-templates/send//api/v1/contact-lookup/?phone=...found: false — Contact doesn’t exist, check the numberhasReplied: true — Already replied, don’t send follow-uphasReplied: false + sessionWindowActive: true — Send free-text follow-up messagehasReplied: false + sessionWindowActive: false — Send follow-up template