Update Safety Net Sequence

Switches the Safety Net on or off for a sequence, workspace-wide: one call updates the sequence for every owner it appears under, exactly as the in-app toggle does. The response returns every affected entry.

The API key must belong to a user whose role has the update-sequences permission in your workspace — the same rule the in-app toggle enforces. The update is idempotent — re-sending the current state succeeds and changes nothing.

Note: if a sequence is deleted and re-created in your sales-engagement platform, it re-syncs as a new sequence with the Safety Net switched on.

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

Switches the Safety Net on or off for a sequence, by its id from List Safety Net Sequences.

The change is workspace-wide: one call updates the sequence for every owner it appears under, exactly as the in-app toggle does, and the response returns every affected entry. You can PATCH any of a sequence's per-owner entry ids — they all resolve to the same sequence.

The API key must belong to a user whose role can update sequences — the same rule the in-app toggle enforces. If it can't, you get a 403.

The update is idempotent — re-sending the current state succeeds and changes nothing.

📘

Re-created sequences reset

If a sequence is deleted and re-created in your sales-engagement platform, it re-syncs as a new sequence (with a new id) and the Safety Net defaults to on.

Path Params
uuid
required

The sequence id from GET /v1/safety-net-sequences.

Body Params
boolean
required

The desired Safety Net state.

Responses

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