Skip to Content
📚 Documentation is in active development — pages marked TODO will fill out over the next few weeks.

Address message block

WhatsApp interactive address message — Meta provides a native form (name, address lines, city, pincode, etc.). Available in India only at the moment.

Config

  • Body — prompt text
  • Country — defaults to IN
  • Action name — internal label for the form submission edge
  • Values — pre-fill fields (e.g. {{contact.last_address_line1}})
  • Saved addresses — if the customer has previously shared an address, offer it as a one-tap reuse

Behaviour

Customer’s submission arrives as nfm_reply with the form data. The flow advances via the “On address submitted” socket. Form values land in runVars.address for downstream blocks.

Last updated on