Forum Discussion
sokva
Jul 15, 2019Copper Contributor
Using Flow to send out automatic emails on a weekly basis
Hi, I am looking into creating an internal email course and looking for possibilities to do this in Office 365. I would like to create an email course where people can sign up to get a weekly e...
- Jul 16, 2019Flow would work for this, yes.
You could perhaps use a SharePoint list, to which you add a new subscriber, then have a Flow that triggers when an item is added to that list.
The actions in the flow would then be something like:
- send an email (email 1)
- delay for 7 days
- send an email (email 2)
- delay for 7 days
- send an email (email 3)
- delay for 7 days
- send an email (email 4)
Rob Ellis
Jul 16, 2019Bronze Contributor
Flow would work for this, yes.
You could perhaps use a SharePoint list, to which you add a new subscriber, then have a Flow that triggers when an item is added to that list.
The actions in the flow would then be something like:
- send an email (email 1)
- delay for 7 days
- send an email (email 2)
- delay for 7 days
- send an email (email 3)
- delay for 7 days
- send an email (email 4)
You could perhaps use a SharePoint list, to which you add a new subscriber, then have a Flow that triggers when an item is added to that list.
The actions in the flow would then be something like:
- send an email (email 1)
- delay for 7 days
- send an email (email 2)
- delay for 7 days
- send an email (email 3)
- delay for 7 days
- send an email (email 4)