Replace a survey's Action Logic

Sets the survey's complete Action Logic. Each row is { rules, actions }: when every rule passes, every action runs. Call GET first to read the current rules and the available actions — this replaces the whole array, so include any rows you want to keep.

Rejects anything the delivery path would silently skip: unknown actions, actions whose integration isn't connected on this account, slide ids not on this survey, and trigger-webhook endpoints that aren't public https URLs. Requires admin access.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The ID of the poll.

actionLogic
array of objects
required

The complete set of Action Logic rows. An empty array clears them.

actionLogic*
Responses

403

Your role does not permit this action, or the account lacks API access

404

Poll not found or you do not own the account it belongs to

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json