Skip to main content
POST
Send a creator message

Authorizations

x-api-key
string
header
required

API key created in Dashboard → Settings → Developer

Query Parameters

scope
enum<string>
default:company

Choose the data scope. company (default) limits results to the API key company's data. agency includes the parent agency and its linked brands. scope=agency requires a parent agency key; other keys receive 403.

Available options:
company,
agency

Body

application/json
programId
string<uuid>
required
creatorId
string
required

Opaque creator id returned by /creators

body
string
required
Required string length: 1 - 4000
clientMessageId
string<uuid>

Optional stable idempotency id for safe retries

Response

Message stored and creator notification attempted

conversationId
string<uuid>
required
message
object
required