Explore Plans
Mobile menu Close menu
Microsoft SharePoint

New item in a list

This trigger fires when a new item is added to the SharePoint list you choose.

Developer info

API endpoint slug
sharepoint.new_item_in_list

Trigger fields

List Dropdown list

Label
Which list?
Helper text
Choose the list to watch for new items.
Slug
list
Required
true
Can have default value
false

Ingredients

Item

Slug
item_id
Filter code
Sharepoint.newItemInList.ItemId
Type
String
Example
42

Item title

Slug
item_title
Filter code
Sharepoint.newItemInList.ItemTitle
Type
String
Example
New vendor onboarding

Item url

Slug
item_url
Filter code
Sharepoint.newItemInList.ItemUrl
Type
Web URL
Example
https://contoso.sharepoint.com/sites/Marketing/Lists/Requests/DispForm.aspx?ID=42

Created by

Slug
created_by
Filter code
Sharepoint.newItemInList.CreatedBy
Type
String
Example
Jane Doe

Created at

Slug
created_at
Filter code
Sharepoint.newItemInList.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00