Update a scheduled mass message

Update a scheduled mass message before it is sent. Only scheduled mass messages can be updated. <Info>Scope required: `write:chat`</Info>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

messageUuidstringRequiredformat: "uuid"

Headers

X-Fanvue-API-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Request

This endpoint expects an object.
textstringOptional<=5000 characters
mediaUuidslist of stringsOptional
pricedouble or nullOptional>=300
includedListsobjectOptional
excludedListsobjectOptional
scheduledAtstringOptionalformat: "date-time"

Optional scheduled date/time in ISO 8601 format. Alias scheduled_at is also accepted.

Response

Mass message updated successfully

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error