> ## 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.

# Gmail

> Browse the tools and triggers available for Gmail in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/gmail/GMAIL_SEND_EMAIL" title="Send Email" horizontal />

  <Card href="/actionkit/integrations/gmail/GMAIL_GET_EMAIL_BY_ID" title="Get Email By ID" horizontal />

  <Card href="/actionkit/integrations/gmail/GMAIL_SEARCH_FOR_EMAIL" title="Search For Email" horizontal />

  <Card href="/actionkit/integrations/gmail/GMAIL_DELETE_EMAIL" title="Delete Email" horizontal />

  <Card href="/actionkit/integrations/gmail/GMAIL_CREATE_A_CONTACT" title="Create A Contact" horizontal />

  <Card href="/actionkit/integrations/gmail/GMAIL_GET_CONTACT_BY_RESOURCE_NAME" title="Get Contact By Resource Name" horizontal />

  <Card href="/actionkit/integrations/gmail/GMAIL_SEARCH_FOR_CONTACT" title="Search For Contact" horizontal />

  <Card href="/actionkit/integrations/gmail/GMAIL_DELETE_CONTACT" title="Delete Contact" horizontal />

  <Card href="/actionkit/integrations/gmail/GMAIL_CREATE_DRAFT" title="Create Draft" 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/gmail/triggers/GMAIL_TRIGGER_THREAD_CREATED" title="Thread Created" horizontal />

  <Card href="/actionkit/integrations/gmail/triggers/GMAIL_TRIGGER_THREAD_UPDATED" title="Thread Updated" horizontal />

  <Card href="/actionkit/integrations/gmail/triggers/GMAIL_TRIGGER_THREAD_MODIFIED" title="Thread Modified" horizontal>
    Trigger when an email thread is either created or updated in Gmail. Returned payload contains thread reference IDs.
  </Card>
</CardGroup>

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