Send a changelog broadcast
Broadcast an existing changelog to subscribers via email and/or Slack. Pass email: true to send to subscribed contacts (requires the email integration enabled) and/or slack: true to post to the configured Slack channels (requires Slack connect). At least one channel is required. This endpoint never toggles published - use PATCH /changelogs/ for that. Requires the Pro plan or higher and the changelogs:write scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Send the changelog as an email broadcast to subscribed contacts. The workspace's email integration must be enabled. Requires the Pro plan or higher.
Post the changelog to the configured Slack channels (slack connect). Requires the Pro plan or higher and Slack connected.
Optional intro message prepended to the broadcast (HTML or plain text). Mirrors the dashboard's compose field.
Email subject. Defaults to the changelog title prefixed with New:.
Display name used in the From header. Defaults to the workspace's configured sender name.
Override the From email. Must use the workspace's verified sending domain.