Mass messages go out through theDocumentation Index
Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt
Use this file to discover all available pages before exploring further.
messages resource’s queue lifecycle. You
create a queued mass message, then track its delivery and buyers.
| Want to | Call |
|---|---|
| Create a mass message | messages.queueCreate(params) |
| How many it reached | messages.queueSize(id) |
| Who bought (for PPV) | messages.queueBuyers(id) |
| Performance over time | messages.queueChart(id) |
| Update before send completes | messages.queueUpdate(id, params) |
| Cancel | messages.queueCancel(id) |
Targeting with lists
Build the audience first with lists, then target the list when creating the mass message. Criteria-based list adds (addTopSubscribers, addQueueBuyers, …) make it easy to re-engage a cohort.
Reply-on-subscribe
messages also supports a reply-on-subscribe template — an automatic message
sent when a new fan subscribes. Set it once and new subscribers receive it
without a per-fan call.