Customized Blackthorn Events Domain
  • 26 Feb 2024
  • 3 Minutes to read
  • Dark
    Light

Customized Blackthorn Events Domain

  • Dark
    Light

Article Summary

Blackthorn Events supports custom domains. Currently, we cannot take over a root domain since it has to be forwarded to our service via CNAME.

The event slug will automatically reflect the Event Name. If the Event Name is “Sample Event”, the slug will appear as expected. Any additional customizations are not supported.

  • The Event domain can be customized, but it requires set-up on our end. Please contact Blackthorn Support for more information.
  • Blackthorn supports custom slugs for Event Groups.

You can have a subdomain on your main domain with the Event record slugs, such as subdomain.yourdomain.com/event-slug.

For example, the Event Page URL can look like "https://events.yourdomain.com/sample-event" or you can also make it look like "https://www.yourdomain.com/event-slug" (in this case "www" works as a subdomain)

Note: We only set this up for organizations that are already live with our product since there is significant set-up work required.

Note: Only use one domain per Salesforce Organization

This includes Sandboxes and any secondary organizations that may be configured.


Here's what we need from you: an available domain and subdomain

Instructions

Do you need to migrate your domain to another domain?

Contact Blackthorn Support with your domain at least 48 hours before you need to use the custom/migrating domain. Once you receive the CNAME and TXT endpoints, go to Step 3 and complete the process.

DNS Configuration

  1. To enter a vanity domain, complete the following steps.

    • Go to the Blackthorn | Events Admin tab.
    • Click Settings.
    • Enter your “Vanity Domain”.
  2. Submit this information to Blackthorn Support at least 48 hours before you need to use the custom domain.

  3. We will provide you with the CNAME and TXT endpoints for you to update in your DNS records.

  4. If your DNS provider doesn’t allow TXT and CNAME records with the same key, this step will need to be split into two parts. First, you’ll add the TXT records, and then we will generate your SSL Cert. Second, you’ll remove the TXT records, add the CNAME endpoint, and we will generate your SSL Cert.

  5. We will generate your SSL Cert and enable this feature in your org. After this has been completed, please update the following objects and fields to use your customized Event Page URL.

Salesforce Configuration

Note: All communication and email templates should be updated to use these customized URLs.

  1. After the DNS configuration has been completed and the vanity domain is live, please update the following objects and fields to use your customized Event Page URL. NOTE: Replace the word domain with your actual vanity domain. Ex. If my vanity domain is events.university.edu, then I would replace the word domain with events.university.edu.

    • Event Group: Create a formula text field Custom Event Group URL with the following formula on the Event Group object: 'domain/' & $Organization.Id & "/g/" & conference360__Key__c
    • Event: Create a formula text field Custom Event Page URL with the following formula on the Event object: SUBSTITUTE(conference360__EventPageURL__c, 'events.blackthorn.io', 'domain')
    • Attendee: Create a formula text field Custom AttendeeLink with the following formula on the Attendee object: SUBSTITUTE(conference360__AttendeeLink__c, 'events.blackthorn.io', 'domain')
  2. Update your Events Domain.

    1. Click the Gear icon located in the upper right-hand corner.
    2. Click Setup.
    3. Scroll down and click Security.
    4. Click Remote Site Settings.
    5. Click Events_Domain
    6. Click Edit.
    7. Change the 'Remote Site URL' from "https://events.blackthorn.io" to "https://events.YourDomainName.com"
  3. Update the Platform Domain field in the Blackthorn | Events Settings custom settings to match the Remote Site URL.

    1. Click the Gear icon located in the upper right-hand corner.
    2. Click Setup.
    3. In the Quick Find box, enter and click “Custom Settings.”
    4. Click Manage next to Blackthorn | Events Settings.
    5. Click Edit.
    6. Enter the Remote Site URL in the Platform Domain field.
    7. Click Save.

For the SSL text you can use the following:

Cloudflare verifies ownership of each new hostname before a SSL certificate is generated and traffic is allowed to proxy to your vanity domain. The validation mechanism Cloudflare uses for this type of SSL certificate is through the creation of a TXT record. Removing the CNAME record for the vanity domain detaches the SSL from the (sub)domain also. So the control is still guaranteed to be on the domain owner's side.

If you still have questions following the documentation please contact Blackthorn Support. We're happy to help!

RESOURCE: https://www.websitetoolbox.com/support/adding-a-cname-record-127