-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Required prerequisites
- I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- Consider asking first in a Discussion.
Motivation
Please integrate the Microsoft tool into CAMEL, including its Actions and Triggers. For each trigger, clearly define whether it supports Polling or Webhook. This integration should prioritize high-frequency enterprise automation scenarios, focusing on essential email, calendar, contact, and attachment workflows.
Solution
Functional Reference:
Actions
Calendar Actionsγp0γ
Create Calendar
Delete Calendar
Get Calendar / Get Many Calendars
Update Calendar
Create Calendar Event
Delete Calendar Event
Get Calendar Event / Get Many Events
Update Calendar Event
Contact Actions
Create Contact
Delete Contact
Get Contact / Get Many Contacts
Update Contact
Email / Message Actionsγp0γ
Create Email Draft / Draft Reply
Send Email / Send Draft
Get Email Message / Get Many Messages
Delete Message
Move Message to Folder
Reply to Message
Update Email Message
Folder Actions
Create Mail / Contact Folder
Delete Folder
Get Folder / Get Many Folders
Update Folder
Attachment Actionsγp0γ
Add Attachment (Email or Event)
Download Attachment
Get Attachment / Get Many Attachments
Triggers
New Email Received β Polling / Webhookγp0γ
- Filter Query
- Has Attachments
- Folders to Exclude
- Folders to Include
- Read Status
- Sender
- Flagged
New Sent Email β Polling / Webhook
New Contact Added β Polling / Webhook
Calendar Event Created β Polling / Webhook γp0γ
Calendar Event Updated β Polling / Webhook
Calendar Event Cancelled β Webhook / Instant
Calendar Event Start Reminder β Polling
Alternatives
No response
Additional context
No response