Create a Routing Form
Create a routing form with the Zeeg API, setting its name, headline, body, submit button and colours, and returning the form with its default fallback route.
name is the only required field. It is the internal name, which an invitee never reads.
The new routing form holds no question and one fallback route that shows the default thank-you page. Add the questions with Replace Routing Form Questions and the routes with Replace Routing Form Routes.
slug and url. url is the public address at which an invitee opens the routing form. An inactive routing form accepts no submission at that address.Authorizations
Body
The body that creates a routing form.
The internal name of the routing form. An invitee never reads it.
200"Inbound Lead Qualification"
The headline above the questions. It holds rich text of at most 200 visible characters.
"Tell us about your team"
The body text below the headline. It holds rich text of at most 2000 visible characters.
"<p>Answer three questions and we send you to the right person.</p>"
The label of the submit button.
200"Continue"
An inactive routing form accepts no submission.
true
The colours of the public routing form page. Each value is a CSS colour of at most 20 characters, or null when the routing form sets no colour. A response always carries the object with all three keys. The write endpoints accept the same shape, so a routing form that you read goes straight back to PATCH /routing-forms/{id} without reshaping.