start_dynamic_sequences when you need to discover which blueprintId to start.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
sourcingId | string | yes | Sourcing id |
page | integer | no | Zero-based page index (default 0) |
pageSize | integer | no | Page size, max 50 (default 20) |
search | string | no | Case-insensitive filter on blueprint name |
Output
JSON with:sequenceBlueprints—blueprintId,name,sourcingId,createdAt,updatedAt,steps,stepCount,channelspagination—page,pageSize,total,hasNextPage
workspaceId or userId fields.
Example flow
create_sourcingadd_talent_to_sourcingget_dynamic_sequenceswithsourcingIdstart_dynamic_sequenceswithblueprintIdfrom the list

