This pack gives integration into Microsoft's Graph API v1.0
A list of some useful reference documentation for interacting with Graph
Note that most actions will allow you to specify a custom OData query and select statements.
These actions also include a simplified quick access to some common OData parameters.
If the filter_query is specified the common parameters will be ignored and the custom query will be used.
The data returned from the action will vary but will all be in the json output that comes from the Graph API.
The keys will be converted to lower-case, but the rest stays the same.
Searches email items in a given folder.
Parameters Include:
accountSpecify the account name that is defined in the pack's config file.folder_pathThe mail folder path in a unix-like format. e.g.Inbox/MyCoolFolder/ReallyAwesomeEmailssubjectThe subject to search for. This is a contains function and not an exact match.is_readFlag for searching messages are read or not. By default all mail items are returned.select_queryThe OData select queryfilter_queryThe OData filter querytopGet the top n items. Defaults to 10