SharePoint: Workflows with Custom Alerts

Using SharePoint Designer to create custom workflows for sending alert emails.

When collaborating on SharePoint lists, some team members may need notification when actions are performed on lists.
For example, let’s pretend a user wishes to be notified via email when an item is added to a list.
To illustrate this functionality, I will begin with a simple list that might resemble an email sent by a customer.

1-workflow-custom-alerts

Using the List tab, I will select to edit the list and create a new workflow.

After entering the SharePoint designer surface, I’ll add my first condition which simply checks that actions I add are only for items that contain “Product Quote.”

3-workflow-custom-alerts

4-workflow-custom-alerts

With my condition is place, now I will add an Action that extracts string from the item and stuffs it into a new variable.

5-workflow-custom-alerts

6-workflow-custom-alerts

7-workflow-custom-alerts

8-workflow-custom-alerts

Now, I will add a new Action that will send a custom email to the target user(s).

9-workflow-custom-alerts

After clicking the target Email link, a window appears that allows me to set the “To” address.
Also, I want the subject to display my workflow variable retrieved from the last step – “Product Quote” (this will be more helpful when other types of items are added to the list, “Returns” for example.). To customize the format, I first click the ellipses to enter the String Builder window, then the “Add or Change Lookup” button to configure the use of variables.

10-workflow-custom-alerts

11-workflow-custom-alerts

For the email body, I want to add a like to the item in the list.
To add a link, I’ll select the globe/link icon, which opens the “Edit Hyperlink” window.
Then, I’ll select the “fx” button to configure the display of a field name from the list.

12-workflow-custom-alerts

Next, I’ll perform roughly the same steps to display a link to the item list in SharePoint.

13-workflow-custom-alerts

14-workflow-custom-alerts

15-workflow-custom-alerts

Here’s my complete workflow.

16-workflow-custom-alerts

Lastly, I must ensure the workflow begins (fires) when an item is added to the list.

17-workflow-custom-alerts

To see my workflow in action, I’ll a new item to my test list.

18-workflow-custom-alerts

19-workflow-custom-alerts

Within a few minutes, I will receive my custom email alert complete with a link to the newly added and link to its list.

20-workflow-custom-alerts

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s