Skip to content

Visualforce component that allows you to dynamically generate single use Calendly links from your Salesforce email templates.

License

Notifications You must be signed in to change notification settings

tcampb/calendly-single-use-link-visualforce

Repository files navigation

Calendly Single Use Link Visualforce Component

Dynamically generate single use Calendly links from your Salesforce email templates.

Tutorial Video

<messaging:emailTemplate subject="Calendly Meeting Link" recipientType="Lead">
<messaging:plainTextEmailBody>
   Schedule an event using the link below:

   <c:CalendlySingleUseLink eventTypeUUID="{!$User.Managed_Event_Type_UUID__c}"></c:CalendlySingleUseLink>
</messaging:emailTemplate>
</messaging:plainTextEmailBody>

About

Visualforce component that allows you to dynamically generate single use Calendly links from your Salesforce email templates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published