EndPoints for Outlook Mail (Office 365) Connector
On this page you will see possible API actions you can perform with Outlook Mail (Office 365) connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
Get Tables | get_tables | Get table list and its properties for Graph API |
Get Table Columns | get_table_columns | Get table list and its properties for Graph API |
Get My Information | get_my_info | Get general information about the current user. |
Get Messages | get_messages | Get the mail messages for the specified user ID or email address. [API reference] |
Send Mail | send_mail | Sends an email message. [API reference] |
Get My Mail Folders | get_my_mailfolders | Get the list of mail folders for the current user. [API reference] |
Get Mail Folder by Id | get_my_mailfolder | Get the mail folder specified by the mail folder Id. [API reference] |
Get Users | get_users | Get the list of users. [API reference] |
Get User by Id | get_user | Get a specific user. [API reference] |
Get Mail Folders | get_mailfolders | Get the list of mail folders for the specified user Id. [API reference] |
Get My Messages | get_my_messages | Get the mail messages for the current user. [API reference] |
Get My Message by Id | get_my_message | Get the mail message by message Id for the specified user ID or email address. [API reference] |
Get Message Attachments | get_message_attachments | Get the list of attachments linked to the specified message Id. [API reference] |
Get Message Attachment | get_message_attachment | Get a specific attachment linked to the specified message Id. [API reference] |
Download Message Attachment (Single File) | download_message_attachment | Download a specific attachment linked to the specified message Id. [API reference] |
Download Message Attachments (Multiple Files) - Using Search Condition | download_message_attachments | Downloads multiple attachments for a specified search condition to select Mails |
Generic Request | generic_request | This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |
Generic Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |