Skip to main content
POST

Body

label
string
required
The internal name for this node (e.g., “Conference Room A”).
function_type
string
required
The payload type. One of redirect, vcard, wifi, microsite, digital_card, or action.
payload
object
required
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": "..." }
template_id
string
Bind to a template for enforced brand consistency. Locked fields cannot be overridden.

Response

data
object