Starting a conversation
Resolve a user by their WhatsApp phone number in international format with digits only, then open a 1:1 space:space.create() throws.Documentation Index
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() throws.Was this page helpful?