Call Scripts
Call Scripts
📄️ List call scripts
Lists the organization's call scripts (with their steps). Filters: name, is_active, search, page, limit. Requires `api_user|call_script_view`.
📄️ Create a call script
Creates a call script with at least one ordered step. Requires `api_user|call_script_create`.
📄️ Show a call script
Returns a call script with its ordered steps. Requires `api_user|call_script_view`.
📄️ Delete a call script
Soft-deletes the call script. Requires `api_user|call_script_delete`.
📄️ Update a call script (partial)
Partial update: send only the fields you want to change (at least one is required). When `steps` is provided it REPLACES the whole step set (steps are not merged); omit it to leave steps untouched. Requires `api_user|call_script_update`.