Skip to main content
POST
/
slack-boosts
Create slack boost
curl --request POST \
  --url https://app.tryordinal.com/api/v1/slack-boosts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "postId": "550e8400-e29b-41d4-a716-446655440300",
  "slackWebhookId": "550e8400-e29b-41d4-a716-446655440920",
  "copy": "New post — please like and share!"
}
'
{
  "slackBoost": {
    "id": "550e8400-e29b-41d4-a716-446655440910",
    "copy": "New post — please like and share!",
    "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:30:00.000Z",
    "updatedAt": "2026-01-15T10:30:00.000Z"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
postId
string<uuid>
required

The ID of the post to attach the slack boost to

slackWebhookId
string<uuid>
required

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

copy
string

Optional custom message included in the Slack notification

Response

Slack boost created

slackBoost
object

A slack boost sends a Slack notification when its post publishes