Add a node to a form
Adds a node to the form. By default inserts before the end screen. Node types: - choice: Single or multiple choice node with predefined options - open: Free-form text responses from users - button: Simple button for acknowledgment or navigation - contact: Collect standardized contact information (name, email, phone, company) - redirect: Redirect users to an external URL - end_screen: Final screen shown when form is completed in: path required: true schema: type: string format: uuid
Authorization
AuthorizationRequired
Bearer <token>API key (cf_*) passed as Bearer token
In: header
Request Body
application/jsonRequirednodeRequired
objectafter_node_idstringInsert after this node. Omit to append before end screen.
Format:
"uuid"Node added