Can we set something up where an email immediately goes out to the user when something gets updated or changed, etc? for e.g., “there is a new recipe uploaded in your e-cookbook”
Yup you can do this with a custom action to be triggered when a new recipe is uploaded for example.
When a user uploads a new recipe, your current action would be to create a new DB entry for that recipe, when you do this, you can do a custom action step immediately to trigger an email with the details of the recipe to his/her followers, or any other audience of you choice.
SendGrid or Postmark or MailerLite are few options to consider
Is there a step by step guide on how to do this? When and how do these third party apps come into play? Thank you!