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

# Notifications

> Set up email, SMS, and Discord notifications

Get notified when tee times are found or booked. Configure your preferred notification channels in the Searches tab.

## Notification Channels

<CardGroup cols={3}>
  <Card title="Email" icon="envelope">
    HTML-formatted emails with booking details
  </Card>

  <Card title="SMS" icon="mobile">
    Text message alerts to your phone
  </Card>

  <Card title="Discord" icon="discord">
    Webhook notifications to any channel
  </Card>
</CardGroup>

## Setting Up Notifications

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/autotee/images/notification-settings.png" alt="Notification settings panel showing email, SMS, and Discord configuration options with verification toggles" />
</Frame>

### Email Notifications

<Steps>
  <Step title="Enable Email">
    Toggle on **Email Notifications** in the Searches tab
  </Step>

  <Step title="Enter Email Address">
    Enter the email where you want to receive notifications
  </Step>

  <Step title="Verify Email">
    Click **Send Verification Code** and enter the code sent to your email
  </Step>

  <Step title="Save">
    Click **Save** to apply your changes
  </Step>
</Steps>

<Info>
  Email verification is required to receive notifications. This prevents spam and ensures you receive important alerts.
</Info>

### SMS Notifications

Your verified phone number is automatically populated from your account. Just toggle SMS on or off.

<Steps>
  <Step title="Toggle SMS">
    Toggle on **SMS Notifications** in the Searches tab. Your phone number is pre-filled from your account verification.
  </Step>

  <Step title="Save Settings">
    Click **Save** to apply your changes.
  </Step>
</Steps>

### Discord Notifications

<Steps>
  <Step title="Create Discord Webhook">
    In your Discord server, go to **Server Settings > Integrations > Webhooks**
  </Step>

  <Step title="Copy Webhook URL">
    Create a new webhook and copy its URL
  </Step>

  <Step title="Add to AutoTee">
    Paste the webhook URL in the Discord field in the Searches tab
  </Step>

  <Step title="Save">
    Click **Save** to apply your changes
  </Step>
</Steps>

## Notification Types

### Booking Success

Sent when a booking search successfully books a tee time.

**Includes:**

* Course name
* Date and time
* Number of players and holes
* Confirmation number

### Payment Issues

Sent if there's a problem charging your card after a booking.

**Includes:**

* Booking details
* Amount owed
* Instructions to update payment method
* Grace period warning

## Email Templates

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/autotee/images/email-notification-example.png" alt="Example booking confirmation email with dark theme showing course name, tee time, and confirmation details" />
</Frame>

Our emails are designed to be:

* **Dark themed** to match the AutoTee brand
* **Mobile responsive** for easy reading on any device
* **Clear and concise** with all important details

## Troubleshooting

<AccordionGroup>
  <Accordion title="Not Receiving Emails">
    * Check your spam/junk folder
    * Verify your email address is correct
    * Make sure email notifications are enabled
    * Add `noreply@autotee.io` to your contacts
  </Accordion>

  <Accordion title="Not Receiving SMS">
    * Verify your phone number is correct
    * Make sure SMS notifications are enabled
    * Check if your carrier blocks automated messages
    * SMS requires phone verification first
  </Accordion>

  <Accordion title="Discord Webhook Not Working">
    * Verify the webhook URL is correct and complete
    * Make sure the webhook hasn't been deleted in Discord
    * Check that the channel still exists
  </Accordion>
</AccordionGroup>
