Send Membership registration email via workflow.

@SteveHTM @ndwilliams3
Hey Steve & ND. I’ve noticed that when the default HubSpot registration mail is sent, the link to register seems to be composed of two parts.

1. https://domain.co.uk/\_hcms/mem/verify/

&

2. some sort of unqiue ID

3. A return URL

Together making:

https://domain.co.uk/\_hcms/mem/verify/{contacts’s ID here}?redirect_url=[YourPortalURL]&email={{contact.email}}

Perhaps your workflow idea could work, if the “register link” dynamically pulls in the contacts ID… or is that something you’ve tried already?