Slack

Create Slack integration

Create or replace the Slack integration for a project. The webhook URL is verified before it is stored.

post/slack-integration/project/{projectId}

Path parameters

projectIdstring required

Request body

webhookUrlstring required
channelNamestring

Response

The stored integration

idstring required
projectIdstring required
channelNamestring nullable required
webhookConfiguredboolean required
maskedWebhookUrlstring required

The webhook URL with its secret path segment masked, or an empty string when none is set.

isActiveboolean nullable required
createdAtstring date-time required
updatedAtstring date-time required

Changes