Connector for
Outlook Mail
Dies ist ein Konnektor zum Versenden von Mails via Outlook Account. Er arbeitet mit der MS Office 365 Outlook-Webanwendung in Ihren Integration Flow. Dieser Konnektor bietet Lese- und Schreibzugriff. So können Sie beispielsweise neue und aktualisierte Kontakte aus Outlook, z.B in Salesforce, abrufen oder Ihre Verfügbarkeit überprüfen und ein Termin in einem Kalender Ihrer Wahl erstellen, beispielsweise nach einem Anruf in BroadSoft.Technical Specifications
No data available for triggers
send
Action that sends a mail using various parameters to be set during flow configuration. The action allows to set several To, CC and BCC recipients (comma separated). Furthermore a reply address can be set. The mail body can be given either as plain text or as HTML. A subject is required.
- OnInit
- ./lib/actions/send.js
- OnStartup
- -
- OnClose
- -
Attributes
-
No data available for terms
MSAPP_CLIENT_ID
The OAuth2 Client-ID
- type
- String
- required
- true
- example
- -
MSAPP_CLIENT_SECRET
The OAuth2 Client-Secret
- type
- String
- required
- true
- example
- -
MSAPP_OAUTH_AUTHORIZE
The URL for OAuth authorization (e.g. https://login.microsoftonline.com/common/oauth2/v2.0/authorize)
- type
- String
- required
- true
- example
- -
MSAPP_OAUTH_TOKEN
The URL for token retrieval (e.g. https://login.microsoftonline.com/common/oauth2/v2.0/token)
- type
- String
- required
- true
- example
- -
debug
Set to 1 for additional debug output during flow execution
- type
- Boolean
- required
- false
- example
- -