v1
latestOpenAPI 3.0.32026-07-14490228.1 KBCreate Webform
This endpoint creates a new webform and associates it with the client.
post/webforms
Request body
Response
201
Example response
{
"webform": {
"name": "Test Webform 1",
"guid": "8ca22d60-a1cb-11eb-9912-397dd439eff8",
"button_text": "Test",
"captcha_type": "none",
"sequence_id": 1,
"success_type": "send_message",
"success_message": "Thanks! You'll receive a call shortly from us running through the demo!",
"status": "active",
"id": 1
}
}