cal.com
cal.com copied to clipboard
support specifying booking questions for an Event Type on API
Is your proposal related to a problem?
I want to use the API to create Event Types with custom booking questions. See example below.
Describe the solution you'd like
Add the ability to specify custom booking questions in the body section of POST event-types route on API
Example:
{
"summary": "An example of an individual event type POST request",
"value": {
"title": "Hello World",
"slug": "hello-world",
"length": 30,
"hidden": false,
...
"responses": [
{
"identifier": "organization",
"label": "Organization",
"placeholder": "",
"inputType": "Short Text",
"required": true
}
]
...
}
}
Describe alternatives you've considered
None
Additional context
No
Requirement/Document
(Share it here.)
House rules
- If this issue has a
🚨 needs approvallabel, don't start coding yet. Wait until a core member approves feature request by removing this label, then you can start coding.- For clarity: Non-core member issues automatically get the
🚨 needs approvallabel. - Your feature ideas are invaluable to us! However, they undergo review to ensure alignment with the product's direction.
- For clarity: Non-core member issues automatically get the
i think you can do that already no? @alishaz-polymath
cc @JDP-Neo