> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft Outlook

> Browse the tools and triggers available for Microsoft Outlook in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/outlook/OUTLOOK_CREATE_EVENT" title="Create Event" horizontal />

  <Card href="/actionkit/integrations/outlook/OUTLOOK_UPDATE_EVENT" title="Update Event" horizontal />

  <Card href="/actionkit/integrations/outlook/OUTLOOK_GET_EVENT_BY_ID" title="Get Event By ID" horizontal />

  <Card href="/actionkit/integrations/outlook/OUTLOOK_GET_EVENTS" title="Get Events" horizontal />

  <Card href="/actionkit/integrations/outlook/OUTLOOK_DELETE_EVENT" title="Delete Event" horizontal />

  <Card href="/actionkit/integrations/outlook/OUTLOOK_GET_MESSAGES" title="Get Messages" horizontal />

  <Card href="/actionkit/integrations/outlook/OUTLOOK_GET_MESSAGE_BY_ID" title="Get Message By ID" horizontal />

  <Card href="/actionkit/integrations/outlook/OUTLOOK_SEND_MESSAGE" title="Send Message" horizontal />
</CardGroup>

<Info>**Don't see the tool you need?** Define your own using [Custom Tools](/actionkit/custom-tools).</Info>

## Triggers

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/outlook/triggers/OUTLOOK_TRIGGER_EVENT_CREATED_WEBHOOK" title="Event Created" horizontal />

  <Card href="/actionkit/integrations/outlook/triggers/OUTLOOK_TRIGGER_EVENT_UPDATED_WEBHOOK" title="Event Updated" horizontal />

  <Card href="/actionkit/integrations/outlook/triggers/OUTLOOK_TRIGGER_EVENT_REMOVED_WEBHOOK" title="Event Removed" horizontal />

  <Card href="/actionkit/integrations/outlook/triggers/OUTLOOK_TRIGGER_NEW_MESSAGE_WEBHOOK" title="New Message" horizontal />
</CardGroup>

<Info>**Don't see the trigger you need?** Define your own using [Custom Webhooks](/resources/custom-webhooks).</Info>
