Endpoints
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 |
---|---|---|
Delete Message by Id (Single) | delete_message | Delete message by Id for a specific mailbox and folder |
Delete Messages - Using Search Condition (Bulk Delete) | delete_messages_by_search | Delete multiple messages for a specified search condition / mailbox / folder (Bulk delete outlook messages) |
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 / mailbox / folder |
Download Message by Id (Single *.EML File RFC 822 / MIME) | download_message | Downloads a single message as *.EML File type (RFC 822 / MIME) for a specified Message Id / mailbox / folder |
Download Messages by Search Condition (Multiple *.EML Files RFC 822 / MIME) | download_messages_by_search | Downloads multiple messages as *.EML File type (RFC 822 / MIME) for a specified search condition / mailbox / folder |
Get Group by Id | get_group | Get a specific group. [API reference] |
Get Groups | get_groups | Get the list of groups. [API reference] |
Get Mail Folder by Id [only works with User Credentials] | get_my_mailfolder | Get the mail folder specified by the mail folder Id. [API reference] |
Get Mail Folders | get_mailfolders | Get the list of mail folders for the specified user Id. [API reference] |
Get Message Attachment | get_message_attachment | Get a specific attachment linked to the specified message Id. [API reference] |
Get Message Attachments | get_message_attachments | Get the list of attachments linked to the specified message Id. [API reference] |
Get Message by Id (Single) - Output binary data (EML RFC 822 / MIME) | get_message_binary | Gets a single message binary data as *.EML File Content (RFC 822 / MIME) for a specified Message Id / mailbox / folder |
Get Messages | get_messages | Get the mail messages for the specified user ID or email address. [API reference] |
Get Messages by Search Filters - Output binary data (EML RFC 822 / MIME) | get_messages_by_search_binary | Gets multiple messages as *.EML Binary Content (RFC 822 / MIME) for a specified search condition / mailbox / folder |
Get My Information | get_my_info | Get general information about the current user. |
Get My Mail Folders [only works with User Credentials] | get_my_mailfolders | Get the list of mail folders for the current user. [API reference] |
Get My Message by Id [only works with User Credentials] | get_my_message | Get the mail message by message Id for the specified user ID or email address. [API reference] |
Get My Messages [only works with User Credentials] | get_my_messages | Get the mail messages for the current user. [API reference] |
Get Table Columns | get_table_columns | Get table list and its properties for Graph API |
Get Tables | get_tables | Get table list and its properties for Graph API |
Get User by Id | get_user | Get a specific user. [API reference] |
Get Users | get_users | Get the list of users. [API reference] |
Send Mail | send_mail | Sends an email message. [API reference] |
Make Generic API 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. |
Make Generic API 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. |