---
title: "Add Slack Integration"
method: POST
path: "/integrations/slack"
tags: ["integrations"]
---

# Add Slack Integration

`POST /integrations/slack`

## Request body

- AddCollaborationSchema
  - `name` string, required
  - `url` string, uri, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-15** `ede0dba19c40` — 1 warning
  - changed the pattern of the request property `name` from `^[a-z,A-Z,0-9,\-,é,è,à,ç, ,|,&,\/,\\,_,.,#,']*$` to `^[a-zA-Z0-9\-éèàç |&/\\_.#':,@]*\z`

[Change history](https://skmtc.dev/openreplay/apis/fastapi/changes/integrations/slack/post.md)

---

[API](https://skmtc.dev/openreplay/apis/fastapi.md) · [All operations](https://skmtc.dev/openreplay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openreplay/apis/fastapi/revisions/59dc5d25c40e?raw)
