Skip to main content

How to Register Participants to Event with Custom Registration Questions

Learn how to use API endpoints in order to send custom registration questions with event registration for registrants.

Updated over a week ago

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!

Did this answer your question?