To send custom questions you need to run two endpoints to make sure you map the correct answers.
Full API Documentation can be found here for reference.
First, Get event Endpoint
This will return the Event object with the registration object containing all the custom questions assigned to it. An example response is below:
You can use the customQuestions to fill in the answers for the user when you register them.
βNote* For all fields that have isRequired as true, a response is required or you may run into errors.
Second, send the answers to the Registrant endpoint
Using custom questions you can send a payload to register a user like this:
This will register the user to the event and it will map the answer with the test field 1 question (in this particular example).
Make sure that questionId matches with a questions from the Event object.
β
βNote* if you have dropdowns, the Event object will return all possible values.
Please ensure to pick a value from the list.
Have a question that wasn't answered here? You can search in our Help Center, reach out to your CSM or email support@sequel.io. We're happy to help!


