Configuration settings for a Smoke Signal event, controlling RSVP behavior and access requirements.
Record Key
any
Any valid record key
Properties
disableDirectRsvp
boolean
Optional
When true, the RSVP button redirects to an external ticketing URL instead of creating a direct RSVP.
requireConfirmedEmail
boolean
Optional
When true, RSVPs require a confirmed email address.
rsvpRedirectUrl
string
uri
Optional
URL to redirect users to for external ticketing (e.g., ti.to, eventbrite).
maxLength: 2048 bytesView raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"properties": {
"rsvpRedirectUrl": {
"type": "string",
"format": "uri",
"maxLength": 2048,
"description": "URL to redirect users to for external ticketing (e.g., ti.to, eventbrite)."
},
"disableDirectRsvp": {
"type": "boolean",
"description": "When true, the RSVP button redirects to an external ticketing URL instead of creating a direct RSVP."
},
"requireConfirmedEmail": {
"type": "boolean",
"description": "When true, RSVPs require a confirmed email address."
}
}
},
"description": "Configuration settings for a Smoke Signal event, controlling RSVP behavior and access requirements."
}