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

# Create a Contact Point

> Configure notification channels for your Simplismart deployment alerts

A contact point is a named, reusable notification destination. Each contact point can contain one or more **integrations**, individual channel configurations such as an email address, a Slack webhook, a Microsoft Teams connector, a PagerDuty integration, or a VictorOps endpoint. When an alert fires, notifications are sent through every integration attached to the linked contact point.

## Create a contact point

<Steps>
  <Step title="Navigate to Contact Points">
    In the sidebar, go to **Alerting** and click the **Contact Point** tab. You'll see all existing contact points for your organisation. Click **Add a Contact Point**.

    <img src="https://mintcdn.com/simplismart-3f10d72e/ER67ub_w7E_QI1A5/images/observability/alerting/contact-point/1-contact-point-dash.png?fit=max&auto=format&n=ER67ub_w7E_QI1A5&q=85&s=0d9dda393aee891e872df164ec69b674" alt="Contact Points dashboard" width="3024" height="1721" data-path="images/observability/alerting/contact-point/1-contact-point-dash.png" />
  </Step>

  <Step title="Fill in metadata">
    Provide a unique **Name** for the contact point and an optional **Description** for additional context.

    <img src="https://mintcdn.com/simplismart-3f10d72e/ER67ub_w7E_QI1A5/images/observability/alerting/contact-point/1-contact-point-meta-data.png?fit=max&auto=format&n=ER67ub_w7E_QI1A5&q=85&s=81c356ab4e0cc81ac092956e3c017b97" alt="Add Contact Point: Meta Data section" width="3024" height="906" data-path="images/observability/alerting/contact-point/1-contact-point-meta-data.png" />
  </Step>

  <Step title="Add an integration">
    Click **Add Integration** and select a channel type (Email, Slack, Teams, PagerDuty, or VictorOps). Fill in the required fields and click **Save**. See the **[Supported channel types](/observability/alerting/contact-points#supported-channel-types)** section below for detailed setup instructions per channel.

    You can add multiple integrations to a single contact point, all of them will be notified when an alert fires.
  </Step>

  <Step title="Save">
    Click **Create Contact Point**.
  </Step>
</Steps>

## Supported channel types

<CardGroup cols={2}>
  <Card title="Email" icon="envelope" href="/observability/alerting/contact-points/email">
    Send notifications to one or more email addresses
  </Card>

  <Card title="Slack" icon="slack" href="/observability/alerting/contact-points/slack">
    Post notifications to a Slack channel via incoming webhook
  </Card>

  <Card title="Microsoft Teams" icon="https://mintcdn.com/simplismart-3f10d72e/ER67ub_w7E_QI1A5/images/observability/alerting/teams.svg?fit=max&auto=format&n=ER67ub_w7E_QI1A5&q=85&s=1f97f5bf3958adb31790bfe227e5c90f" href="/observability/alerting/contact-points/teams" width="24" height="24" data-path="images/observability/alerting/teams.svg">
    Post notifications to a Teams channel via incoming webhook
  </Card>

  <Card title="PagerDuty" icon="https://mintcdn.com/simplismart-3f10d72e/ER67ub_w7E_QI1A5/images/observability/alerting/pagerduty.svg?fit=max&auto=format&n=ER67ub_w7E_QI1A5&q=85&s=f33389ab2fa77510129a44cd8d0c99e6" href="/observability/alerting/contact-points/pagerduty" width="24" height="24" data-path="images/observability/alerting/pagerduty.svg">
    Create PagerDuty incidents when alerts fire
  </Card>

  <Card title="VictorOps" icon="https://mintcdn.com/simplismart-3f10d72e/ER67ub_w7E_QI1A5/images/observability/alerting/victorops.svg?fit=max&auto=format&n=ER67ub_w7E_QI1A5&q=85&s=06c0bcbf506b0843e1c059022e5457a1" href="/observability/alerting/contact-points/victorops" width="24" height="24" data-path="images/observability/alerting/victorops.svg">
    Send alert notifications to VictorOps (Splunk On-Call) via REST endpoint
  </Card>

  { /* <Card title="Webhook" href="/observability/alerting/contact-points/webhook">
      Send an HTTP request to any custom endpoint
    </Card> */ }
</CardGroup>

## Edit a contact point

Open the contact point and click **Edit** in the top-right corner. Update the fields you want to change and save.

<Warning>
  Sensitive fields such as webhook URLs and API keys are masked after saving. Leave them blank when editing to keep the existing value; fill them in only if you want to replace them.
</Warning>

## Delete a contact point

Open the contact point, click the **⋮** menu in the top-right corner, and select **Delete**.

Before deleting, check the **Alert Rules connected** panel on the right side of the detail page, it lists every alert rule currently using this contact point. A contact point cannot be deleted while it is linked to alert rules. Remove or reassign those rules first, then delete.

<img src="https://mintcdn.com/simplismart-3f10d72e/ER67ub_w7E_QI1A5/images/observability/alerting/contact-point/3-delete-contact-point.png?fit=max&auto=format&n=ER67ub_w7E_QI1A5&q=85&s=d294a160d35343c010de9528e939ae02" alt="Contact point detail page showing Edit, Clone, Delete options and connected alert rules" width="3024" height="1099" data-path="images/observability/alerting/contact-point/3-delete-contact-point.png" />
