how to create an email list in outlook 365
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
- Feedback
- Edit
Office 365 Outlook
- Reference
Thank you.
Microsoft Office 365 is a cloud-based service that is designed to help meet your organization's needs for robust security, reliability, and user productivity.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions |
Power Automate | Standard | All Power Automate regions |
Power Apps | Standard | All Power Apps regions |
Connector Metadata | |
---|---|
Publisher | Microsoft |
To use this connector in Power Apps, learn more here. Some of operations operate with Graph API. You can find Graph API IP addresses here.
Known Issues and Limitations
To use this integration, you will need access to an O365 mailbox that has the REST API enabled. To make a connection, select Sign In. You will be prompted to provide your O365 account, follow the remainder of the screens to create a connection.
If you see an error using the connector (e.g. "Access to OData is disabled"), please check that the REST API is enabled. Accounts on a dedicated (on-premise) mail server or accounts that are sandbox (test) accounts may also see an error. Your administrator can learn how to migrate a mailbox here. Additionally, if you are using an EWS application access policy, please ensure that the following user-agents are allowed: "LogicAppsDesigner/*","azure-logic-apps/*","PowerApps/*", "Mozilla/*", "Microsoft Flow*", "*Azure.Connectors.Office365Outlook.Office365OutlookConnector*", "*Azure.Connectors.Outlook.OutlookConnector*".
The "REST API is not yet supported for this mailbox" error can occur if the mailbox is on a dedicated Microsoft Exchange Server and is not a valid Office 365 mailbox. Please refer to this page for more details.
There are two types of email attachments:
- File attachments: Any file, such as a .txt, .jpg, .zip, .pdf etc. A file attachment only has a few properties, one of which is the base-64 encoded content of the file. Latest versions of all triggers support these attachments. EML, MSG and ICS should be attached as files to be available in triggers responses.
- Item attachments: Email messages and calendar items that are attached to an email. An item attachments has a lot of properties. These attachments are not supported by the connector at the moment. To workaround this issue, you can do the following:
- Use Invoke an HTTP request action under the HTTP with Azure AD connector.
- When creating a connection for the HTTP with Azure AD connector, input text https://graph.microsoft.com/ for both Azure AD Resource URI and Base Resource URL connection parameters. Warning: Please do NOT use the public endpoint (https://graph.microsoft.com) for national clouds. Please refer to the official documentation.
- Once created, use that action with this Get attachments endpoint.
For digitally signed emails, the trigger or action output may contain incorrect attachment content, which cannot be used as input in subsequent actions e.g. to create a new file with attachment content.
When sending emails with options or approval emails, action card (actionable message) rendering in Outlook will not support HTML in the body message. The rendering behavior depends on the option Use only HTML message
:
- If set to
Yes
, all the mail clients will only show the HTML message. The action card will not be rendered. - If set to
No
, some mail clients will show both action card and HTML message, some mail clients will only show the HTML message. Please refer to the following link regarding the support of action cards in different mail clients: https://docs.microsoft.com/outlook/actionable-messages/#outlook-version-requirements-for-actionable-messages.
Please note, that if you use any version (V1, V2, V3) of When a new event is created
trigger, when you accept the meeting invitation, the trigger would fire second time for this meeting event. The reason for this is that the Outlook service treats an event after acceptance as a new one and rewrites its Id and created date (so, recreates event in fact). The user can workaround this issue by filtering trigger's outputs on Response type
parameter using built-in Control
module and its Condition
action. If you use the Update Event
operation and you are the organizer of the event, all the attendees will receive meeting updates.
The When an event is added, updated or deleted (V3) trigger fires on each event occurrence. When you change a recurring event, it affects all events in this series, so the trigger fires multiple times based on how many events you have in the series.
An event can be updated due to internal Exchange processes and the When an event is added, updated or deleted (V3) trigger will fire again because of that. Users can filter trigger's outputs on Action Type
parameter to ignore unnecessary updates.
The 3rd party mail filters (like G Suite and Mimecast) will autoselect the User options in 'Send email with options' action. For that reason, please set Show HTML confirmation dialog
to Yes
in order to avoid this problem related to the functionality.
The When a new email arrives, When a new email arrives (V3), When a new email mentioning me arrives (V3), When an email is flagged (V3), When an event is added, updated or deleted (V3) triggers fire on the corresponding event's occurrence almost immediately in most cases, but there could be rare circumstances when the trigger's delay to fire may take up to one hour.
The When a new email arrives (V3), When a new email arrives in a shared mailbox (V2) and When a new email mentioning me arrives (V2) triggers are based on the date and time an email was received. Moving an email to another folder does not change received date property value so the triggers will skip any email that was received prior to the latest successful run.
The When an email is flagged, When an email is flagged (V2) triggers fire on flagging an email or receiving a flagged email. In addition, if already flagged email is modified in any way (e.g., an email category is changed or an email is replied) the trigger will fire on this email as well.
Office 365 Group address cannot be used as Shared Mailbox address.
If there are a lot of emails sent at the same time, some emails could be missed by the trigger due to underlying system limitations. This is a known issue occurring rarely and is related to the mail triggers.
If Advanced Threat Protection (ATP) Scan configured on email attachments, trigger may run twice on receiving new email. As a workaround for emails with attachments, please have a condition after the trigger which verifies whether the length of attachments array is greater than 0.
If you want to configure a trigger to monitor multiple mailboxes or calendars, then you have to create a separate Flow/LogicApp for each mailbox or calendar.
If the email is sent outside of the associated organization, the admin should check whether or not the organization has specific rules to reject sending/forwarding emails outside of the associated organization (e.g. using SMTP headers). Please refer to SMPT headers documentation for more details.
'Send approval email' and 'Send email with options' actions send action cards (actionable messages) along with HTML content. Please note, that the response will be localized only in case you push the button in actionable message itself (not in HTML content). In Sovereign clouds action cards are only rendered to the sender of the email, but not to other recipients even though the HTML content is rendered for all the recipients.
Conditional Access policies can prevent the connector from running as expected. Example of an error: "AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance.". Please refer to Azure AD Conditional Access documentation for more details.
The number of rooms returned by 'Get rooms (V2)' is limited to 100. As a workaround, please query for room lists using 'Get rooms in room list (V2)' and then search for the rooms inside the selected list.
Shared calendars are not supported in Office 365 Outlook connector.
Each email will count as only one API call per connection, even if there is more than one recipient in the To, Cc, or Bcc fields. For more details about sending limits, please refer to this page.
Under some circumstances, non-Latin characters will not render as expected when sending an email with an adaptive card inside it. For more details, please refer to this page. As a potential workaround, please use the same type of characters in the email subject as used in adaptive card.
The emails that are encrypted are not supported by the connector when using the 'Reply to email (V3)' action and therefore, if you try to send an email to Outlook that has email encryption turned on, you will see the error with a note that the request has failed.
Forward slash symbol /
is not supported for folder names in case of custom input value for Folder parameter. As a workaround, please use file picker or provide folder Id value.
Issues with a Shared Mailbox
- The "Send an email from a Shared Mailbox (V2)" operation is only expected to work for the Microsoft 365 "Shared Mailbox" feature.
- The "When a new email arrives in a shared mailbox (V2)" operation will not work in cases of user-to-user Shared Mailboxes unless one of the users has full access to the other mailbox (which includes more permissions than just sending emails).
- In some rare cases, newly created users get connection error despite required permissions granted to their accounts. The workaround would be to switch/re-authenticate the shared mailbox connection with the email address and password of the shared mailbox account. This way the flow should run successfully for all users.
- Once the permissions are granted for the account to access the Shared Mailbox, it can take a couple of hours until the permissions are replicated on the platform.
For troubleshooting the "Specified object was not found in the store" error, you can do the following:
- Verify the permissions for the account.
- Verify the user account used for the trigger is a member of the Shared Mailbox.
- Verify that the Original Mailbox address field contains the Shared Mailbox address.
- Re-check the Shared Mailbox configuration in the admin center.
- Try deleting the current Outlook connection and create a new one.
Also, this error is displayed when the message has been moved or deleted by the mailbox owner.
Please refer to this page for more details.
Throttling limits on the Office side
In addition to the throttling limits per connection, office imposes their own limits per inbox. This limit can be reached if the user creates different Flows/LogicApps that target the same inbox. Here are the documented limits: https://docs.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#message-limits
Connector Timeouts detail
Office 365 Outlook connector makes outgoing requests to one of the following APIs:
- Graph API, which has 30 seconds timeout interval per single external request.
- Outlook REST API, which has 60 seconds timeout interval per single external request.
This error will be returned once a request to these external APIs reached the limit: { "status": 504, "message": "Request failed. Try again later"}
Such failed requests will be retried up to 4 times in PowerAutomate/LogicApps (unless the default retry policy is overridden by the user). Learn more about retry policy here.
Please note, that 504 (gateway timeout)
status code returned does not imply the underlying action was unsuccessful and due to default retry policy (if applied) the same action can be executed multiple times. E.g., if Send an email
action results in a 504
response and it retries the request then duplicate emails are possible.
Deprecation of Webhook Trigger
Due to a recent change in the lifecycle of webhook subscriptions, the When a new email arrives (webhook) trigger has been deprecated. While we are working to provide a solution to this, please use the When a new email arrives polling trigger instead.
As of May 6, 2020, shared mailbox support was added for certain operations with an optional 'Mailbox address' parameter, allowing you to specify a shared mailbox address for your operation to access. If you were using this operation prior to May 6, 2020, you'll need to explicitly update your operations to specify the shared mailbox address.
For operations that do not support shared mailboxes yet, you can use a workaround with the Invoke an HTTP request action under the HTTP with Azure AD connector. When creating a connection for the HTTP with Azure AD connector, input text https://graph.microsoft.com/
for both Azure AD Resource URI
and Base Resource URL
connection parameters. Once created, you can refer to Outlook mail REST API to set the URL and optionally the request body to call its shared mailbox APIs. Note that some of the Outlook functions will only be available on the beta version of Graph API. The HTTP with Azure AD connector is a premium connector and will not be available if you are using the free version of Microsoft Power Automate.
Adding hyperlinks to email body
For adding hyperlinks to the email body, you can do the following:
- In "Body" field mark the text you want to link and click on the "Link" icon.
- When you see the dialog, paste in your link address into the "Link Target" field and click the "Add" button.
- To verify that everything is correct, put the cursor over your new link and when you see the small icon, click on it to open the linked page.
SMTP headers
The connector is attaching the following SMTP headers (Internet message headers) to each sent email:
-
"x-ms-mail-application" with the following values:
Service Value Power Automate Microsoft Power Automate; User-Agent: azure-logic-apps/1.0 (workflow <workflow id>; version <version id>) microsoft-flow/1.0
Power Apps Microsoft Power Apps; User-Agent: PowerApps/<version id> (<Player type>; AppName=<app name>)
Logic Apps Azure Logic Apps; User-Agent: azure-logic-apps/1.0 (workflow <workflow id>; version <version id>)
-
"x-ms-mail-operation-type" with the following values:
Description Value For reply email operations Reply
For forward email operations Forward
For send email operations (including SendEmailWithOptions, SendApprovalEmail) Send
-
"x-ms-mail-environment-id" with Environment Id value The presence of this header depends on the product you are using:
- In Power Apps, it will always be present.
- In Power Automate, it will only be present in newly created connections.
- In Logic Apps, it will never be present.
Working with attachments
Certain triggers and actions have a parameter to control whenever attachments content should be included into the response - Include Attachments
. Please note that this parameter controls only attachments content but not the attachments metadata (like Id, Name, Content Type, Size, Is Inline), which would be included in the response regardless of the parameter value.
Connector in-depth
For more information about the connector, see the in-depth section.
General Limits
Name | Value |
---|---|
Maximum mails content length (in MB) | 49 |
Maximum total mails content length per connection per 5 minutes for 'Send an email' actions (in MB) | 500 |
Maximum number of options for options and approval mails | 100 |
Maximum number of megabytes being transferred from the connector concurrently | 300 |
Maximum number of requests being processed by the connector concurrently | 200 |
Creating a connection
The connector supports the following authentication types:
Office 365 Credentials (Office GCC High) | Log in with Office 365 Credentials (Office GCC High). | Azure Government only | Not shareable |
Office 365 Credentials (Office Public/Office GCC) | Log in with Office 365 Credentials (Office Public/Office GCC). | Azure Government only | Not shareable |
Default | Log in with Office 365 Credentials | All regions except Azure Government | Not shareable |
Office 365 Credentials (Office GCC High)
Auth ID: oauthGccHigh
Applicable: Azure Government only
Log in with Office 365 Credentials (Office GCC High).
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Office 365 Credentials (Office Public/Office GCC)
Auth ID: oauthPublic
Applicable: Azure Government only
Log in with Office 365 Credentials (Office Public/Office GCC).
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Default
Applicable: All regions except Azure Government
Log in with Office 365 Credentials
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 300 | 60 seconds |
Actions
Create contact (V2) | This operation creates a new contact in a contacts folder. |
Create contact [DEPRECATED] | This action has been deprecated. Please use Create contact (V2) instead. |
Create event (V1) [DEPRECATED] | This action has been deprecated. Please use Create event (V4) instead. |
Create event (V2) [DEPRECATED] | This action has been deprecated. Please use Create event (V4) instead. |
Create event (V3) [DEPRECATED] | This action has been deprecated. Please use Create event (V4) instead. |
Create event (V4) | This operation creates a new event in a calendar. |
Delete contact (V2) | This operation deletes a contact from a contacts folder. |
Delete contact [DEPRECATED] | This action has been deprecated. Please use Delete contact (V2) instead. |
Delete email (V2) | This operation deletes an email by id. |
Delete email [DEPRECATED] | This action has been deprecated. Please use Delete email (V2) instead. |
Delete event (V2) | This operation deletes an event in a calendar. |
Delete event [DEPRECATED] | This action has been deprecated. Please use Delete event (V2) instead. |
Export email (V2) | Export the content of the email in the EML file format. |
Export email [DEPRECATED] | This action has been deprecated. Please use Export email (V2) instead. |
Find meeting times (V2) | Find meeting time suggestions based on organizer, attendee availability, and time or location constraints |
Find meeting times [DEPRECATED] | This action has been deprecated. Please use Find meeting times (V2) instead. |
Flag email (V2) | This operation updates an email flag. |
Flag email [DEPRECATED] | This action has been deprecated. Please use Flag email (V2) instead. |
Forward an email (V2) | Forward an email. |
Forward an email [DEPRECATED] | This action has been deprecated. Please use Forward an email (V2) instead. |
Get Attachment (V2) | This operation gets an email attachment by id. |
Get attachment [DEPRECATED] | This action has been deprecated. Please use Get Attachment (V2) instead. |
Get calendar view of events (V2) [DEPRECATED] | This action has been deprecated. Please use Get calendar view of events (V3) instead. |
Get calendar view of events (V3) | This operation gets all events (including instances of recurrences) in a calendar using Graph API. Recurrence property is null in this case. |
Get calendar view of events [DEPRECATED] | This action has been deprecated. Please use Get calendar view of events (V3) instead. |
Get calendars (V2) | This operation lists available calendars. |
Get calendars [DEPRECATED] | This action has been deprecated. Please use Get calendars (V2) instead. |
Get contact (V2) | This operation gets a specific contact from a contacts folder. |
Get contact [DEPRECATED] | This action has been deprecated. Please use Get contact (V2) instead. |
Get contact folders (V2) | This operation lists available contacts folders using Graph API |
Get contact folders [DEPRECATED] | This action has been deprecated. Please use Get contact folders (V2) instead. |
Get contacts (V2) | This operation gets contacts from a contacts folder. |
Get contacts [DEPRECATED] | This action has been deprecated. Please use Get contacts (V2) instead. |
Get email (V2) | This operation gets an email by id. |
Get email [DEPRECATED] | This action has been deprecated. Please use Get email (V2) instead. |
Get emails (V2) [DEPRECATED] | This action has been deprecated. Please use Get emails (V3) instead. |
Get emails (V3) | This operation gets emails from a folder via graph apis. Please note that filtering related to these fields: To, Cc, To Or Cc, From, Importance, Fetch Only With Attachments, Subject Filter, is performed using first 250 items in a given mail folder. To avoid that limitation you can use 'Search Query' field. |
Get emails [DEPRECATED] | This action has been deprecated. Please use Get emails (V3) instead. |
Get event (V1) [DEPRECATED] | This action has been deprecated. Please use Get event (V3) instead. |
Get event (V2) [DEPRECATED] | This action has been deprecated. Please use Get event (V3) instead. |
Get event (V3) | This operation gets a specific event from a calendar using Graph API. (V3) |
Get events (V1) [DEPRECATED] | This action has been deprecated. Please use Get events (V4) instead. |
Get events (V2) [DEPRECATED] | This action has been deprecated. Please use Get events (V4) instead. |
Get events (V3) [DEPRECATED] | This action has been deprecated. Please use Get events (V4) instead. |
Get events (V4) | This operation gets events from a calendar using Graph API. (V4) |
Get mail tips for a mailbox (V2) | Get mail tips for a mailbox such as automatic replies / OOF message or if the mailbox is full. This is not available in GccHigh and Mooncake. |
Get mail tips for a mailbox [DEPRECATED] | This action has been deprecated. Please use Get mail tips for a mailbox (V2) instead. |
Get room lists (V2) | Get all the room lists defined in the user's tenant |
Get room lists [DEPRECATED] | This action has been deprecated. Please use Get room lists (V2) instead. |
Get rooms (V2) | Get all the meeting rooms defined in the user's tenant |
Get rooms [DEPRECATED] | This action has been deprecated. Please use Get rooms (V2) instead. |
Get rooms in room list (V2) | Get the meeting rooms in a specific room list |
Get rooms in room list [DEPRECATED] | This action has been deprecated. Please use Get rooms in room list (V2) instead. |
Mark as read [DEPRECATED] | This action has been deprecated. Please use Mark as read or unread (V3) instead. |
Mark as read or unread (V2) [DEPRECATED] | This action has been deprecated. Please use Mark as read or unread (V3) instead. |
Mark as read or unread (V3) | This operation marks an email as read/unread. |
Move email (V2) | This operation moves an email to the specified folder within the same mailbox. |
Move email [DEPRECATED] | This action has been deprecated. Please use Move email (V2) instead. |
Reply to email (V2) [DEPRECATED] | This action has been deprecated. Please use Reply to email (V3) instead. |
Reply to email (V3) | This operation replies to an email. |
Reply to email [DEPRECATED] | This action has been deprecated. Please use Reply to email (V3) instead. |
Respond to an event invite (V2) | Respond to an event invite. |
Respond to an event invite [DEPRECATED] | This action has been deprecated. Please use Respond to an event invite (V2) instead. |
Send an email (V2) | This operation sends an email message. |
Send an email [DEPRECATED] | This action has been deprecated. Please use Send an email (V2) instead. |
Send an email from a shared mailbox (V2) | This operation sends an email from a shared mailbox. Your account should have permission to access the mailbox for this operation to succeed. |
Send an email from a shared mailbox [DEPRECATED] | This action has been deprecated. Please use Send an email from a shared mailbox (V2) instead. |
Send approval email | This operation sends an approval email and waits for a response from the recipient. Please refer to the following link regarding the support of actionable messages in different mail clients: https://docs.microsoft.com/outlook/actionable-messages/#outlook-version-requirements-for-actionable-messages. |
Send email with options | This operation sends an email with multiple options and waits for the recipient to respond back with one of the options. Please refer to the following link regarding the support of actionable messages in different mail clients: https://docs.microsoft.com/outlook/actionable-messages/#outlook-version-requirements-for-actionable-messages. |
Set up automatic replies (V2) | Set the automatic replies setting for your mailbox. |
Set up automatic replies [DEPRECATED] | This action has been deprecated. Please use Set up automatic replies (V2) instead. |
Update contact (V2) | This operation updates a contact in a contacts folder. |
Update contact [DEPRECATED] | This action has been deprecated. Please use Update contact (V2) instead. |
Update event (V1) [DEPRECATED] | This action has been deprecated. Please use Update event (V4) instead. |
Update event (V2) [DEPRECATED] | This action has been deprecated. Please use Update event (V4) instead. |
Update event (V3) [DEPRECATED] | This action has been deprecated. Please use Update event (V4) instead. |
Update event (V4) | This operation updates an event in a calendar using Graph API. |
Update my contact's photo | Updates the photo of the specified contact of the current user. The size of the photo must be less than 4 MB. |
Create contact (V2)
This operation creates a new contact in a contacts folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | folder | True | string | Select a contacts folder |
Id | id | string | The contact's unique identifier. | |
Parent folder id | parentFolderId | string | The ID of the contact's parent folder | |
Birthday | birthday | date-time | The contact's birthday | |
File as | fileAs | string | The name the contact is filed under | |
Display Name | displayName | string | The contact's display name | |
Given name | givenName | True | string | The contact's given name |
Initials | initials | string | The contact's initials | |
Middle name | middleName | string | The contact's middle name | |
Nickname | nickName | string | The contact's nickname | |
Surname | surname | string | The contact's surname | |
Title | title | string | The contact's title | |
Generation | generation | string | The contact's generation | |
name | name | string | ||
address | address | |||
IM addresses | IM addresses | string | ||
JobTitle | jobTitle | string | The contact's job title | |
Company name | companyName | string | The name of the contact's company | |
Department | department | string | The contact's department | |
Office location | officeLocation | string | The location of the contact's office | |
Profession | profession | string | The contact's profession | |
Business home page | businessHomePage | string | The business home page of the contact | |
Assistant name | assistantName | string | The name of the contact's assistant | |
Manager | manager | string | The name of the contact's manager | |
Home phones | Home phones | string | ||
Business phones | Business phones | string | ||
Mobile phone | mobilePhone | string | The contact's mobile phone number | |
Street | street | string | The contact's street address. | |
City | city | string | The contact's city. | |
State | state | string | The contact's state. | |
Country Or Region | countryOrRegion | string | The contact's country of region. | |
Postal code | postalCode | string | The contact's postal code. | |
Street | street | string | The contact's street address. | |
City | city | string | The contact's city. | |
State | state | string | The contact's state. | |
Country Or Region | countryOrRegion | string | The contact's country of region. | |
Postal code | postalCode | string | The contact's postal code. | |
Street | street | string | The contact's street address. | |
City | city | string | The contact's city. | |
State | state | string | The contact's state. | |
Country Or Region | countryOrRegion | string | The contact's country of region. | |
Postal code | postalCode | string | The contact's postal code. | |
Yomi company name | yomiCompanyName | string | The phonetic Japanese company name of the contact | |
Yomi given name | yomiGivenName | string | The phonetic Japanese given name (first name) of the contact | |
Yomi surname | yomiSurname | string | The phonetic Japanese surname (last name) of the contact | |
Categories | Categories | string | ||
Change key | changeKey | string | Identifies the version of the event object | |
Created time | createdDateTime | date-time | The time the contact was created | |
Last modified time | lastModifiedDateTime | date-time | The time the contact was modified |
Returns
Contact
Create contact [DEPRECATED]
This action has been deprecated. Please use Create contact (V2) instead.
This operation creates a new contact in a contacts folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | table | True | string | Select a contacts folder |
Id | Id | string | The contact's unique identifier. | |
Parent folder id | ParentFolderId | string | The ID of the contact's parent folder | |
Birthday | Birthday | date-time | The contact's birthday | |
File as | FileAs | string | The name the contact is filed under | |
Display Name | DisplayName | string | The contact's display name | |
Given name | GivenName | True | string | The contact's given name |
Initials | Initials | string | The contact's initials | |
Middle name | MiddleName | string | The contact's middle name | |
Nickname | NickName | string | The contact's nickname | |
Surname | Surname | string | The contact's surname | |
Title | Title | string | The contact's title | |
Generation | Generation | string | The contact's generation | |
Name | Name | string | ||
Address | Address | |||
IM addresses | IM addresses | string | ||
JobTitle | JobTitle | string | The contact's job title | |
Company name | CompanyName | string | The name of the contact's company | |
Department | Department | string | The contact's department | |
Office location | OfficeLocation | string | The location of the contact's office | |
Profession | Profession | string | The contact's profession | |
Business home page | BusinessHomePage | string | The business home page of the contact | |
Assistant name | AssistantName | string | The name of the contact's assistant | |
Manager | Manager | string | The name of the contact's manager | |
Home phones | Home phones | string | ||
Business phones | Business phones | string | ||
Mobile phone | MobilePhone1 | string | The contact's mobile phone number | |
Street | Street | string | ||
City | City | string | ||
State | State | string | ||
CountryOrRegion | CountryOrRegion | string | ||
PostalCode | PostalCode | string | ||
Street | Street | string | ||
City | City | string | ||
State | State | string | ||
CountryOrRegion | CountryOrRegion | string | ||
PostalCode | PostalCode | string | ||
Street | Street | string | ||
City | City | string | ||
State | State | string | ||
CountryOrRegion | CountryOrRegion | string | ||
PostalCode | PostalCode | string | ||
Yomi company name | YomiCompanyName | string | The phonetic Japanese company name of the contact | |
Yomi given name | YomiGivenName | string | The phonetic Japanese given name (first name) of the contact | |
Yomi surname | YomiSurname | string | The phonetic Japanese surname (last name) of the contact | |
Categories | Categories | string | ||
Change key | ChangeKey | string | Identifies the version of the event object | |
Created time | DateTimeCreated | date-time | The time the contact was created | |
Last modified time | DateTimeLastModified | date-time | The time the contact was modified |
Returns
Contact response
Create event (V1) [DEPRECATED]
This action has been deprecated. Please use Create event (V4) instead.
This operation creates a new event in a calendar. (V1)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Id | Id | string | The Event's unique identifier | |
Response | Response | string | ||
Time | Time | date-time | ||
Type | Type | string | ||
Name | Name | string | ||
Address | Address | |||
ContentType | ContentType | string | ||
Content | Content | string | ||
Body preview | BodyPreview | string | The preview of the message associated with the event | |
Categories | Categories | string | ||
Change key | ChangeKey | string | This property identifies the version of the event object. Every time the event is changed, ChangeKey changes as well. | |
Created time | DateTimeCreated | date-time | The date and time that the event was created | |
Last modified time | DateTimeLastModified | date-time | The date and time that the event was last modified | |
End time | End | True | date-time | The end time of the event |
End time zone | EndTimeZone | string | This property specifies the time zone of the meeting end time. The value must be as defined in Windows (example: 'Pacific Standard Time'). | |
Has attachments? | HasAttachments | boolean | Set to true if the event has attachments | |
Event Unique ID | ICalUId | string | A unique identifier that is shared by all instances of an event across different calendars | |
Importance | Importance | string | The importance of the event: Low, Normal, or High | |
Is all day event? | IsAllDay | boolean | Set to true if the event lasts all day | |
Is cancelled? | IsCancelled | boolean | Set to true if the event has been canceled | |
Is Organizer | IsOrganizer | boolean | Set to true if the message sender is also the organizer | |
DisplayName | DisplayName | string | ||
Street | Street | string | ||
City | City | string | ||
State | State | string | ||
CountryOrRegion | CountryOrRegion | string | ||
PostalCode | PostalCode | string | ||
Altitude | Altitude | double | ||
Latitude | Latitude | double | ||
Longitude | Longitude | double | ||
Accuracy | Accuracy | double | ||
AltitudeAccuracy | AltitudeAccuracy | double | ||
Name | Name | string | ||
Address | Address | |||
Type | Type | string | ||
Interval | Interval | integer | ||
Month | Month | integer | ||
DayOfMonth | DayOfMonth | integer | ||
DaysOfWeek | DaysOfWeek | string | ||
FirstDayOfWeek | FirstDayOfWeek | string | ||
Index | Index | string | ||
Type | Type | string | ||
StartDate | StartDate | date-time | ||
EndDate | EndDate | date-time | ||
NumberOfOccurrences | NumberOfOccurrences | integer | ||
Reminder | Reminder | integer | Time in minutes before event start to remind | |
Response requested | ResponseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined | |
Response | Response | string | ||
Time | Time | date-time | ||
Series master id | SeriesMasterId | string | Unique identifier for Series Master event type | |
Show as | ShowAs | string | Shows as free or busy | |
Start time | Start | True | date-time | The start time of the event |
Start time zone | StartTimeZone | string | This property specifies the time zone of the meeting start time. The value must be as defined in Windows (example: 'Pacific Standard Time'). | |
Subject | Subject | True | string | Event subject |
Type | Type | string | The event type: Single Instance, Occurrence, Exception, or Series Master | |
Web link | WebLink | uri | The preview of the message associated with the event | |
Reason | Reason | string | The reason property used by O365 sync events protocol, will be 'deleted' if its a deleted event. |
Returns
Connector specific calendar event model class for the backend
Create event (V2) [DEPRECATED]
This action has been deprecated. Please use Create event (V4) instead.
This operation creates a new event in a calendar. (V2)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Subject | Subject | True | string | Event subject |
Start time | Start | True | date-time | Start time of the event (example: '2016-11-01T14:30:00Z') |
End time | End | True | date-time | End time of the event (example: '2016-11-01T15:30:00Z') |
Time zone | TimeZone | string | Time zone of the event | |
Required attendees | RequiredAttendees | Required attendees for the event separated by semicolons | ||
Optional attendees | OptionalAttendees | Optional attendees for the event separated by semicolons | ||
Resource attendees | ResourceAttendees | string | Resource attendees for the event separated by semicolons | |
Body | Body | string | Body of the message associated with the event | |
Is HTML | IsHtml | boolean | Set to true if the body is Html | |
Location | Location | string | Location of the event | |
Importance | Importance | string | The importance of the event: Low, Normal, or High | |
Is all day event? | IsAllDay | boolean | Set to true if the event lasts all day | |
Recurrence | Recurrence | string | The recurrence pattern for the event | |
Recurrence end time | RecurrenceEnd | date-time | End time of the recurrence | |
Number of occurrences | NumberOfOccurrences | integer | How many times to repeat the event | |
Reminder | Reminder | integer | Time in minutes before event start to remind | |
Show as | ShowAs | string | Status to show during the event | |
Response requested | ResponseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined |
Returns
Connector specific calendar event model class for the client
Create event (V3) [DEPRECATED]
This action has been deprecated. Please use Create event (V4) instead.
This operation creates a new event in a calendar.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Subject | Subject | True | string | Event subject |
Start time | Start | True | date-time | Start time of the event (example: '2016-11-01T14:30:00Z') |
End time | End | True | date-time | End time of the event (example: '2016-11-01T15:30:00Z') |
Time zone | TimeZone | string | Time zone of the event | |
Required attendees | RequiredAttendees | Required attendees for the event separated by semicolons | ||
Optional attendees | OptionalAttendees | Optional attendees for the event separated by semicolons | ||
Resource attendees | ResourceAttendees | string | Resource attendees for the event separated by semicolons | |
Body | Body | html | Body of the message associated with the event | |
Location | Location | string | Location of the event | |
Importance | Importance | string | The importance of the event: Low, Normal, or High | |
Is all day event? | IsAllDay | boolean | Set to true if the event lasts all day | |
Recurrence | Recurrence | string | The recurrence pattern for the event | |
Recurrence end time | RecurrenceEnd | date-time | End time of the recurrence | |
Number of occurrences | NumberOfOccurrences | integer | How many times to repeat the event | |
Reminder | Reminder | integer | Time in minutes before event start to remind | |
Show as | ShowAs | string | Status to show during the event | |
Response requested | ResponseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined |
Returns
Connector specific calendar event model class for the client
Create event (V4)
This operation creates a new event in a calendar.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Subject | subject | True | string | Event subject |
Start time | start | True | date-no-tz | Start time of the event (example: '2017-08-29T04:00:00') |
End time | end | True | date-no-tz | End time of the event (example: '2017-08-29T05:00:00') |
Time zone | timeZone | True | string | Time zone of the event |
Required attendees | requiredAttendees | Required attendees for the event separated by semicolons | ||
Optional attendees | optionalAttendees | Optional attendees for the event separated by semicolons | ||
Resource attendees | resourceAttendees | string | Resource attendees for the event separated by semicolons | |
Body | body | html | Body of the message associated with the event | |
Location | location | string | Location of the event | |
Importance | importance | string | The importance of the event: low, normal, or high | |
Is all day event? | isAllDay | boolean | Set to true if the event lasts all day | |
Recurrence | recurrence | string | The recurrence pattern for the event: none, daily, weekly, monthly or yearly | |
Recurrence end date | recurrenceEnd | date | End Date of the recurrence | |
Number of occurrences | numberOfOccurences | integer | How many times to repeat the event | |
Reminder | reminderMinutesBeforeStart | integer | Time in minutes before event start to remind | |
Is reminder on | isReminderOn | boolean | Set to true if an alert is set to remind the user of the event. | |
Show as | showAs | string | Status to show during the event: free, tentative, busy, oof, workingElsewhere or unknown | |
Response requested | responseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined | |
Sensitivity | sensitivity | string | The possible values are: normal, personal, private, confidential |
Returns
Connector specific calendar event model class for the client with Graph API
Delete contact (V2)
This operation deletes a contact from a contacts folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | folder | True | string | Select a contacts folder |
Id | id | True | string | Unique identifier of contact to delete |
Delete contact [DEPRECATED]
This action has been deprecated. Please use Delete contact (V2) instead.
This operation deletes a contact from a contacts folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | table | True | string | Select a contacts folder |
Id | id | True | string | Unique identifier of contact to delete |
Delete email (V2)
This operation deletes an email by id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to delete. |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to delete mail from. |
Delete email [DEPRECATED]
This action has been deprecated. Please use Delete email (V2) instead.
This operation deletes an email by id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to delete. |
Delete event (V2)
This operation deletes an event in a calendar.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | calendar | True | string | Select a calendar |
Id | event | True | string | Select an event |
Delete event [DEPRECATED]
This action has been deprecated. Please use Delete event (V2) instead.
This operation deletes an event in a calendar.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Id | id | True | string | Select an event |
Export email (V2)
Export the content of the email in the EML file format.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to export. |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to export from. |
Returns
Export email [DEPRECATED]
This action has been deprecated. Please use Export email (V2) instead.
Export the content of the email.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to export. |
Returns
Find meeting times (V2)
Find meeting time suggestions based on organizer, attendee availability, and time or location constraints
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Required attendees | RequiredAttendees | string | List of semicolon separated email addresses | |
Optional attendees | OptionalAttendees | string | List of semicolon separated email addresses | |
Resource attendees | ResourceAttendees | string | Resource attendees for the event separated by semicolons | |
Meeting duration | MeetingDuration | integer | Duration of the meeting in minutes | |
Start time | Start | date-time | Start time for meeting time suggestions | |
End time | End | date-time | End time for meeting time suggestions | |
Max Candidates | MaxCandidates | integer | The maximum number of meeting suggestions to return in the response | |
Minimum Attendee Percentage | MinimumAttendeePercentage | string | The minimum required confidence for a time slot to be returned in the response | |
Is Organizer Optional? | IsOrganizerOptional | boolean | true if the organizer doesn't have to attend. The default is false | |
Activity Domain | ActivityDomain | string | Work, Personal, Unrestricted, or Unknown |
Returns
Name | Path | Type | Description |
---|---|---|---|
Empty Suggestions Reason | emptySuggestionsReason | string | Empty Suggestions Reason |
Meeting Time Suggestions | meetingTimeSuggestions | MeetingTimeSuggestions_V2 | Meeting Time Suggestions |
Find meeting times [DEPRECATED]
This action has been deprecated. Please use Find meeting times (V2) instead.
Find meeting time suggestions based on organizer, attendee availability, and time or location constraints
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Required attendees | RequiredAttendees | string | List of semicolon separated email addresses | |
Optional attendees | OptionalAttendees | string | List of semicolon separated email addresses | |
Resource attendees | ResourceAttendees | string | Resource attendees for the event separated by semicolons | |
Meeting duration | MeetingDuration | integer | Duration of the meeting in minutes | |
Start time | Start | date-time | Start time for meeting time suggestions | |
End time | End | date-time | End time for meeting time suggestions | |
Max Candidates | MaxCandidates | integer | The maximum number of meeting suggestions to return in the response | |
Minimum Attendee Percentage | MinimumAttendeePercentage | string | The minimum required confidence for a time slot to be returned in the response | |
Is Organizer Optional? | IsOrganizerOptional | boolean | true if the organizer doesn't have to attend. The default is false | |
Activity Domain | ActivityDomain | string | Work, Personal, Unrestricted, or Unknown |
Returns
Name | Path | Type | Description |
---|---|---|---|
Empty Suggestions Reason | EmptySuggestionsReason | string | Empty Suggestions Reason |
Meeting Time Suggestions | MeetingTimeSuggestions | MeetingTimeSuggestions | Meeting Time Suggestions |
Flag email (V2)
This operation updates an email flag.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to be flagged. |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to update mail. | |
Flag Status | flagStatus | string | Flag status |
Flag email [DEPRECATED]
This action has been deprecated. Please use Flag email (V2) instead.
This operation flags an email.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to be flagged. |
Forward an email (V2)
Forward an email.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | message_id | True | string | Id of the message to forward. (You can use 'Message Id' from trigger or 'Get Emails' action output) |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to forward mail from. | |
Comment | Comment | string | Comment | |
To | ToRecipients | True | string | Semicolon separated list of recipients to forward the message to |
Forward an email [DEPRECATED]
This action has been deprecated. Please use Forward an email (V2) instead.
Forward an email.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | message_id | True | string | Id of the message to forward. |
Comment | Comment | string | Comment | |
To | ToRecipients | True | string | Semicolon separated list of recipients to forward the message to |
Get Attachment (V2)
This operation gets an email attachment by id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email. |
Attachement Id | attachmentId | True | string | Id of the attachment to download. |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to retrieve attachment from. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Id | id | string | Id of the attachment. |
Name | name | string | Name of attachment. |
Content Type | contentType | string | Content type of attachment. |
Size | size | integer | Size of attachment. |
Content Bytes | contentBytes | byte | Content of attachment. |
Is Inline | isInline | boolean | Set to true if this is an inline attachment. |
Last Modified DateTime | lastModifiedDateTime | date-time | The date and time when the attachment was last modified. |
Content Id | contentId | string | Content Id |
Get attachment [DEPRECATED]
This action has been deprecated. Please use Get Attachment (V2) instead.
This operation gets an email attachment by id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email. |
Attachment Id | attachmentId | True | string | Id of the attachment to download. |
Returns
Get calendar view of events (V2) [DEPRECATED]
This action has been deprecated. Please use Get calendar view of events (V3) instead.
This operation gets all events (including instances of recurrences) in a calendar. Recurrence property is null in this case.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar Id | calendarId | True | string | Select a calendar |
Start Time | startDateTimeOffset | True | string | Start time (example: '2017-01-01T08:00:00-07:00') |
End Time | endDateTimeOffset | True | string | End time (example: '2017-02-01T08:00:00-07:00') |
Filter Query | $filter | string | An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123). | |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). | |
Search | search | string | Search text for matching event body and subject |
Returns
Entity list response
Get calendar view of events (V3)
This operation gets all events (including instances of recurrences) in a calendar using Graph API. Recurrence property is null in this case.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar Id | calendarId | True | string | Select a calendar |
Start Time | startDateTimeUtc | True | string | Start time in UTC (example: '2017-01-01T08:00:00') |
End Time | endDateTimeUtc | True | string | End time in UTC (example: '2017-02-01T08:00:00') |
Filter Query | $filter | string | An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123). | |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). | |
Search | search | string | Search text for matching event body and subject |
Returns
Entity list response
Get calendar view of events [DEPRECATED]
This action has been deprecated. Please use Get calendar view of events (V3) instead.
Get calendar view of events.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar Id | calendarId | True | string | Select a calendar. |
Start Time | startDateTimeOffset | True | string | Start time (example: '2017-01-01T08:00:00-07:00'). |
End Time | endDateTimeOffset | True | string | End time (example: '2017-02-01T08:00:00-07:00'). |
Returns
Response containing a list and next link
Get calendars (V2)
This operation lists available calendars.
Returns
Name | Path | Type | Description |
---|---|---|---|
value | value | array of object | value |
ID | value.id | string | The id of the calendar. The id is used at runtime. |
Name | value.name | string | The display name of the calendar. |
owner | value.owner | EmailAddress_V2 |
Get calendars [DEPRECATED]
This action has been deprecated. Please use Get calendars (V2) instead.
This operation lists available calendars.
Returns
Entity list response
Get contact (V2)
This operation gets a specific contact from a contacts folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | folder | True | string | Select a contacts folder |
Item id | id | True | string | Unique identifier of a contact to retrieve |
Returns
Contact
Get contact [DEPRECATED]
This action has been deprecated. Please use Get contact (V2) instead.
This operation gets a specific contact from a contacts folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | table | True | string | Select a contacts folder |
Item id | id | True | string | Unique identifier of a contact to retrieve |
Returns
Contact response
Get contact folders (V2)
This operation lists available contacts folders using Graph API
Returns
Entity list response
Get contact folders [DEPRECATED]
This action has been deprecated. Please use Get contact folders (V2) instead.
This operation lists available contacts folders.
Returns
Entity list response
Get contacts (V2)
This operation gets contacts from a contacts folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | folder | True | string | Unique identifier of the contacts folder to retrieve |
Filter Query | $filter | string | An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123). | |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
Entity list response
Get contacts [DEPRECATED]
This action has been deprecated. Please use Get contacts (V2) instead.
This operation gets contacts from a contacts folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | table | True | string | Unique identifier of the contacts folder to retrieve |
Filter Query | $filter | string | An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123). | |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
Entity list response
Get email (V2)
This operation gets an email by id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email. |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to retrieve mail from. | |
Include Attachments | includeAttachments | boolean | If set to true, attachments content will also be retrieved along with the email. | |
Internet Message Id | internetMessageId | string | Internet Message Id. |
Returns
Graph Client Receive Email Message
Get email [DEPRECATED]
This action has been deprecated. Please use Get email (V2) instead.
This operation gets an email by id.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email. |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to retrieve mail from. | |
Include Attachments | includeAttachments | boolean | If set to true, attachments content will also be retrieved along with the email. | |
Internet Message Id | internetMessageId | string | Internet Message Id. |
Returns
Receive Email Message
Get emails (V2) [DEPRECATED]
This action has been deprecated. Please use Get emails (V3) instead.
This operation gets emails from a folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to retrieve emails from (default: 'Inbox'). | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. | |
Fetch Only Unread Messages | fetchOnlyUnread | boolean | Retrieve only unread emails?. | |
Include Attachments | includeAttachments | boolean | If set to true, attachments content will also be retrieved along with the email. | |
Search Query | searchQuery | string | Search query (like in the Outlook client) to filter emails. | |
Top | top | integer | Number of emails to retrieve (default: 10). |
Returns
Represents a wrapper object for batch response
Get emails (V3)
This operation gets emails from a folder via graph apis. Please note that filtering related to these fields: To, Cc, To Or Cc, From, Importance, Fetch Only With Attachments, Subject Filter, is performed using first 250 items in a given mail folder. To avoid that limitation you can use 'Search Query' field.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to retrieve emails from (default: 'Inbox'). | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. | |
Fetch Only Unread Messages | fetchOnlyUnread | boolean | Retrieve only unread emails?. | |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to retrieve mails from. | |
Include Attachments | includeAttachments | boolean | If set to true, attachments content will also be retrieved along with the email. | |
Search Query | searchQuery | string | Search query to filter emails. How to use '$search' parameter please refer to: https://docs.microsoft.com/graph/query-parameters#search-parameter. | |
Top | top | integer | Number of emails to retrieve (default: 10, max: 25). |
Returns
Represents a wrapper object for batch response
Get emails [DEPRECATED]
This action has been deprecated. Please use Get emails (V3) instead.
This operation gets emails from a folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to retrieve emails from (default: 'Inbox'). | |
Fetch Only Unread Messages | fetchOnlyUnread | boolean | Retrieve only unread emails?. | |
Include Attachments | includeAttachments | boolean | If set to true, attachments content will also be retrieved along with the email. | |
Search Query | searchQuery | string | Search query (like in the Outlook client) to filter emails. | |
Top | top | integer | Number of emails to retrieve (default: 10). |
Returns
Get event (V1) [DEPRECATED]
This action has been deprecated. Please use Get event (V3) instead.
This operation gets a specific event from a calendar. (V1)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Item id | id | True | string | Select an event |
Returns
Connector specific calendar event model class for the backend
Get event (V2) [DEPRECATED]
This action has been deprecated. Please use Get event (V3) instead.
This operation gets a specific event from a calendar. (V2)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Item id | id | True | string | Select an event |
Returns
Connector specific calendar event model class for the client
Get event (V3)
This operation gets a specific event from a calendar using Graph API. (V3)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Item id | id | True | string | Select an event |
Returns
Connector specific calendar event model class for the client with Graph API
Get events (V1) [DEPRECATED]
This action has been deprecated. Please use Get events (V4) instead.
This operation gets events from a calendar. (V1)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
Entity list response
Get events (V2) [DEPRECATED]
This action has been deprecated. Please use Get events (V4) instead.
This operation gets events from a calendar. (V2)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Filter Query | $filter | string | An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123). | |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
Entity list response
Get events (V3) [DEPRECATED]
This action has been deprecated. Please use Get events (V4) instead.
This operation gets events from a calendar. (V3)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Filter Query | $filter | string | An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123). | |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
The list of calendar items
Get events (V4)
This operation gets events from a calendar using Graph API. (V4)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Filter Query | $filter | string | An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123). | |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
The list of calendar items returned by Graph API
Get mail tips for a mailbox (V2)
Get mail tips for a mailbox such as automatic replies / OOF message or if the mailbox is full. This is not available in GccHigh and Mooncake.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Email Addresses | Email Addresses | string |
Returns
Name | Path | Type | Description |
---|---|---|---|
value | value | array of MailTipsClientReceive_V2 |
Get mail tips for a mailbox [DEPRECATED]
This action has been deprecated. Please use Get mail tips for a mailbox (V2) instead.
Get mail tips for a mailbox such as automatic replies / OOF message or if the mailbox is full.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Original Mailbox Address | mailboxAddress | True | string | Address of the mailbox to get mail tips for. |
Returns
Mail tips client model returned to the caller
Get room lists (V2)
Get all the room lists defined in the user's tenant
Returns
Name | Path | Type | Description |
---|---|---|---|
value | value | array of object | value |
Name | value.name | string | Name |
Address | value.address | string | Address |
Get room lists [DEPRECATED]
This action has been deprecated. Please use Get room lists (V2) instead.
Get all the room lists defined in the user's tenant
Returns
Name | Path | Type | Description |
---|---|---|---|
value | value | array of object | value |
Name | value.Name | string | Name |
Address | value.Address | string | Address |
Get rooms (V2)
Get all the meeting rooms defined in the user's tenant
Returns
Name | Path | Type | Description |
---|---|---|---|
value | value | array of object | value |
Name | value.name | string | Name |
Address | value.address | string | Address |
Get rooms [DEPRECATED]
This action has been deprecated. Please use Get rooms (V2) instead.
Get all the meeting rooms defined in the user's tenant
Returns
Name | Path | Type | Description |
---|---|---|---|
value | value | array of object | value |
Name | value.Name | string | Name |
Address | value.Address | string | Address |
Get rooms in room list (V2)
Get the meeting rooms in a specific room list
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Room list | room_list | True | string | Room list to find rooms in |
Returns
Name | Path | Type | Description |
---|---|---|---|
value | value | array of object | value |
Name | value.name | string | Name |
Address | value.address | string | Address |
Get rooms in room list [DEPRECATED]
This action has been deprecated. Please use Get rooms in room list (V2) instead.
Get the meeting rooms in a specific room list
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Room list | room_list | True | string | Room list to find rooms in |
Returns
Name | Path | Type | Description |
---|---|---|---|
value | value | array of object | value |
Name | value.Name | string | Name |
Address | value.Address | string | Address |
Mark as read [DEPRECATED]
This action has been deprecated. Please use Mark as read or unread (V3) instead.
This operation marks an email as having been read.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to be marked as read. |
Mark as read or unread (V2) [DEPRECATED]
This action has been deprecated. Please use Mark as read or unread (V3) instead.
This operation marks an email as read/unread.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to be marked. |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to update mail. | |
Mark as | isRead | boolean | Mark as read/unread. |
Mark as read or unread (V3)
This operation marks an email as read/unread.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to be marked. |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to update mail. | |
Mark as | isRead | True | boolean | Mark as read/unread. |
Move email (V2)
This operation moves an email to the specified folder within the same mailbox.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to be moved. |
Folder | folderPath | True | string | Mail folder to move the email to. |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to move mail from. |
Returns
Graph Client Receive Email Message
Move email [DEPRECATED]
This action has been deprecated. Please use Move email (V2) instead.
This operation moves an email to the specified folder within the same mailbox.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to be moved. |
Folder | folderPath | True | string | Mail folder to move the email to. |
Returns
Receive Email Message
Reply to email (V2) [DEPRECATED]
This action has been deprecated. Please use Reply to email (V3) instead.
This operation replies to an email.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to reply to. |
To | To | Example: recipient1@domain.com; recipient2@domain.com | ||
CC | Cc | Example: recipient1@domain.com; recipient2@domain.com | ||
BCC | Bcc | Example: recipient1@domain.com; recipient2@domain.com | ||
Subject | Subject | string | Email subject (if empty, the original subject used). | |
Body | Body | string | Content of the email. | |
Reply All | ReplyAll | boolean | True to reply to all recipients. (default: False) | |
Is HTML | IsHtml | boolean | True to send the reply as HTML. (default: True) | |
Importance | Importance | string | Pick an importance. (default: Low) | |
Name | Name | True | string | Attachment name |
Content | ContentBytes | True | byte | Attachment content |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to reply from. |
Reply to email (V3)
This operation replies to an email.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to reply to. |
To | To | Example: recipient1@domain.com; recipient2@domain.com | ||
CC | Cc | Example: recipient1@domain.com; recipient2@domain.com | ||
BCC | Bcc | Example: recipient1@domain.com; recipient2@domain.com | ||
Subject | Subject | string | Email subject (if empty, the original subject used). | |
Body | Body | html | Content of the email. | |
Reply All | ReplyAll | boolean | True to reply to all recipients. (default: False) | |
Importance | Importance | string | Pick an importance. (default: Low) | |
Name | Name | True | string | Attachment name |
Content | ContentBytes | True | byte | Attachment content |
Original Mailbox Address | mailboxAddress | string | Address of the shared mailbox to reply from. |
Reply to email [DEPRECATED]
This action has been deprecated. Please use Reply to email (V3) instead.
This operation replies to an email.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Message Id | messageId | True | string | Id of the email to reply to. |
Comment | comment | True | string | Reply comment. |
Reply All | replyAll | boolean | Reply to all recipients. |
Respond to an event invite (V2)
Respond to an event invite.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Event Id | event_id | True | string | Id of the event to respond to. |
Response | response | True | string | Response for the event invite |
Comment | Comment | string | Comment | |
Send response? | SendResponse | boolean | Send response to organizer? |
Respond to an event invite [DEPRECATED]
This action has been deprecated. Please use Respond to an event invite (V2) instead.
Respond to an event invite.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Event Id | event_id | True | string | Id of the event to respond to. |
Response | response | True | string | Response for the event invite |
Comment | Comment | string | Comment | |
Send response? | SendResponse | boolean | Send response to organizer? |
Send an email (V2)
This operation sends an email message.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
To | To | True | Specify email addresses separated by semicolons like someone@contoso.com | |
Subject | Subject | True | string | Specify the subject of the mail |
Body | Body | True | html | Specify the body of the mail |
From (Send as) | From | Email address to send mail from (requires "Send as" or "Send on behalf of" permission for that mailbox). For more info on granting permissions please refer https://docs.microsoft.com/office365/admin/manage/send-email-as-distribution-list | ||
CC | Cc | Specify email addresses separated by semicolons like someone@contoso.com | ||
BCC | Bcc | Specify email addresses separated by semicolons like someone@contoso.com | ||
Name | Name | True | string | Attachment name |
Content | ContentBytes | True | byte | Attachment content |
Sensitivity | Sensitivity | string | Sensitivity | |
Reply To | ReplyTo | The email addresses to use when replying | ||
Importance | Importance | string | Importance |
Send an email [DEPRECATED]
This action has been deprecated. Please use Send an email (V2) instead.
This operation sends an email message.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
From (Send as) | From | Email address to send mail from (requires "Send as" or "Send on behalf of" permission for that mailbox). For more info on granting permissions please refer https://docs.microsoft.com/office365/admin/manage/send-email-as-distribution-list | ||
CC | Cc | Specify email addresses separated by semicolons like someone@contoso.com | ||
BCC | Bcc | Specify email addresses separated by semicolons like someone@contoso.com | ||
To | To | True | Specify email addresses separated by semicolons like someone@contoso.com | |
Subject | Subject | True | string | Specify the subject of the mail |
Body | Body | True | string | Specify the body of the mail |
Name | Name | True | string | Attachment name |
Content | ContentBytes | True | byte | Attachment content |
Sensitivity | Sensitivity | string | Sensitivity | |
Reply To | ReplyTo | The email addresses to use when replying | ||
Importance | Importance | string | Importance | |
Is HTML | IsHtml | boolean | Is Html? |
Send an email from a shared mailbox (V2)
This operation sends an email from a shared mailbox. Your account should have permission to access the mailbox for this operation to succeed.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Original Mailbox Address | MailboxAddress | True | Specify email address of a shared mailbox like someone@contoso.com | |
To | To | True | Specify email addresses separated by semicolons like someone@contoso.com | |
Subject | Subject | True | string | Specify the subject of the mail |
Body | Body | True | html | Specify the body of the mail |
CC | Cc | Specify email addresses separated by semicolons like someone@contoso.com | ||
BCC | Bcc | Specify email addresses separated by semicolons like someone@contoso.com | ||
Name | Name | True | string | Attachment name |
Content | ContentBytes | True | byte | Attachment content |
Reply To | ReplyTo | The email addresses to use when replying | ||
Importance | Importance | string | Importance |
Send an email from a shared mailbox [DEPRECATED]
This action has been deprecated. Please use Send an email from a shared mailbox (V2) instead.
This operation sends an email from a shared mailbox. Your account should have permission to access the mailbox for this operation to succeed.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Original Mailbox Address | MailboxAddress | True | Specify email address of a shared mailbox like someone@contoso.com | |
To | To | True | Specify email addresses separated by semicolons like someone@contoso.com | |
Subject | Subject | True | string | Specify the subject of the mail |
Body | Body | True | string | Specify the body of the mail |
CC | Cc | Specify email addresses separated by semicolons like someone@contoso.com | ||
BCC | Bcc | Specify email addresses separated by semicolons like someone@contoso.com | ||
Name | Name | True | string | Attachment name |
Content | ContentBytes | True | byte | Attachment content |
Reply To | ReplyTo | The email addresses to use when replying | ||
Importance | Importance | string | Importance | |
Is HTML | IsHtml | boolean | Is Html? |
Send approval email
This operation sends an approval email and waits for a response from the recipient. Please refer to the following link regarding the support of actionable messages in different mail clients: https://docs.microsoft.com/outlook/actionable-messages/#outlook-version-requirements-for-actionable-messages.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
To | To | True | Specify email addresses separated by semicolons like someone@contoso.com | |
Subject | Subject | string | Subject | |
User Options | Options | string | User Options | |
Header Text | HeaderText | string | Header text for email body | |
Selection Text | SelectionText | string | Header text for users options selection | |
Body | Body | string | Body | |
Importance | Importance | string | Importance | |
Name | Name | True | string | Attachment name |
Content | ContentBytes | True | byte | Attachment content |
Use only HTML message | UseOnlyHTMLMessage | boolean | Use only HTML message | |
Hide HTML message | HideHTMLMessage | boolean | If set to Yes, then the email body is hidden and only message card is displayed. Email clients which do not support actionable messages will display HTML message regardless of the parameter value. | |
Show HTML confirmation dialog | ShowHTMLConfirmationDialog | boolean | If set to Yes then a dialog wil be shown to confirm selected option of HTML message |
Returns
Approval Email Response
Send email with options
This operation sends an email with multiple options and waits for the recipient to respond back with one of the options. Please refer to the following link regarding the support of actionable messages in different mail clients: https://docs.microsoft.com/outlook/actionable-messages/#outlook-version-requirements-for-actionable-messages.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
To | To | True | Specify email addresses separated by semicolons like someone@contoso.com | |
Subject | Subject | string | Subject of the email | |
User Options | Options | string | List of comma separated options for the email response | |
Header Text | HeaderText | string | Header text for email body | |
Selection Text | SelectionText | string | Header text for users options selection | |
Body | Body | string | Body of the email | |
Importance | Importance | string | Importance | |
Name | Name | True | string | Attachment name |
Content | ContentBytes | True | byte | Attachment content |
Use only HTML message | UseOnlyHTMLMessage | boolean | Use only HTML message | |
Hide HTML message | HideHTMLMessage | boolean | If set to Yes, then the email body is hidden and only message card is displayed. Email clients which do not support actionable messages will display HTML message regardless of the parameter value. | |
Show HTML confirmation dialog | ShowHTMLConfirmationDialog | boolean | If set to Yes then a dialog wil be shown to confirm selected option of HTML message |
Returns
Approval Email Response
Set up automatic replies (V2)
Set the automatic replies setting for your mailbox.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Status | status | True | string | Automatic reply setting status |
External Audience | externalAudience | True | string | The audience that will see the external reply message |
DateTime | dateTime | string | Scheduled start time (example: '2017-08-29T04:00:00.0000000') | |
TimeZone | timeZone | string | TimeZone (example: 'Pacific Standard Time') | |
DateTime | dateTime | string | Scheduled end time (example: '2017-08-29T05:00:00.0000000') | |
TimeZone | timeZone | string | TimeZone (example: 'Pacific Standard Time') | |
Internal Reply Message | internalReplyMessage | string | Message for people within your organization | |
External Reply Message | externalReplyMessage | string | Message for people outside your organization |
Returns
Name | Path | Type | Description |
---|---|---|---|
automaticRepliesSetting | automaticRepliesSetting | AutomaticRepliesSettingClient_V2 | Automatic replies setting model for the connector |
Set up automatic replies [DEPRECATED]
This action has been deprecated. Please use Set up automatic replies (V2) instead.
Set the automatic replies setting for your mailbox.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Status | Status | True | string | Automatic reply setting status |
External Audience | ExternalAudience | True | string | The audience that will see the external reply message |
Start Time | ScheduledStartDateTimeOffset | string | Scheduled start time (example: '2016-11-01T15:30:00-00:00Z') | |
End Time | ScheduledEndDateTimeOffset | string | Scheduled end time (example: '2016-11-01T15:30:00-00:00Z') | |
Internal Reply Message | InternalReplyMessage | string | Message for people within your organization | |
External Reply Message | ExternalReplyMessage | string | Message for people outside your organization |
Update contact (V2)
This operation updates a contact in a contacts folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | folder | True | string | Select a contacts folder |
Id | id | True | string | Unique identifier of contact to update |
Id | id | string | The contact's unique identifier. | |
Parent folder id | parentFolderId | string | The ID of the contact's parent folder | |
Birthday | birthday | date-time | The contact's birthday | |
File as | fileAs | string | The name the contact is filed under | |
Display Name | displayName | string | The contact's display name | |
Given name | givenName | True | string | The contact's given name |
Initials | initials | string | The contact's initials | |
Middle name | middleName | string | The contact's middle name | |
Nickname | nickName | string | The contact's nickname | |
Surname | surname | string | The contact's surname | |
Title | title | string | The contact's title | |
Generation | generation | string | The contact's generation | |
name | name | string | ||
address | address | |||
IM addresses | IM addresses | string | ||
JobTitle | jobTitle | string | The contact's job title | |
Company name | companyName | string | The name of the contact's company | |
Department | department | string | The contact's department | |
Office location | officeLocation | string | The location of the contact's office | |
Profession | profession | string | The contact's profession | |
Business home page | businessHomePage | string | The business home page of the contact | |
Assistant name | assistantName | string | The name of the contact's assistant | |
Manager | manager | string | The name of the contact's manager | |
Home phones | Home phones | string | ||
Business phones | Business phones | string | ||
Mobile phone | mobilePhone | string | The contact's mobile phone number | |
Street | street | string | The contact's street address. | |
City | city | string | The contact's city. | |
State | state | string | The contact's state. | |
Country Or Region | countryOrRegion | string | The contact's country of region. | |
Postal code | postalCode | string | The contact's postal code. | |
Street | street | string | The contact's street address. | |
City | city | string | The contact's city. | |
State | state | string | The contact's state. | |
Country Or Region | countryOrRegion | string | The contact's country of region. | |
Postal code | postalCode | string | The contact's postal code. | |
Street | street | string | The contact's street address. | |
City | city | string | The contact's city. | |
State | state | string | The contact's state. | |
Country Or Region | countryOrRegion | string | The contact's country of region. | |
Postal code | postalCode | string | The contact's postal code. | |
Yomi company name | yomiCompanyName | string | The phonetic Japanese company name of the contact | |
Yomi given name | yomiGivenName | string | The phonetic Japanese given name (first name) of the contact | |
Yomi surname | yomiSurname | string | The phonetic Japanese surname (last name) of the contact | |
Categories | Categories | string | ||
Change key | changeKey | string | Identifies the version of the event object | |
Created time | createdDateTime | date-time | The time the contact was created | |
Last modified time | lastModifiedDateTime | date-time | The time the contact was modified |
Returns
Contact
Update contact [DEPRECATED]
This action has been deprecated. Please use Update contact (V2) instead.
This operation updates a contact in a contacts folder.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | table | True | string | Select a contacts folder |
Id | id | True | string | Unique identifier of contact to update |
Id | Id | string | The contact's unique identifier. | |
Parent folder id | ParentFolderId | string | The ID of the contact's parent folder | |
Birthday | Birthday | date-time | The contact's birthday | |
File as | FileAs | string | The name the contact is filed under | |
Display Name | DisplayName | string | The contact's display name | |
Given name | GivenName | True | string | The contact's given name |
Initials | Initials | string | The contact's initials | |
Middle name | MiddleName | string | The contact's middle name | |
Nickname | NickName | string | The contact's nickname | |
Surname | Surname | string | The contact's surname | |
Title | Title | string | The contact's title | |
Generation | Generation | string | The contact's generation | |
Name | Name | string | ||
Address | Address | |||
IM addresses | IM addresses | string | ||
JobTitle | JobTitle | string | The contact's job title | |
Company name | CompanyName | string | The name of the contact's company | |
Department | Department | string | The contact's department | |
Office location | OfficeLocation | string | The location of the contact's office | |
Profession | Profession | string | The contact's profession | |
Business home page | BusinessHomePage | string | The business home page of the contact | |
Assistant name | AssistantName | string | The name of the contact's assistant | |
Manager | Manager | string | The name of the contact's manager | |
Home phones | Home phones | string | ||
Business phones | Business phones | string | ||
Mobile phone | MobilePhone1 | string | The contact's mobile phone number | |
Street | Street | string | ||
City | City | string | ||
State | State | string | ||
CountryOrRegion | CountryOrRegion | string | ||
PostalCode | PostalCode | string | ||
Street | Street | string | ||
City | City | string | ||
State | State | string | ||
CountryOrRegion | CountryOrRegion | string | ||
PostalCode | PostalCode | string | ||
Street | Street | string | ||
City | City | string | ||
State | State | string | ||
CountryOrRegion | CountryOrRegion | string | ||
PostalCode | PostalCode | string | ||
Yomi company name | YomiCompanyName | string | The phonetic Japanese company name of the contact | |
Yomi given name | YomiGivenName | string | The phonetic Japanese given name (first name) of the contact | |
Yomi surname | YomiSurname | string | The phonetic Japanese surname (last name) of the contact | |
Categories | Categories | string | ||
Change key | ChangeKey | string | Identifies the version of the event object | |
Created time | DateTimeCreated | date-time | The time the contact was created | |
Last modified time | DateTimeLastModified | date-time | The time the contact was modified |
Returns
Contact response
Update event (V1) [DEPRECATED]
This action has been deprecated. Please use Update event (V4) instead.
This operation updates an event in a calendar. (V1)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Id | id | True | string | Select an event |
Id | Id | string | The Event's unique identifier | |
Response | Response | string | ||
Time | Time | date-time | ||
Type | Type | string | ||
Name | Name | string | ||
Address | Address | |||
ContentType | ContentType | string | ||
Content | Content | string | ||
Body preview | BodyPreview | string | The preview of the message associated with the event | |
Categories | Categories | string | ||
Change key | ChangeKey | string | This property identifies the version of the event object. Every time the event is changed, ChangeKey changes as well. | |
Created time | DateTimeCreated | date-time | The date and time that the event was created | |
Last modified time | DateTimeLastModified | date-time | The date and time that the event was last modified | |
End time | End | True | date-time | The end time of the event |
End time zone | EndTimeZone | string | This property specifies the time zone of the meeting end time. The value must be as defined in Windows (example: 'Pacific Standard Time'). | |
Has attachments? | HasAttachments | boolean | Set to true if the event has attachments | |
Event Unique ID | ICalUId | string | A unique identifier that is shared by all instances of an event across different calendars | |
Importance | Importance | string | The importance of the event: Low, Normal, or High | |
Is all day event? | IsAllDay | boolean | Set to true if the event lasts all day | |
Is cancelled? | IsCancelled | boolean | Set to true if the event has been canceled | |
Is Organizer | IsOrganizer | boolean | Set to true if the message sender is also the organizer | |
DisplayName | DisplayName | string | ||
Street | Street | string | ||
City | City | string | ||
State | State | string | ||
CountryOrRegion | CountryOrRegion | string | ||
PostalCode | PostalCode | string | ||
Altitude | Altitude | double | ||
Latitude | Latitude | double | ||
Longitude | Longitude | double | ||
Accuracy | Accuracy | double | ||
AltitudeAccuracy | AltitudeAccuracy | double | ||
Name | Name | string | ||
Address | Address | |||
Type | Type | string | ||
Interval | Interval | integer | ||
Month | Month | integer | ||
DayOfMonth | DayOfMonth | integer | ||
DaysOfWeek | DaysOfWeek | string | ||
FirstDayOfWeek | FirstDayOfWeek | string | ||
Index | Index | string | ||
Type | Type | string | ||
StartDate | StartDate | date-time | ||
EndDate | EndDate | date-time | ||
NumberOfOccurrences | NumberOfOccurrences | integer | ||
Reminder | Reminder | integer | Time in minutes before event start to remind | |
Response requested | ResponseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined | |
Response | Response | string | ||
Time | Time | date-time | ||
Series master id | SeriesMasterId | string | Unique identifier for Series Master event type | |
Show as | ShowAs | string | Shows as free or busy | |
Start time | Start | True | date-time | The start time of the event |
Start time zone | StartTimeZone | string | This property specifies the time zone of the meeting start time. The value must be as defined in Windows (example: 'Pacific Standard Time'). | |
Subject | Subject | True | string | Event subject |
Type | Type | string | The event type: Single Instance, Occurrence, Exception, or Series Master | |
Web link | WebLink | uri | The preview of the message associated with the event | |
Reason | Reason | string | The reason property used by O365 sync events protocol, will be 'deleted' if its a deleted event. |
Returns
Connector specific calendar event model class for the backend
Update event (V2) [DEPRECATED]
This action has been deprecated. Please use Update event (V4) instead.
This operation updates an event in a calendar. (V2)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Id | id | True | string | Select an event |
Subject | Subject | True | string | Event subject |
Start time | Start | True | date-time | Start time of the event (example: '2016-11-01T14:30:00Z') |
End time | End | True | date-time | End time of the event (example: '2016-11-01T15:30:00Z') |
Time zone | TimeZone | string | Time zone of the event | |
Required attendees | RequiredAttendees | Required attendees for the event separated by semicolons | ||
Optional attendees | OptionalAttendees | Optional attendees for the event separated by semicolons | ||
Resource attendees | ResourceAttendees | string | Resource attendees for the event separated by semicolons | |
Body | Body | string | Body of the message associated with the event | |
Is HTML | IsHtml | boolean | Set to true if the body is Html | |
Location | Location | string | Location of the event | |
Importance | Importance | string | The importance of the event: Low, Normal, or High | |
Is all day event? | IsAllDay | boolean | Set to true if the event lasts all day | |
Recurrence | Recurrence | string | The recurrence pattern for the event | |
Recurrence end time | RecurrenceEnd | date-time | End time of the recurrence | |
Number of occurrences | NumberOfOccurrences | integer | How many times to repeat the event | |
Reminder | Reminder | integer | Time in minutes before event start to remind | |
Show as | ShowAs | string | Status to show during the event | |
Response requested | ResponseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined |
Returns
Connector specific calendar event model class for the client
Update event (V3) [DEPRECATED]
This action has been deprecated. Please use Update event (V4) instead.
This operation updates an event in a calendar.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Id | id | True | string | Select an event |
Subject | Subject | True | string | Event subject |
Start time | Start | True | date-time | Start time of the event (example: '2016-11-01T14:30:00Z') |
End time | End | True | date-time | End time of the event (example: '2016-11-01T15:30:00Z') |
Time zone | TimeZone | string | Time zone of the event | |
Required attendees | RequiredAttendees | Required attendees for the event separated by semicolons | ||
Optional attendees | OptionalAttendees | Optional attendees for the event separated by semicolons | ||
Resource attendees | ResourceAttendees | string | Resource attendees for the event separated by semicolons | |
Body | Body | html | Body of the message associated with the event | |
Location | Location | string | Location of the event | |
Importance | Importance | string | The importance of the event: Low, Normal, or High | |
Is all day event? | IsAllDay | boolean | Set to true if the event lasts all day | |
Recurrence | Recurrence | string | The recurrence pattern for the event | |
Recurrence end time | RecurrenceEnd | date-time | End time of the recurrence | |
Number of occurrences | NumberOfOccurrences | integer | How many times to repeat the event | |
Reminder | Reminder | integer | Time in minutes before event start to remind | |
Show as | ShowAs | string | Status to show during the event | |
Response requested | ResponseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined |
Returns
Connector specific calendar event model class for the client
Update event (V4)
This operation updates an event in a calendar using Graph API.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Id | id | True | string | Select an event |
Subject | subject | True | string | Event subject |
Start time | start | True | date-no-tz | Start time of the event (example: '2017-08-29T04:00:00') |
End time | end | True | date-no-tz | End time of the event (example: '2017-08-29T05:00:00') |
Time zone | timeZone | True | string | Time zone of the event |
Required attendees | requiredAttendees | Required attendees for the event separated by semicolons | ||
Optional attendees | optionalAttendees | Optional attendees for the event separated by semicolons | ||
Resource attendees | resourceAttendees | string | Resource attendees for the event separated by semicolons | |
Body | body | html | Body of the message associated with the event | |
Location | location | string | Location of the event | |
Importance | importance | string | The importance of the event: low, normal, or high | |
Is all day event? | isAllDay | boolean | Set to true if the event lasts all day | |
Recurrence | recurrence | string | The recurrence pattern for the event: none, daily, weekly, monthly or yearly | |
Recurrence end date | recurrenceEnd | date | End Date of the recurrence | |
Number of occurrences | numberOfOccurences | integer | How many times to repeat the event | |
Reminder | reminderMinutesBeforeStart | integer | Time in minutes before event start to remind | |
Is reminder on | isReminderOn | boolean | Set to true if an alert is set to remind the user of the event. | |
Show as | showAs | string | Status to show during the event: free, tentative, busy, oof, workingElsewhere or unknown | |
Response requested | responseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined | |
Sensitivity | sensitivity | string | The possible values are: normal, personal, private, confidential |
Returns
Connector specific calendar event model class for the client with Graph API
Update my contact's photo
Updates the photo of the specified contact of the current user. The size of the photo must be less than 4 MB.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder id | folder | True | string | Select a contacts folder |
Item id | id | True | string | Unique identifier of a contact to update photo |
Image content | body | True | binary | Image content |
Triggers
When a new email arrives (V2) [DEPRECATED] | This action has been deprecated. Please use When a new email arrives (V3) instead. |
When a new email arrives (V3) | This operation triggers a flow when a new email arrives. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments. |
When a new email arrives (webhook) [DEPRECATED] | This operation triggers a flow when a new email arrives. |
When a new email arrives [DEPRECATED] | This action has been deprecated. Please use When a new email arrives (V3) instead. |
When a new email arrives in a shared mailbox (V2) | This operation triggers a flow when a new email arrives in a shared mailbox. Your account should have permission to access the mailbox for this operation to succeed. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments. |
When a new email arrives in a shared mailbox [DEPRECATED] | This action has been deprecated. Please use When a new email arrives in a shared mailbox (V2) instead. |
When a new email mentioning me arrives (V2) [DEPRECATED] | This action has been deprecated. Please use When a new email mentioning me arrives (V3) instead. |
When a new email mentioning me arrives (V3) | This operation triggers a flow when a new email mentioning me arrives. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments. |
When a new email mentioning me arrives [DEPRECATED] | This action has been deprecated. Please use When a new email mentioning me arrives (V3) instead. |
When a new event is created (V1) [DEPRECATED] | This action has been deprecated. Please use When a new event is created (V3) instead. |
When a new event is created (V2) [DEPRECATED] | This action has been deprecated. Please use When a new event is created (V3) instead. |
When a new event is created (V3) | This operation triggers a flow when a new event is created in a calendar. (V3) |
When an email is flagged (V2) [DEPRECATED] | This action has been deprecated. Please use When an email is flagged (V4) instead. |
When an email is flagged (V3) | This operation triggers a flow when an email is flagged. |
When an email is flagged (V4) (Preview) | This operation triggers a flow when an email is flagged. |
When an email is flagged [DEPRECATED] | This action has been deprecated. Please use When an email is flagged (V4) instead. |
When an event is added, updated or deleted (V2) [DEPRECATED] | This action has been deprecated. Please use When an event is added, updated or deleted (V3) instead. |
When an event is added, updated or deleted (V3) | This operation triggers a flow when an event is added, updated or deleted in a calendar. (V3) This is not available in Mooncake. |
When an event is added, updated or deleted [DEPRECATED] | This action has been deprecated. Please use When an event is added, updated or deleted (V3) instead. |
When an event is modified (V1) [DEPRECATED] | This action has been deprecated. Please use When an event is modified (V3) instead. |
When an event is modified (V2) [DEPRECATED] | This action has been deprecated. Please use When an event is modified (V3) instead. |
When an event is modified (V3) | This operation triggers a flow when an event is modified in a calendar. (V3) |
When an upcoming event is starting soon (V2) [DEPRECATED] | This action has been deprecated. Please use When an upcoming event is starting soon (V3) instead. |
When an upcoming event is starting soon (V3) | This operation triggers a flow when an upcoming calendar event is starting. |
When an upcoming event is starting soon [DEPRECATED] | This action has been deprecated. Please use When an upcoming event is starting soon (V3) instead. |
When a new email arrives (V2) [DEPRECATED]
This action has been deprecated. Please use When a new email arrives (V3) instead.
This operation triggers a flow when a new email arrives. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When a new email arrives (V3)
This operation triggers a flow when a new email arrives. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When a new email arrives (webhook) [DEPRECATED]
This operation triggers a flow when a new email arrives.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
Importance | importance | string | Importance of the received email ("Any", "High", "Normal", "Low"). | |
Has Attachment | hasAttachment | string | Whether the email has attachments ("Any", "Yes", "No"). |
Returns
Represents a wrapper object for batch trigger response
When a new email arrives [DEPRECATED]
This action has been deprecated. Please use When a new email arrives (V3) instead.
This operation triggers a flow when a new email arrives. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When a new email arrives in a shared mailbox (V2)
This operation triggers a flow when a new email arrives in a shared mailbox. Your account should have permission to access the mailbox for this operation to succeed. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Original Mailbox Address | mailboxAddress | True | string | Address of the shared mailbox. |
Folder | folderId | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | hasAttachments | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When a new email arrives in a shared mailbox [DEPRECATED]
This action has been deprecated. Please use When a new email arrives in a shared mailbox (V2) instead.
This operation triggers a flow when a new email arrives in a shared mailbox. Your account should have permission to access the mailbox for this operation to succeed. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Original Mailbox Address | mailboxAddress | True | string | Address of the shared mailbox. |
Folder | folderId | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | hasAttachments | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When a new email mentioning me arrives (V2) [DEPRECATED]
This action has been deprecated. Please use When a new email mentioning me arrives (V3) instead.
This operation triggers a flow when a new email mentioning me arrives. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When a new email mentioning me arrives (V3)
This operation triggers a flow when a new email mentioning me arrives. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When a new email mentioning me arrives [DEPRECATED]
This action has been deprecated. Please use When a new email mentioning me arrives (V3) instead.
This operation triggers a flow when a new email mentioning me arrives. It will skip any email that has a total message size greater than the limit put by your Exchange Admin or 50 MB, whichever is less. It may also skip protected emails and emails with invalid body or attachments.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When a new event is created (V1) [DEPRECATED]
This action has been deprecated. Please use When a new event is created (V3) instead.
This operation triggers a flow when a new event is created in a calendar. (V1)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
The list of calendar items
When a new event is created (V2) [DEPRECATED]
This action has been deprecated. Please use When a new event is created (V3) instead.
This operation triggers a flow when a new event is created in a calendar. (V2)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
The list of calendar items
When a new event is created (V3)
This operation triggers a flow when a new event is created in a calendar. (V3)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
The list of calendar items returned by Graph API
When an email is flagged (V2) [DEPRECATED]
This action has been deprecated. Please use When an email is flagged (V4) instead.
This operation triggers a flow when an email is flagged.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When an email is flagged (V3)
This operation triggers a flow when an email is flagged.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When an email is flagged (V4) (Preview)
This operation triggers a flow when an email is flagged.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When an email is flagged [DEPRECATED]
This action has been deprecated. Please use When an email is flagged (V4) instead.
This operation triggers a flow when an email is flagged.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Folder | folderPath | string | Mail folder to check for new emails. | |
To | to | Recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
CC | cc | CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
To or CC | toOrCc | To or CC recipient email addresses separated by semicolons (If any match, the trigger will run). | ||
From | from | Sender email addresses separated by semicolons (If any match, the trigger will run). | ||
Importance | importance | string | Importance of the email (Any, High, Normal, Low). | |
Only with Attachments | fetchOnlyWithAttachment | boolean | If set to true, only emails with an attachment will be retrieved. Emails without any attachments will be skipped. If set to false, all emails will be retrieved. | |
Include Attachments | includeAttachments | boolean | Should the response of the trigger include the attachments content. | |
Subject Filter | subjectFilter | string | String to look for in the subject line. |
Returns
Represents a wrapper object for batch trigger response
When an event is added, updated or deleted (V2) [DEPRECATED]
This action has been deprecated. Please use When an event is added, updated or deleted (V3) instead.
This operation triggers a flow when an event is added, updated or deleted in a calendar. (V2)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Incoming Days Tracked | incomingDays | integer | Number of incoming days in calendar to be tracked | |
Past Days Tracked | pastDays | integer | Number of past days in calendar to be tracked |
Returns
The list of calendar items with action type
When an event is added, updated or deleted (V3)
This operation triggers a flow when an event is added, updated or deleted in a calendar. (V3) This is not available in Mooncake.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Incoming Days Tracked | incomingDays | integer | Number of incoming days in calendar to be tracked | |
Past Days Tracked | pastDays | integer | Number of past days in calendar to be tracked |
Returns
The list of calendar items with action type
When an event is added, updated or deleted [DEPRECATED]
This action has been deprecated. Please use When an event is added, updated or deleted (V3) instead.
This operation triggers a flow when an event is added, updated or deleted in a calendar.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Incoming Days Tracked | incomingDays | integer | Number of incoming days in calendar to be tracked | |
Past Days Tracked | pastDays | integer | Number of past days in calendar to be tracked |
Returns
The list of calendar items with action type
When an event is modified (V1) [DEPRECATED]
This action has been deprecated. Please use When an event is modified (V3) instead.
This operation triggers a flow when an event is modified in a calendar. (V1)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
The list of calendar items
When an event is modified (V2) [DEPRECATED]
This action has been deprecated. Please use When an event is modified (V3) instead.
This operation triggers a flow when an event is modified in a calendar. (V2)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
The list of calendar items
When an event is modified (V3)
This operation triggers a flow when an event is modified in a calendar. (V3)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar id | table | True | string | Select a calendar |
Order By | $orderby | string | An ODATA orderBy query for specifying the order of entries. | |
Top Count | $top | integer | Total number of entries to retrieve (default = all). | |
Skip Count | $skip | integer | The number of entries to skip (default = 0). |
Returns
The list of calendar items returned by Graph API
When an upcoming event is starting soon (V2) [DEPRECATED]
This action has been deprecated. Please use When an upcoming event is starting soon (V3) instead.
This operation triggers a flow when an upcoming calendar event is starting.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar Id | table | True | string | Unique identifier of the calendar. |
Look-Ahead Time | lookAheadTimeInMinutes | integer | Time (in minutes) to look ahead for upcoming events. |
Returns
The list of calendar items
When an upcoming event is starting soon (V3)
This operation triggers a flow when an upcoming calendar event is starting.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar Id | table | True | string | Unique identifier of the calendar. |
Look-Ahead Time | lookAheadTimeInMinutes | integer | Time (in minutes) to look ahead for upcoming events. |
Returns
The list of calendar items returned by Graph API
When an upcoming event is starting soon [DEPRECATED]
This action has been deprecated. Please use When an upcoming event is starting soon (V3) instead.
This operation triggers a flow when an upcoming calendar event is starting.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Calendar Id | table | True | string | Unique identifier of the calendar. |
Look-Ahead Time | lookAheadTimeInMinutes | integer | Time (in minutes) to look ahead for upcoming events. |
Returns
The list of calendar items
Definitions
CalendarEventList
The list of calendar items
Name | Path | Type | Description |
---|---|---|---|
value | value | array of CalendarEventBackend | List of calendar items |
CalendarEventBackend
Connector specific calendar event model class for the backend
Name | Path | Type | Description |
---|---|---|---|
Id | Id | string | The Event's unique identifier |
Attendees | Attendees | array of Attendee | List of attendees for the event |
Body | Body | ItemBody | |
Body preview | BodyPreview | string | The preview of the message associated with the event |
Categories | Categories | array of string | The categories associated with the event |
Change key | ChangeKey | string | This property identifies the version of the event object. Every time the event is changed, ChangeKey changes as well. |
Created time | DateTimeCreated | date-time | The date and time that the event was created |
Last modified time | DateTimeLastModified | date-time | The date and time that the event was last modified |
End time | End | date-time | The end time of the event |
End time zone | EndTimeZone | string | This property specifies the time zone of the meeting end time. The value must be as defined in Windows (example: 'Pacific Standard Time'). |
Has attachments? | HasAttachments | boolean | Set to true if the event has attachments |
Event Unique ID | ICalUId | string | A unique identifier that is shared by all instances of an event across different calendars |
Importance | Importance | string | The importance of the event: Low, Normal, or High |
Is all day event? | IsAllDay | boolean | Set to true if the event lasts all day |
Is cancelled? | IsCancelled | boolean | Set to true if the event has been canceled |
Is Organizer | IsOrganizer | boolean | Set to true if the message sender is also the organizer |
Location | Location | Location | |
Organizer | Organizer | Recipient | |
Recurrence | Recurrence | PatternedRecurrence | |
Reminder | Reminder | integer | Time in minutes before event start to remind |
Response requested | ResponseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined |
ResponseStatus | ResponseStatus | ResponseStatus | |
Series master id | SeriesMasterId | string | Unique identifier for Series Master event type |
Show as | ShowAs | string | Shows as free or busy |
Start time | Start | date-time | The start time of the event |
Start time zone | StartTimeZone | string | This property specifies the time zone of the meeting start time. The value must be as defined in Windows (example: 'Pacific Standard Time'). |
Subject | Subject | string | Event subject |
Type | Type | string | The event type: Single Instance, Occurrence, Exception, or Series Master |
Web link | WebLink | uri | The preview of the message associated with the event |
Reason | Reason | string | The reason property used by O365 sync events protocol, will be 'deleted' if its a deleted event. |
Attendee
Name | Path | Type | Description |
---|---|---|---|
Status | Status | ResponseStatus | |
Type | Type | string | |
EmailAddress | EmailAddress | EmailAddress |
ItemBody
Name | Path | Type | Description |
---|---|---|---|
ContentType | ContentType | string | |
Content | Content | string |
Location
Name | Path | Type | Description |
---|---|---|---|
DisplayName | DisplayName | string | |
Address | Address | PhysicalAddress | |
Coordinates | Coordinates | GeoCoordinates |
Recipient
Name | Path | Type | Description |
---|---|---|---|
EmailAddress | EmailAddress | EmailAddress |
PatternedRecurrence
Name | Path | Type | Description |
---|---|---|---|
Pattern | Pattern | RecurrencePattern | |
Range | Range | RecurrenceRange |
ResponseStatus
Name | Path | Type | Description |
---|---|---|---|
Response | Response | string | |
Time | Time | date-time |
EmailAddress
Name | Path | Type | Description |
---|---|---|---|
Name | Name | string | |
Address | Address |
PhysicalAddress
Name | Path | Type | Description |
---|---|---|---|
Street | Street | string | |
City | City | string | |
State | State | string | |
CountryOrRegion | CountryOrRegion | string | |
PostalCode | PostalCode | string |
GeoCoordinates
Name | Path | Type | Description |
---|---|---|---|
Altitude | Altitude | double | |
Latitude | Latitude | double | |
Longitude | Longitude | double | |
Accuracy | Accuracy | double | |
AltitudeAccuracy | AltitudeAccuracy | double |
RecurrencePattern
Name | Path | Type | Description |
---|---|---|---|
Type | Type | string | |
Interval | Interval | integer | |
Month | Month | integer | |
DayOfMonth | DayOfMonth | integer | |
DaysOfWeek | DaysOfWeek | array of string | |
FirstDayOfWeek | FirstDayOfWeek | string | |
Index | Index | string |
RecurrenceRange
Name | Path | Type | Description |
---|---|---|---|
Type | Type | string | |
StartDate | StartDate | date-time | |
EndDate | EndDate | date-time | |
NumberOfOccurrences | NumberOfOccurrences | integer |
CalendarEventListClientReceive
The list of calendar items
Name | Path | Type | Description |
---|---|---|---|
value | value | array of CalendarEventClientReceive | List of calendar items |
CalendarEventClientReceive
Connector specific calendar event model class for the client
Name | Path | Type | Description |
---|---|---|---|
Subject | Subject | string | Event subject |
Start time | Start | date-time | Start time of the event (example: '2016-11-01T14:30:00Z') |
End time | End | date-time | End time of the event (example: '2016-11-01T15:30:00Z') |
Show as | ShowAs | integer | Status to show during the event (Unknown - -1, Free - 0, Tentative - 1, Busy - 2, Oof - 3, WorkingElsewhere - 4) |
Recurrence | Recurrence | integer | The recurrence pattern for the event (None - 0, Daily - 1, Weekly - 2, Monthly - 3, Yearly - 4) |
Response type | ResponseType | integer | The response type of the event (None - 0, Organizer - 1, TentativelyAccepted - 2, Accepted - 3, Declined - 4, NotResponded - 5) |
Response time | ResponseTime | date-time | The response time of the event |
Event Unique ID | ICalUId | string | A unique identifier that is shared by all instances of an event across different calendars |
Importance | Importance | integer | The importance of the event (0 - Low, 1 - Normal, 2 - High) |
Id | Id | string | The event's unique identifier |
Created time | DateTimeCreated | date-time | The date and time that the event was created |
Last modified time | DateTimeLastModified | date-time | The date and time that the event was last modified |
Organizer | Organizer | The organizer of the event | |
Time zone | TimeZone | string | Time zone of the event |
Series master id | SeriesMasterId | string | Unique identifier for Series Master event type |
Categories | Categories | array of string | The categories associated with the event |
Web link | WebLink | uri | The URL to open the event in Outlook Web App |
Required attendees | RequiredAttendees | Required attendees for the event separated by semicolons | |
Optional attendees | OptionalAttendees | Optional attendees for the event separated by semicolons | |
Resource attendees | ResourceAttendees | string | Resource attendees for the event separated by semicolons |
Body | Body | string | Body of the message associated with the event |
Is HTML | IsHtml | boolean | Set to true if the body is Html |
Location | Location | string | Location of the event |
Is all day event? | IsAllDay | boolean | Set to true if the event lasts all day |
Recurrence end time | RecurrenceEnd | date-time | End time of the recurrence |
Number of occurrences | NumberOfOccurrences | integer | How many times to repeat the event |
Reminder | Reminder | integer | Time in minutes before event start to remind |
Response requested | ResponseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined |
GraphCalendarEventListClientReceive
The list of calendar items returned by Graph API
Name | Path | Type | Description |
---|---|---|---|
value | value | array of GraphCalendarEventClientReceive | List of calendar items |
GraphCalendarEventClientReceive
Connector specific calendar event model class for the client with Graph API
Name | Path | Type | Description |
---|---|---|---|
Subject | subject | string | Event subject |
Start time | start | date-no-tz | Start time of the event (example: '2017-08-29T04:00:00.0000000') |
End time | end | date-no-tz | End time of the event (example: '2017-08-29T05:00:00.0000000') |
Start time with time zone | startWithTimeZone | date-time | Start time of the event with time zone (example: '2017-08-29T04:00:00.0000000+00:00') |
End time with time zone | endWithTimeZone | date-time | End time of the event with time zone (example: '2017-08-29T05:00:00.0000000+00:00') |
Body | body | html | Body of the message associated with the event |
Is HTML | isHtml | boolean | Set to true if the body is Html |
Response type | responseType | string | The response type of the event (none, organizer, tentativelyAccepted, accepted, declined or notResponded) |
Response time | responseTime | date-time | The response time of the event |
Id | id | string | The event's unique identifier |
Created time | createdDateTime | date-time | The date and time that the event was created |
Last modified time | lastModifiedDateTime | date-time | The date and time that the event was last modified |
Organizer | organizer | The organizer of the event | |
Time zone | timeZone | string | Time zone of the event |
Series master id | seriesMasterId | string | Unique identifier for Series Master event type |
iCalUId | iCalUId | string | A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series |
Categories | categories | array of string | The categories associated with the event |
Web link | webLink | uri | The URL to open the event in Outlook Web App |
Required attendees | requiredAttendees | Required attendees for the event separated by semicolons | |
Optional attendees | optionalAttendees | Optional attendees for the event separated by semicolons | |
Resource attendees | resourceAttendees | string | Resource attendees for the event separated by semicolons |
Location | location | string | Location of the event |
Importance | importance | string | The importance of the event: low, normal, or high |
Is all day event? | isAllDay | boolean | Set to true if the event lasts all day |
Recurrence | recurrence | string | The recurrence pattern for the event: none, daily, weekly, monthly or yearly |
Recurrence end date | recurrenceEnd | date | End Date of the recurrence |
Number of occurrences | numberOfOccurences | integer | How many times to repeat the event |
Reminder | reminderMinutesBeforeStart | integer | Time in minutes before event start to remind |
Is reminder on | isReminderOn | boolean | Set to true if an alert is set to remind the user of the event. |
Show as | showAs | string | Status to show during the event: free, tentative, busy, oof, workingElsewhere or unknown |
Response requested | responseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined |
Sensitivity | sensitivity | string | The possible values are: normal, personal, private, confidential |
PaginatedListResponse[CalendarEventClientReceiveStringEnums]
Response containing a list and next link
Name | Path | Type | Description |
---|---|---|---|
Values | Values | array of CalendarEventClientReceiveStringEnums | Values |
CalendarEventClientReceiveStringEnums
Connector specific calendar event model class for the client
Name | Path | Type | Description |
---|---|---|---|
Importance | Importance | string | The importance of the event: Low, Normal, or High |
Response type | ResponseType | string | The response type of the event: None, Organizer, TentativelyAccepted, Accepted, Declined or NotResponded |
Recurrence | Recurrence | string | The recurrence pattern for the event |
Show as | ShowAs | string | Status to show during the event |
Subject | Subject | string | Event subject |
Start time | Start | date-time | Start time of the event (example: '2016-11-01T14:30:00Z') |
End time | End | date-time | End time of the event (example: '2016-11-01T15:30:00Z') |
Response time | ResponseTime | date-time | The response time of the event |
Event Unique ID | ICalUId | string | A unique identifier that is shared by all instances of an event across different calendars |
Id | Id | string | The event's unique identifier |
Created time | DateTimeCreated | date-time | The date and time that the event was created |
Last modified time | DateTimeLastModified | date-time | The date and time that the event was last modified |
Organizer | Organizer | The organizer of the event | |
Time zone | TimeZone | string | Time zone of the event |
Series master id | SeriesMasterId | string | Unique identifier for Series Master event type |
Categories | Categories | array of string | The categories associated with the event |
Web link | WebLink | uri | The URL to open the event in Outlook Web App |
Required attendees | RequiredAttendees | Required attendees for the event separated by semicolons | |
Optional attendees | OptionalAttendees | Optional attendees for the event separated by semicolons | |
Resource attendees | ResourceAttendees | string | Resource attendees for the event separated by semicolons |
Body | Body | string | Body of the message associated with the event |
Is HTML | IsHtml | boolean | Set to true if the body is Html |
Location | Location | string | Location of the event |
Is all day event? | IsAllDay | boolean | Set to true if the event lasts all day |
Recurrence end time | RecurrenceEnd | date-time | End time of the recurrence |
Number of occurrences | NumberOfOccurrences | integer | How many times to repeat the event |
Reminder | Reminder | integer | Time in minutes before event start to remind |
Response requested | ResponseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined |
ClientReceiveMessageStringEnums
Receive Email Message
Name | Path | Type | Description |
---|---|---|---|
Importance | Importance | string | The importance of the message |
From | From | The mailbox owner and sender of the message | |
To | To | The recipients for the message | |
CC | Cc | The Cc recipients for the message | |
BCC | Bcc | The Bcc recipients for the message | |
Reply To | ReplyTo | The email addresses to use when replying | |
Subject | Subject | string | The subject of the message |
Body | Body | string | The body of the message |
Body Preview | BodyPreview | string | The preview of the message |
Has Attachment | HasAttachment | boolean | Indicates whether the message has attachments |
Message Id | Id | string | The unique identifier of the message |
Internet Message Id | InternetMessageId | string | The message ID in the format specified by RFC2822 |
Conversation Id | ConversationId | string | The Id of the conversation the email belongs to |
Received Time | DateTimeReceived | date-time | The date and time the message was received |
Is Read | IsRead | boolean | Indicates whether the message has been read |
Attachments | Attachments | array of ClientReceiveFileAttachment | The file attachments for the message |
Is HTML | IsHtml | boolean | Is Html? |
ClientReceiveFileAttachment
File Attachment
Name | Path | Type | Description |
---|---|---|---|
Attachment Id | Id | string | Attachment Id |
Name | Name | string | Attachment name |
Content | ContentBytes | byte | Attachment content |
Content-Type | ContentType | string | Attachment content type |
Size | Size | integer | The size in bytes of the attachment |
Is Inline | IsInline | boolean | Set to true if this is an inline attachment |
Last Modified DateTime | LastModifiedDateTime | date-time | The date and time when the attachment was last modified |
Content Id | ContentId | string | Content Id |
BatchResponse[ClientReceiveMessage]
Represents a wrapper object for batch response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of ClientReceiveMessage | A list of the response objects |
ClientReceiveMessage
Receive Email Message
Name | Path | Type | Description |
---|---|---|---|
From | From | The mailbox owner and sender of the message | |
To | To | The recipients for the message | |
CC | Cc | The Cc recipients for the message | |
BCC | Bcc | The Bcc recipients for the message | |
Reply To | ReplyTo | The email addresses to use when replying | |
Subject | Subject | string | The subject of the message |
Body | Body | string | The body of the message |
Importance | Importance | integer | The importance of the message (0 - Low, 1 - Normal, 2 - High) |
Body Preview | BodyPreview | string | The preview of the message |
Has Attachment | HasAttachment | boolean | Indicates whether the message has attachments |
Message Id | Id | string | The unique identifier of the message |
Internet Message Id | InternetMessageId | string | The message ID in the format specified by RFC2822 |
Conversation Id | ConversationId | string | The Id of the conversation the email belongs to |
Received Time | DateTimeReceived | date-time | The date and time the message was received |
Is Read | IsRead | boolean | Indicates whether the message has been read |
Attachments | Attachments | array of ClientReceiveFileAttachment | The file attachments for the message |
Is HTML | IsHtml | boolean | Is Html? |
GraphClientReceiveMessage
Graph Client Receive Email Message
Name | Path | Type | Description |
---|---|---|---|
From | from | The mailbox owner and sender of the message | |
To | toRecipients | The recipients for the message | |
CC | ccRecipients | The Cc recipients for the message | |
BCC | bccRecipients | The Bcc recipients for the message | |
Reply To | replyTo | The email addresses to use when replying | |
Subject | subject | string | The subject of the message |
Body | body | string | The body of the message |
Importance | importance | string | The importance of the message (low, normal, high) |
Body Preview | bodyPreview | string | The preview of the message |
Has Attachment | hasAttachments | boolean | Indicates whether the message has attachments |
Message Id | id | string | The unique identifier of the message |
Internet Message Id | internetMessageId | string | The message ID in the format specified by RFC2822 |
Conversation Id | conversationId | string | The Id of the conversation the email belongs to |
Received Time | receivedDateTime | date-time | The date and time the message was received |
Is Read | isRead | boolean | Indicates whether the message has been read |
Attachments | attachments | array of GraphClientReceiveFileAttachment | The file attachments for the message |
Is HTML | isHtml | boolean | Is Html? |
GraphClientReceiveFileAttachment
File Attachment
Name | Path | Type | Description |
---|---|---|---|
Attachment Id | id | string | Attachment Id |
Name | name | string | Attachment name |
Content | contentBytes | byte | Attachment content |
Content-Type | contentType | string | Attachment content type |
Size | size | integer | The size in bytes of the attachment |
Is Inline | isInline | boolean | Set to true if this is an inline attachment |
Last Modified DateTime | lastModifiedDateTime | date-time | The date and time when the attachment was last modified |
Content Id | contentId | string | Content Id |
BatchResponse[GraphClientReceiveMessage]
Represents a wrapper object for batch response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of GraphClientReceiveMessage | A list of the response objects |
TriggerBatchResponse[ClientReceiveMessage]
Represents a wrapper object for batch trigger response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of ClientReceiveMessage | A list of the response objects |
TriggerBatchResponse[GraphClientReceiveMessage]
Represents a wrapper object for batch trigger response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of GraphClientReceiveMessage | A list of the response objects |
MailTipsClientReceive
Mail tips client model returned to the caller
Name | Path | Type | Description |
---|---|---|---|
AutomaticReplies | AutomaticReplies | MailTipsAutomaticReplies | Automatic replies as part of mail tips |
DeliveryRestricted | DeliveryRestricted | boolean | Is delivery restricted |
ExternalMemberCount | ExternalMemberCount | integer | Number of external members |
IsModerated | IsModerated | boolean | Is moderated |
MailboxFull | MailboxFull | boolean | Is mailbox full |
MaxMessageSize | MaxMessageSize | integer | Maximum message size |
TotalMemberCount | TotalMemberCount | integer | Total member count |
MailTipsAutomaticReplies
Automatic replies as part of mail tips
Name | Path | Type | Description |
---|---|---|---|
Message | Message | string | Automatic replies message |
TriggerBatchResponse[ReceiveMessageMetadata]
Represents a wrapper object for batch trigger response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of ReceiveMessageMetadata | A list of the response objects |
ReceiveMessageMetadata
Receive Email Message
Name | Path | Type | Description |
---|---|---|---|
From | From | The mailbox owner and sender of the message | |
To | To | The recipients for the message | |
CC | Cc | The Cc recipients for the message | |
BCC | Bcc | The Bcc recipients for the message | |
Reply To | ReplyTo | The email addresses to use when replying | |
Subject | Subject | string | The subject of the message |
Importance | Importance | integer | The importance of the message (0 - Low, 1 - Normal, 2 - High) |
Has Attachment | HasAttachment | boolean | Indicates whether the message has attachments |
Message Id | Id | string | The unique identifier of the message |
Received Time | DateTimeReceived | date-time | The date and time the message was received |
Is Read | IsRead | boolean | Indicates whether the message has been read |
ApprovalEmailResponse
Approval Email Response
Name | Path | Type | Description |
---|---|---|---|
SelectedOption | SelectedOption | string | User response |
UserEmailAddress | UserEmailAddress | string | User email address. The value is the user's email address for individual users and user ID for the members in Distribution Group or Mail Enabled Security Group. |
UserTenantId | UserTenantId | string | User tenant ID. The value is the tenant id of the user for both individual users and the members in Distribution Group or Mail Enabled Security Group. |
UserId | UserId | string | User ID. The value is the user id for both individual users and the members in Distribution Group or Mail Enabled Security Group. |
EntityListResponse[Table]
Entity list response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of Table | List of values |
Table
Represents a table.
Name | Path | Type | Description |
---|---|---|---|
Name | Name | string | The name of the table. The name is used at runtime. |
DisplayName | DisplayName | string | The display name of the table. |
DynamicProperties | DynamicProperties | object | Additional table properties provided by the connector to the clients. |
EntityListResponse[CalendarEventBackend]
Entity list response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of CalendarEventBackend | List of values |
EntityListResponse[CalendarEventClientReceiveStringEnums]
Entity list response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of CalendarEventClientReceiveStringEnums | List of values |
EntityListResponse[GraphCalendarEventClientReceive]
Entity list response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of GraphCalendarEventClientReceive | List of values |
CalendarEventListWithActionType
The list of calendar items with action type
Name | Path | Type | Description |
---|---|---|---|
value | value | array of CalendarEventClientWithActionType | List of calendar items |
CalendarEventClientWithActionType
Calendar event model with action type
Name | Path | Type | Description |
---|---|---|---|
Action Type | ActionType | string | Changed action type of the event - added, updated or deleted. |
Is Added | IsAdded | boolean | Flag that indicates whether the event was added since the last poll of the trigger. |
Is Updated | IsUpdated | boolean | Flag that indicates whether the event was updated since the last poll of the trigger. |
Subject | Subject | string | Event subject |
Start time | Start | date-time | Start time of the event (example: '2016-11-01T14:30:00Z') |
End time | End | date-time | End time of the event (example: '2016-11-01T15:30:00Z') |
Show as | ShowAs | integer | Status to show during the event (Unknown - -1, Free - 0, Tentative - 1, Busy - 2, Oof - 3, WorkingElsewhere - 4) |
Recurrence | Recurrence | integer | The recurrence pattern for the event (None - 0, Daily - 1, Weekly - 2, Monthly - 3, Yearly - 4) |
Response type | ResponseType | integer | The response type of the event (None - 0, Organizer - 1, TentativelyAccepted - 2, Accepted - 3, Declined - 4, NotResponded - 5) |
Response time | ResponseTime | date-time | The response time of the event |
Event Unique ID | ICalUId | string | A unique identifier that is shared by all instances of an event across different calendars |
Importance | Importance | integer | The importance of the event (0 - Low, 1 - Normal, 2 - High) |
Id | Id | string | The event's unique identifier |
Created time | DateTimeCreated | date-time | The date and time that the event was created |
Last modified time | DateTimeLastModified | date-time | The date and time that the event was last modified |
Organizer | Organizer | The organizer of the event | |
Time zone | TimeZone | string | Time zone of the event |
Series master id | SeriesMasterId | string | Unique identifier for Series Master event type |
Categories | Categories | array of string | The categories associated with the event |
Web link | WebLink | uri | The URL to open the event in Outlook Web App |
Required attendees | RequiredAttendees | Required attendees for the event separated by semicolons | |
Optional attendees | OptionalAttendees | Optional attendees for the event separated by semicolons | |
Resource attendees | ResourceAttendees | string | Resource attendees for the event separated by semicolons |
Body | Body | string | Body of the message associated with the event |
Is HTML | IsHtml | boolean | Set to true if the body is Html |
Location | Location | string | Location of the event |
Is all day event? | IsAllDay | boolean | Set to true if the event lasts all day |
Recurrence end time | RecurrenceEnd | date-time | End time of the recurrence |
Number of occurrences | NumberOfOccurrences | integer | How many times to repeat the event |
Reminder | Reminder | integer | Time in minutes before event start to remind |
Response requested | ResponseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined |
GraphCalendarEventListWithActionType
The list of calendar items with action type
Name | Path | Type | Description |
---|---|---|---|
value | value | array of GraphCalendarEventClientWithActionType | List of calendar items |
GraphCalendarEventClientWithActionType
Graph calendar event model with action type
Name | Path | Type | Description |
---|---|---|---|
Action Type | ActionType | string | Changed action type of the event - added, updated or deleted. |
Is Added | IsAdded | boolean | Flag that indicates whether the event was added since the last poll of the trigger. |
Is Updated | IsUpdated | boolean | Flag that indicates whether the event was updated since the last poll of the trigger. |
Subject | subject | string | Event subject |
Start time | start | date-no-tz | Start time of the event (example: '2017-08-29T04:00:00.0000000') |
End time | end | date-no-tz | End time of the event (example: '2017-08-29T05:00:00.0000000') |
Start time with time zone | startWithTimeZone | date-time | Start time of the event with time zone (example: '2017-08-29T04:00:00.0000000+00:00') |
End time with time zone | endWithTimeZone | date-time | End time of the event with time zone (example: '2017-08-29T05:00:00.0000000+00:00') |
Body | body | html | Body of the message associated with the event |
Is HTML | isHtml | boolean | Set to true if the body is Html |
Response type | responseType | string | The response type of the event (none, organizer, tentativelyAccepted, accepted, declined or notResponded) |
Response time | responseTime | date-time | The response time of the event |
Id | id | string | The event's unique identifier |
Created time | createdDateTime | date-time | The date and time that the event was created |
Last modified time | lastModifiedDateTime | date-time | The date and time that the event was last modified |
Organizer | organizer | The organizer of the event | |
Time zone | timeZone | string | Time zone of the event |
Series master id | seriesMasterId | string | Unique identifier for Series Master event type |
iCalUId | iCalUId | string | A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series |
Categories | categories | array of string | The categories associated with the event |
Web link | webLink | uri | The URL to open the event in Outlook Web App |
Required attendees | requiredAttendees | Required attendees for the event separated by semicolons | |
Optional attendees | optionalAttendees | Optional attendees for the event separated by semicolons | |
Resource attendees | resourceAttendees | string | Resource attendees for the event separated by semicolons |
Location | location | string | Location of the event |
Importance | importance | string | The importance of the event: low, normal, or high |
Is all day event? | isAllDay | boolean | Set to true if the event lasts all day |
Recurrence | recurrence | string | The recurrence pattern for the event: none, daily, weekly, monthly or yearly |
Recurrence end date | recurrenceEnd | date | End Date of the recurrence |
Number of occurrences | numberOfOccurences | integer | How many times to repeat the event |
Reminder | reminderMinutesBeforeStart | integer | Time in minutes before event start to remind |
Is reminder on | isReminderOn | boolean | Set to true if an alert is set to remind the user of the event. |
Show as | showAs | string | Status to show during the event: free, tentative, busy, oof, workingElsewhere or unknown |
Response requested | responseRequested | boolean | Set to true if the sender would like a response when the event is accepted or declined |
Sensitivity | sensitivity | string | The possible values are: normal, personal, private, confidential |
EntityListResponse[GraphContactFolder]
Entity list response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of GraphContactFolder | List of values |
GraphContactFolder
Contact folder data model returned by Graph API
Name | Path | Type | Description |
---|---|---|---|
ID | id | string | The ID of the contacts folder |
Display Name | displayName | string | The name of the contacts folder |
Parent Folder ID | parentFolderId | string | The ID of the parent folder |
EntityListResponse[ContactResponse]
Entity list response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of ContactResponse | List of values |
ContactResponse
Contact response
Name | Path | Type | Description |
---|---|---|---|
Given name | GivenName | string | The contact's given name |
Home phones | HomePhones | array of string | The contact's home phone numbers |
Id | Id | string | The contact's unique identifier. |
Parent folder id | ParentFolderId | string | The ID of the contact's parent folder |
Birthday | Birthday | date-time | The contact's birthday |
File as | FileAs | string | The name the contact is filed under |
Display Name | DisplayName | string | The contact's display name |
Initials | Initials | string | The contact's initials |
Middle name | MiddleName | string | The contact's middle name |
Nickname | NickName | string | The contact's nickname |
Surname | Surname | string | The contact's surname |
Title | Title | string | The contact's title |
Generation | Generation | string | The contact's generation |
Email addresses | EmailAddresses | array of EmailAddress | The contact's email addresses |
IM addresses | ImAddresses | array of string | The contact's instant messaging (IM) addresses |
JobTitle | JobTitle | string | The contact's job title |
Company name | CompanyName | string | The name of the contact's company |
Department | Department | string | The contact's department |
Office location | OfficeLocation | string | The location of the contact's office |
Profession | Profession | string | The contact's profession |
Business home page | BusinessHomePage | string | The business home page of the contact |
Assistant name | AssistantName | string | The name of the contact's assistant |
Manager | Manager | string | The name of the contact's manager |
Business phones | BusinessPhones | array of string | The contact's business phone numbers |
Mobile phone | MobilePhone1 | string | The contact's mobile phone number |
HomeAddress | HomeAddress | PhysicalAddress | |
BusinessAddress | BusinessAddress | PhysicalAddress | |
OtherAddress | OtherAddress | PhysicalAddress | |
Yomi company name | YomiCompanyName | string | The phonetic Japanese company name of the contact |
Yomi given name | YomiGivenName | string | The phonetic Japanese given name (first name) of the contact |
Yomi surname | YomiSurname | string | The phonetic Japanese surname (last name) of the contact |
Categories | Categories | array of string | The categories associated with the contact |
Change key | ChangeKey | string | Identifies the version of the event object |
Created time | DateTimeCreated | date-time | The time the contact was created |
Last modified time | DateTimeLastModified | date-time | The time the contact was modified |
AutomaticRepliesSettingClient_V2
Automatic replies setting model for the connector
Name | Path | Type | Description |
---|---|---|---|
Status | status | string | Automatic reply setting status |
External Audience | externalAudience | string | The audience that will see the external reply message |
DateTime | scheduledStartDateTime.dateTime | string | Scheduled start time (example: '2017-08-29T04:00:00.0000000') |
TimeZone | scheduledStartDateTime.timeZone | string | TimeZone (example: 'Pacific Standard Time') |
DateTime | scheduledEndDateTime.dateTime | string | Scheduled end time (example: '2017-08-29T05:00:00.0000000') |
TimeZone | scheduledEndDateTime.timeZone | string | TimeZone (example: 'Pacific Standard Time') |
Internal Reply Message | internalReplyMessage | string | Message for people within your organization |
External Reply Message | externalReplyMessage | string | Message for people outside your organization |
MailTipsClientReceive_V2
Mail tips client model returned to the caller
Name | Path | Type | Description |
---|---|---|---|
automaticReplies | automaticReplies | MailTipsAutomaticReplies_V2 | Automatic replies as part of mail tips |
Is delivery restricted | deliveryRestricted | boolean | Is delivery restricted |
Is moderated | externalMemberCount | integer | Number of external members |
Is moderated | isModerated | boolean | Is moderated |
Is mailbox full | mailboxFull | boolean | Is mailbox full |
Maximum message size | maxMessageSize | integer | Maximum message size |
Total member count | totalMemberCount | integer | Total member count |
MailTipsAutomaticReplies_V2
Automatic replies as part of mail tips
Name | Path | Type | Description |
---|---|---|---|
Automatic replies message | message | string | Automatic replies message |
MeetingTimeSuggestions
Meeting Time Suggestions
Name | Path | Type | Description |
---|---|---|---|
Confidence | Confidence | float | Confidence |
Organizer Availability | OrganizerAvailability | string | Organizer Availability |
Suggestion Reason | SuggestionReason | string | Suggestion Reason |
DateTimeTimeZone | MeetingTimeSlot.Start | DateTimeTimeZone | DateTimeTimeZone |
DateTimeTimeZone | MeetingTimeSlot.End | DateTimeTimeZone | DateTimeTimeZone |
Attendee Availability | AttendeeAvailability | array of object | Attendee Availability |
Availability | AttendeeAvailability.Availability | string | Availability |
Type | AttendeeAvailability.Attendee.Type | string | Type |
Address | AttendeeAvailability.Attendee.EmailAddress.Address | string | Address |
Locations | Locations | array of object | Locations |
Display Name | Locations.DisplayName | string | Display Name |
Location Email Address | Locations.LocationEmailAddress | string | Location Email Address |
Type | Locations.Address.Type | string | Type |
Street | Locations.Address.Street | string | Street |
City | Locations.Address.City | string | City |
State | Locations.Address.State | string | State |
Country Or Region | Locations.Address.CountryOrRegion | string | Country Or Region |
Postal Code | Locations.Address.PostalCode | string | Postal Code |
MeetingTimeSuggestions_V2
Meeting Time Suggestions
Name | Path | Type | Description |
---|---|---|---|
Confidence | confidence | float | Confidence |
Organizer Availability | organizerAvailability | string | Organizer Availability |
Suggestion Reason | suggestionReason | string | Suggestion Reason |
DateTimeTimeZone | meetingTimeSlot.start | DateTimeTimeZone_V2 | DateTimeTimeZone |
DateTimeTimeZone | meetingTimeSlot.end | DateTimeTimeZone_V2 | DateTimeTimeZone |
Attendee Availability | attendeeAvailability | array of object | Attendee Availability |
Availability | attendeeAvailability.availability | string | Availability |
Type | attendeeAvailability.attendee.type | string | Type |
Address | attendeeAvailability.attendee.emailAddress.address | string | Address |
Locations | locations | array of object | Locations |
Display Name | locations.displayName | string | Display Name |
Location Email Address | locations.locationEmailAddress | string | Location Email Address |
Street | locations.address.street | string | Street |
City | locations.address.city | string | City |
State | locations.address.state | string | State |
Country Or Region | locations.address.countryOrRegion | string | Country Or Region |
Postal Code | locations.address.postalCode | string | Postal Code |
DateTimeTimeZone
DateTimeTimeZone
Name | Path | Type | Description |
---|---|---|---|
DateTime | DateTime | string | DateTime |
TimeZone | TimeZone | string | TimeZone |
DateTimeTimeZone_V2
DateTimeTimeZone
Name | Path | Type | Description |
---|---|---|---|
DateTime | dateTime | string | DateTime (example: '2017-08-29T04:00:00.0000000') |
TimeZone | timeZone | string | TimeZone (example: 'Pacific Standard Time') |
EntityListResponse[ContactResponse]_V2
Entity list response
Name | Path | Type | Description |
---|---|---|---|
value | value | array of ContactResponse_V2 | List of values |
EmailAddress_V2
Name | Path | Type | Description |
---|---|---|---|
name | name | string | |
address | address |
PhysicalAddress_V2
Name | Path | Type | Description |
---|---|---|---|
Street | street | string | The contact's street address. |
City | city | string | The contact's city. |
State | state | string | The contact's state. |
Country Or Region | countryOrRegion | string | The contact's country of region. |
Postal code | postalCode | string | The contact's postal code. |
ContactResponse_V2
Contact
Name | Path | Type | Description |
---|---|---|---|
Id | id | string | The contact's unique identifier. |
Parent folder id | parentFolderId | string | The ID of the contact's parent folder |
Birthday | birthday | date-time | The contact's birthday |
File as | fileAs | string | The name the contact is filed under |
Display Name | displayName | string | The contact's display name |
Given name | givenName | string | The contact's given name |
Initials | initials | string | The contact's initials |
Middle name | middleName | string | The contact's middle name |
Nickname | nickName | string | The contact's nickname |
Surname | surname | string | The contact's surname |
Title | title | string | The contact's title |
Generation | generation | string | The contact's generation |
Email addresses | emailAddresses | array of EmailAddress_V2 | The contact's email addresses |
IM addresses | imAddresses | array of string | The contact's instant messaging (IM) addresses |
JobTitle | jobTitle | string | The contact's job title |
Company name | companyName | string | The name of the contact's company |
Department | department | string | The contact's department |
Office location | officeLocation | string | The location of the contact's office |
Profession | profession | string | The contact's profession |
Business home page | businessHomePage | string | The business home page of the contact |
Assistant name | assistantName | string | The name of the contact's assistant |
Manager | manager | string | The name of the contact's manager |
Home phones | homePhones | array of string | The contact's home phone numbers |
Business phones | businessPhones | array of string | The contact's business phone numbers |
Mobile phone | mobilePhone | string | The contact's mobile phone number |
homeAddress | homeAddress | PhysicalAddress_V2 | |
businessAddress | businessAddress | PhysicalAddress_V2 | |
otherAddress | otherAddress | PhysicalAddress_V2 | |
Yomi company name | yomiCompanyName | string | The phonetic Japanese company name of the contact |
Yomi given name | yomiGivenName | string | The phonetic Japanese given name (first name) of the contact |
Yomi surname | yomiSurname | string | The phonetic Japanese surname (last name) of the contact |
Categories | categories | array of string | The categories associated with the contact |
Change key | changeKey | string | Identifies the version of the event object |
Created time | createdDateTime | date-time | The time the contact was created |
Last modified time | lastModifiedDateTime | date-time | The time the contact was modified |
binary
This is the basic data type 'binary'.
Thank you.
Feedback
how to create an email list in outlook 365
Source: https://docs.microsoft.com/en-us/connectors/office365/
Posted by: johnsonalitels.blogspot.com
0 Response to "how to create an email list in outlook 365"
Post a Comment