Refresh subscriptions
Automations
Refresh subscriptions
Re-evaluate participant filters and update subscriptions for a participant_state automation.
POST
Refresh subscriptions
Queues a re-evaluation of aDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
participant_state automation’s filter criteria against the current participant set. New participants that now match the filter are subscribed and will receive future triggers. Participants that no longer match have their subscriptions cancelled.
Scrip runs this evaluation periodically on its own, but you can call this endpoint to queue a re-evaluation sooner, for example after a bulk import or a rule change that affects participant state. The endpoint returns 202 and the evaluation runs asynchronously.
The automation must be active. Paused or archived automations return a 400 error.
For usage patterns and examples, see the Automations guide.