Start a sequence
POST/smartform/sequence/:sequenceId/start
Start a new sequence instance. Returns an instanceId, first question, and embed URLs for each form.
Workflow:
- Call
/startwith optional email → getinstanceId+ first question + form URLs - Call
/answerfor each question → get next question - Share individual form URLs with end users (they login via OTP)
- Workflow triggers only when sequence completes
Request
Responses
- 201
Sequence started with first question and form URLs