---
title: "Send a Slack message through the authenticated business integration"
method: POST
path: "/v1/integrations/comms/slack/send"
tags: ["Integrations"]
---

# Send a Slack message through the authenticated business integration

`POST /v1/integrations/comms/slack/send`

## Request body

- object
  - `target` string, required
  - `body` string, required

## Response `200`

Slack message sent

- object — Slack message sent
  - `sourceId` string, required
  - `channelId` string, required
  - `threadExternalId` string, nullable
  - `ts` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error
- `429` — Rate limit exceeded
- `500` — Internal error
- `502` — Upstream provider error
- `503` — OAuth provider not configured

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/versions/2cb1567969ca/schema)
