These docs are for AuthRocket 1. Looking for AuthRocket 2 docs?

Emails on Login

Q: Is it possible to setup an email workflow? For example: Send an email to user upon successful login?


A: Yes, pretty much every user event (including user.login.succeeded) can trigger webhooks and/or email hooks. You can use an email hook to directly email a message or you can use a webhook to trigger an HTTP request to your app, which could then send an email (or do anything else).

Usually the email hooks are sufficient, but on occasion folks want to inject other data into the emails, or want to route it through their own email servers. AuthRocket will let you do it any way you want to.

Tagged with: emails webhooks

Questions? Find a Typo? Get in touch.