Hi,
I am trying to create a custom book an event button in Salesforce, but the information is not carrying over. I followed this article: https://help.calendly.com/hc/en-us/articles/360057224874-How-to-schedule-Calendly-meetings-from-Salesforce#h_01HB9EEWV7K6W791REN257T29Q. I used the formula:
- ADD_YOUR_LINK?sfid={!Opportunity.Id}&name={!Contact.FirstName}%20{!Contact.LastName}&email={!Lead.Email}
I changed to the Calendly page link. When I click on the button, it redirects me to the scheduling page, but only the first and last name information is carried over. I also need the email address and the mobile number.
What am I doing wrong?