Check Mass DM Lists
Resolve the pool’s Mass DM send_to and exclude_lists on every publisher: which lists were found with their sizes, which names matched nothing (with the closest names of that page) and how many fans the message would reach. Pass send_to / exclude_lists in the body to try other names without changing the pool. Reads OnlyFans per publisher, so it takes a few seconds.
send_to and exclude_lists names are looked up on each page by letters and digits only (emoji, punctuation, spacing and case are ignored; * stands for any characters in exclusions). Per publisher the answer lists the lists found with their sizes, the names that matched nothing with the closest lists that page has, and audience: the fans the message reaches after the found exclusions. reach sums the audiences that were counted and reach_complete says whether every publisher answered (a publisher whose counter failed keeps its lists but has audience null); missing collects every name that matched nothing on at least one publisher, most misses first, with the closest names across pages. Similar lists come per side; one flagged matched is already covered by another name of that side and needs no action there. Pass send_to or exclude_lists in the body to try other names without changing the pool. A missing exclude list does not stop a send: the engine sends without it and marks the placement with the notice exclude_missing, so fix the names before the next mailing. Lists come from the parser’s stored copy while it is fresh (refreshed hourly and at every send; lists_updated_at says when), refresh: true re-reads them from OnlyFans first; the audience counter is always live. One check covers the first 30 publishers of the pool (truncated says whether more exist). Takes a few seconds.Authorizations
Your API key from the Studio Dashboard
Path Parameters
Pool id: the pool_id value from the pools list.
Body
List names to try instead of the pool's send_to; the pool is not changed.
2050Names or * patterns to try instead of the pool's exclude_lists; the pool is not changed.
2050true re-reads every publisher's lists from OnlyFans before matching; otherwise the parser's stored copy is used while it is fresh (it is refreshed hourly and at every send)