How to get an email notification when a user joins?

Automation is a good idea! I just tested this and you can actually use an existing automation, if you’re willing to create a user custom field and require your users to complete it at signup.

Steps that worked for me:

  1. create a custom user field and make it required
  2. create a topic in your Staff category
  3. create a new automation
  4. choose “Create a post” script
  5. choose “After user update” trigger
  6. choose your custom field
  7. select “once per user”
  8. select “new users only”
  9. specify system as the creator
  10. specify the topic ID of your topic (the number that appears in the URL)
  11. write the content you like, including the variable e.g. “{{updated_user_username}} signed up!”
  12. sign up a new test user to test
4 Likes