Create Pipeline
Create_Pipeline creates a new GovTribe pipeline and returns the created pipeline resource as JSON text.
Input Contract
name: Pipeline display name.type:stringrequired:yesdefault:n/ashape:max length 100
description: Optional pipeline description for team usage guidance.type:stringrequired:nodefault:omit for no descriptionshape:max length 1000
stageCount: Number of user stages to create in the new pipeline.type:integerrequired:yesdefault:3shape:min 1, max 99
Output Contract
Top-level keys:
govtribe_idgovtribe_typegovtribe_urlnamedescriptioncreated_atupdated_atownercreatorstages
Row keys:
n/a
Relationship retrieval map:
creatorresource_type:usertool:Search_Usersfilter:user_idsnested_keys:govtribe_id,govtribe_type,name,email
ownerresource_type:usertool:Search_Usersfilter:user_idsnested_keys:govtribe_id,govtribe_type,name,email
stagesresource_type:stagetool:Search_Stagesfilter:creator_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name,type
Usage Patterns
Pattern A: Create a pipeline with required fields. Tool: Create_Pipeline
Last updated
Was this helpful?
