Nodes
Create Node
Generate a new physical touchpoint.
POST
Body
The internal name for this node (e.g., “Conference Room A”).
The payload type. One of
redirect, vcard, wifi, microsite, digital_card, or action.Type-specific configuration object. See Node Types for payload schemas per type.Redirect:
{ "url": "https://..." }vCard: { "first_name": "...", "last_name": "...", "email": "...", "phone": "..." }WiFi: { "ssid": "...", "password": "...", "security": "WPA2" }Action: { "action_type": "whatsapp", "phone": "...", "message": "..." }Bind to a template for enforced brand consistency. Locked fields cannot be overridden.