Skip to main content
PATCH
/
slack-boosts
/
{id}
Update slack boost
curl --request PATCH \
  --url https://app.tryordinal.com/api/v1/slack-boosts/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data @- <<EOF
{
  "copy": "Updated: please engage with this week's spotlight post."
}
EOF
{
  "slackBoost": {
    "id": "550e8400-e29b-41d4-a716-446655440910",
    "copy": "Updated: please engage with this week's spotlight post.",
    "isAutoCreated": false,
    "postId": "550e8400-e29b-41d4-a716-446655440300",
    "slackWebhook": {
      "id": "550e8400-e29b-41d4-a716-446655440920",
      "channelName": "marketing-boost",
      "teamName": "Acme Corp"
    },
    "createdAt": "2026-01-15T10:00:00.000Z",
    "updatedAt": "2026-01-15T11:15:00.000Z"
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

The unique identifier of the slack boost to update

Body

application/json
copy
string | null

Custom message in the Slack notification, or null to clear

slackWebhookId
string<uuid>

The ID of the Slack webhook (channel) to send notifications to

Response

Slack boost updated

slackBoost
object

A slack boost sends a Slack notification when its post publishes