Skip to main content

Function: updateSequence()

updateSequence(svc, companyId, id, patch): Promise<boolean>

Defined in: src/db/queries/pipeline.ts:1167

Patch a cadence template (e.g. set its enrollment_trigger). False if no row matched the scope.

Parameters

svc

SupabaseClient

companyId

string

id

string

patch

Returns

Promise<boolean>