Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Resolve WhatsApp users and start supported 1:1 conversations.
const wa = whatsappBusiness(app); const customer = await wa.user("15551234567"); const space = await wa.space.create(customer); await space.send("Thanks for reaching out.");
space.create()
Was this page helpful?