Custom_Field__c
Custom_Field__c
text
, textarea
)date
, datetime
)?email
as a URL param in the round robin booking link, Cal.com searches Salesforce for the record owner. If the record owner is a host of the round robin event, then only that owner’s availability is presented and the attendee books directly with the owner.
Options to search ownership against
Custom_Field__c
text
, textarea
)date
, datetime
)Website
field matches the email domain of the attendeeValue
field{}
brackets. For example, if you have a booking question with the identifier productInterest
you would input {productInterest}
in the Value
field{}
and add the form:
prefix. For example, if the field identifier is productInterest
you would input {form:productInterest}
in the Value
fieldutm_parameter
, pass the parameter name as {utm:parameter}
in the value field. We currently support the following:
utm_source
as {utm:source}
utm_medium
as {utm:medium}
utm_campaign
as {utm:campaign}
utm_term
as {utm:term}
utm_content
as {utm:content}