Integration reference

Microsoft 365 Trigger and Action reference

Automate Outlook, Calendar, Contacts, Excel, Teams, OneDrive, and custom Microsoft Graph operations.

15 Triggers15 ActionsManifests: Trigger v1 · Action v1

Authentication

Connect the Microsoft 365 account through OAuth and consent to the scopes required by selected operations.

  • Trigger account type: oauth2; reconnect by oauth.
  • Action connection type: oauth2; available modes: Connected Microsoft 365 account.

Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.

Scopes and permissions

Base Trigger authorization requests: offline_access, openid, profile, email, User.Read.

View 9 OAuth scopes used by current Actions

Mail.Send, Mail.ReadWrite, Mail.Read, Calendars.ReadWrite, Contacts.ReadWrite, Files.ReadWrite, Team.ReadBasic.All, Channel.ReadBasic.All, ChannelMessage.Send

View 9 provider permissions or credential requirements

Mail.Send, Mail.ReadWrite, Mail.Read, Calendars.ReadWrite, Contacts.ReadWrite, Files.ReadWrite, Team.ReadBasic.All, Channel.ReadBasic.All, ChannelMessage.Send

Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.

Use Microsoft 365 as a Trigger

The current provider manifest contains 15 available Trigger definitions. Representative definitions include:

  • New Outlook Email
  • Outlook Email Updated
  • Calendar Event Created
  • Contact Created
  • OneDrive File Added or Updated
  • Custom Microsoft 365 Events
View all 15 available Trigger definitions
TriggerManifest keyDeliveryAdditional scopes
Any Microsoft 365 Eventmicrosoft_365.any_event.instantinstantMail.Read, Calendars.Read, Contacts.Read, Files.Read.All
Custom Microsoft 365 Eventsmicrosoft_365.custom_webhook_events.instantinstantNone declared
New Outlook Emailmicrosoft_365.outlook_message_created.instantinstantMail.Read
Outlook Email Updatedmicrosoft_365.outlook_message_updated.instantinstantMail.Read
Outlook Email Deletedmicrosoft_365.outlook_message_deleted.instantinstantMail.Read
Calendar Event Createdmicrosoft_365.calendar_event_created.instantinstantCalendars.Read
Calendar Event Updatedmicrosoft_365.calendar_event_updated.instantinstantCalendars.Read
Calendar Event Deletedmicrosoft_365.calendar_event_deleted.instantinstantCalendars.Read
Contact Createdmicrosoft_365.contacts_contact_created.instantinstantContacts.Read
Contact Updatedmicrosoft_365.contacts_contact_updated.instantinstantContacts.Read
Contact Deletedmicrosoft_365.contacts_contact_deleted.instantinstantContacts.Read
OneDrive File Added or Updatedmicrosoft_365.onedrive_file_changed.instantinstantFiles.Read.All
OneDrive Folder Added or Updatedmicrosoft_365.onedrive_folder_changed.instantinstantFiles.Read.All
OneDrive Item Deletedmicrosoft_365.onedrive_item_deleted.instantinstantFiles.Read.All
Other OneDrive Item Added or Updatedmicrosoft_365.onedrive_item_changed.instantinstantFiles.Read.All

Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.

Use Microsoft 365 Actions

The current Action manifest contains 15 operations. Representative Actions include:

  • Send Email
  • Create Draft
  • Reply to Message
  • Create Event
  • Create Contact
  • Update Range
  • Add Table Rows
  • Send Channel Message
View all 15 available Action definitions
ActionManifest keyAccess and authManifest rate limit
Send Emailmicrosoft_365.send_emailMail.Send
FastHook-managed account
1/second
Create Draftmicrosoft_365.create_draftMail.ReadWrite
FastHook-managed account
1/second
Reply to Messagemicrosoft_365.reply_to_messageMail.Send, Mail.Read
FastHook-managed account
1/second
Update Messagemicrosoft_365.update_messageMail.ReadWrite
FastHook-managed account
1/second
Move Messagemicrosoft_365.move_messageMail.ReadWrite
FastHook-managed account
1/second
Create Eventmicrosoft_365.create_eventCalendars.ReadWrite
FastHook-managed account
1/second
Update Eventmicrosoft_365.update_eventCalendars.ReadWrite
FastHook-managed account
1/second
Delete Eventmicrosoft_365.delete_eventCalendars.ReadWrite
FastHook-managed account
1/second
Create Contactmicrosoft_365.create_contactContacts.ReadWrite
FastHook-managed account
1/second
Update Contactmicrosoft_365.update_contactContacts.ReadWrite
FastHook-managed account
1/second
Update Rangemicrosoft_365.update_excel_rangeFiles.ReadWrite
FastHook-managed account
1/second
Add Table Rowsmicrosoft_365.add_excel_table_rowsFiles.ReadWrite
FastHook-managed account
1/second
Send Channel Messagemicrosoft_365.send_team_channel_messageTeam.ReadBasic.All, Channel.ReadBasic.All, ChannelMessage.Send
FastHook-managed account
1/second
Reply to Channel Messagemicrosoft_365.reply_team_channel_messageTeam.ReadBasic.All, Channel.ReadBasic.All, ChannelMessage.Send
FastHook-managed account
1/second
Custom Graph Requestmicrosoft_365.custom_api_requestNone declared
FastHook-managed account
1/second

The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.

Build a Workflow

  1. Create a Source using a Microsoft 365 Trigger definition.
  2. Create a Workflow with that Source as its Trigger.
  3. Add the required Microsoft 365 Action and select the connected account.
  4. Map Trigger or earlier-Step data into the Action fields with the field picker.
  5. Add a Filter, Paths, Delay, or Transformation when the route needs it.
  6. Activate the Workflow, produce a controlled event, and verify the run in Audit and in Microsoft 365.

Troubleshooting Microsoft 365

The account is missing or cannot be selected
Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
A resource picker is empty
Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
The editor asks for additional scopes
Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
An active Workflow returns 401, 403, or a permission error
Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
The provider returns 429 or a temporary 5xx
Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.

Provider-specific checks

  • Different Microsoft workloads require different scopes and resource identifiers.
  • Reconnect when adding an operation that needs scopes not granted during the original consent.

Next