Microsoft Outlook connector thinklet
Last updated
Last updated
Configure Microsoft Outlook connector thinklets to take specific actions within your workflow.
Refer to the Permissions section in the Microsoft documentation to view the required authorizations.
Send an email to one recipient sends an email to a single recipient from an email address that is part of your organization's Microsoft Graph tenant. The recipient's email address can belong to anyone inside or outside of your organization.
The Microsoft Outlook connector thinklet relies on the user: sendMail API endpoint provided by Microsoft Graph.
Parameters: Configure the data used as parameters for this action. Hover over the tooltip icon for more information on how the parameter is mapped and what data is required.
Email subject: The subject of the email in plain text.
Email content type: The content type of the email. Set to text or html depending on the email text type.
Email text: The email text in HTML format or plain text, depending on the email content type setting.
Email sender address: The email address from which the email will be sent. It must be in your organization’s Microsoft Graph API scope.
Email recipient address: Any valid email address.
Outputs
This thinklet connector has no outputs.
Send an email to two recipients sends an email to two recipients from an email address that is part of your organization's Microsoft Graph tenant. The recipient email addresses can belong to anyone inside or outside your organization.
The Microsoft Outlook connector thinklet relies on the user: sendMail API endpoint provided by Microsoft Graph.
Parameters: Configure the data used as parameters for this action. Hover over the tooltip icon for more information on how the parameter is mapped and what data is required.
Email subject: The subject of the email in plain text.
Email content type: The content type of the email. Set to text or html depending on the email text type.
Email text: The email text in HTML format or plain text, depending on the email content type setting.
Email sender address: The email address from which the email will be sent. It must be in your organization’s Microsoft Graph API scope.
First email recipient address: Any valid email address.
Second email recipient address: Any valid email address.
Outputs
This thinklet connector has no outputs.
Refer to the Configuring connector thinklets documentation for more information about connector thinklets.