---
title: "Try sending a notifications"
method: POST
path: "/v1/notifications/try"
tags: ["notifications"]
---

# Try sending a notifications

`POST /v1/notifications/try`

## Request body

- Notification
  - `customerioConfiguration` CustomerioNotificationConfiguration
  - `notificationType` 'slack' | 'customerio', required
  - `sendOnFailure` boolean, required
  - `sendOnSuccess` boolean, required
  - `slackConfiguration` SlackNotificationConfiguration
    - `webhook` string, required

## Response `200`

Successful operation

- NotificationRead
  - `message` string
  - `status` 'succeeded' | 'failed', required

## Other responses

- `404` — Object with given id was not found.
- `422` — Input failed validation

---

[API](https://skmtc.net/airbyte/apis/config.md) · [All operations](https://skmtc.net/airbyte/apis/config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbyte/config/revisions/ce48e08e02ec/schema)
