Flows V2

searchFlowTemplates

Search for flow templates by name, trigger type, enabled status, and more.

post/v2/flows/templates:search

Request body

namestring
definition_idstring
trigger_type'journey_submission' | 'manual' | 'automation'
enabledboolean
frominteger
sizeinteger
sort_by'created_at' | 'updated_at' | 'name' | 'enabled' | 'id'
sort_order'asc' | 'desc'

Response

Success - flow templates loaded with success. Empty array if customer has no flows defined.

hitsnumber

Changes