0

I created a custom list and added event content type. Here I want when new item or event created, send email to created by user.

New item created Emial: New Item Created email

also how to Send email when the same user did the update to list item

Updated the same list item: Email to go Item updated

user3520155
  • 147
  • 13

1 Answers1

1

As you are using SharePoint 2016, you can create a SharePoint 2013 designer workflow to send an email.

Set trigger (Start Options) of designer workflow to Start workflow automatically when an item is created.

Check below thread for complete steps to create designer workflow:

I need to create an auto-generated email when items in a Sharepoint list are created or updated

Ganesh Sanap - MVP
  • 44,918
  • 21
  • 30
  • 61