Enable or update an automated message
Creates or replaces the automated message sent when the trigger fires. The message must have text or media; a non-zero price requires media.
write:creator— Modify creator profiles, settings, and creator-specific data.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Path Parameters
Event that sends the automated message: new_subscriber, new_follower, subscription_canceled (subscriber cancels auto-renew), re_subscribed, renewed (subscription renews), new_purchase, or first_message_reply (fan messages the creator for the first time)
new_subscriber, new_follower, subscription_canceled, re_subscribed, renewed, new_purchase, first_message_reply Body
Message text content
1 - 5000Pay-to-view price in cents: 0 (free) or between 300 and 250000. A non-zero price requires attached media.
0 Array of media UUIDs to attach to the message
UUID of a single media item shown for free as a preview of a pay-to-view message. Requires a price and attached media.
Response
Automated message enabled or updated
Event that sends the automated message: new_subscriber, new_follower, subscription_canceled (subscriber cancels auto-renew), re_subscribed, renewed (subscription renews), new_purchase, or first_message_reply (fan messages the creator for the first time)
new_subscriber, new_follower, subscription_canceled, re_subscribed, renewed, new_purchase, first_message_reply Whether an automated message is active for this trigger
Message text content (null when disabled or media-only)
Pay-to-view price in cents (null when disabled or unpriced)
Ordered list of media UUIDs attached to the message (empty when disabled)
UUID of the free preview media, or null when none is set
When the automated message was last configured (null when disabled)