AACFlow

Exchange Web Services (EWS)

Interaktion mit lokalen Microsoft Exchange-Postfächern über die EWS SOAP API.

Exchange Web Services (EWS)

Exchange Web Services (EWS) is the SOAP/XML API for on-premise Microsoft Exchange servers. Use this block when you cannot use Microsoft Graph (e.g. Exchange 2013/2016/2019 without a cloud account).

Official documentation: https://learn.microsoft.com/exchange/client-developer/exchange-web-services

Einrichtung

  1. Find your Exchange EWS endpoint URL. It typically looks like https://mail.company.com/EWS/Exchange.asmx. Your Exchange administrator can confirm the exact address.
  2. Obtain a username (in DOMAIN\user or user@company.com format) and password for a mailbox account.
  3. In AACFlow, add an EWS block and enter the EWS endpoint URL, username, and password. All credential fields are stored as secrets.

Basic authentication must be enabled on the Exchange server for this integration. Negotiate/Kerberos is not supported.

Operationen

OperationBeschreibung
ews_messagesList messages in a mailbox folder (default: inbox). Returns message summaries including subject, sender, and received time.
ews_sendSend an email from the authenticated mailbox with To, Subject, Body (HTML supported), optional CC and BCC.
ews_foldersList all top-level mailbox folders.

Beispiel-Workflow

Schedule a workflow to run every 15 minutes, call ews_messages to fetch unread emails, pass each message body to an AI block for classification, and route urgent items to a Slack notification.

On this page

Heute mit dem Aufbau beginnen
Über 100 000 Entwickler vertrauen uns.
Die SaaS-Plattform zum Aufbau von KI-Agenten und für Ihre agentische Belegschaft.
Loslegen