Triggering a workflow after a user confirms their email

I want to be able to trigger a workflow when the user clicks the link in their confirmation email. I want to be able to send a follow up welcome email. Any help would be appreciated, thanks!

You can write a backend Workflow API to send welcome email when the user clicks on confirmation email. Clicking on that link should trigger this API.
Reference :
https://manual.bubble.io/core-resources/api/workflow-api

Yes, but how do I make that link trigger the backend workflow?

Hey,

did you tried a database trigger? By doing this you won’t need to think about how to link the backend workflow. It would automatically been triggered once the built-in field “e-mail confirmed” would be changed to “Yes”.

Let me know if you need more assistance.

Sarah

3 Likes

Thanks @Sarah_Biberei

That did the trick.

Happy to help :wink:

This topic was automatically closed after 70 days. New replies are no longer allowed.