library
turbot/teams
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Get Teamwork Tag Member

Get the properties and relationships of a member of a standard tag in a team.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run teams.pipeline.get_teamwork_tag_member \
--arg 'team_id=<string>' \
--arg 'teamwork_tag_id=<string>' \
--arg 'teamwork_tag_member_id=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = teams.pipeline.get_teamwork_tag_member
args = {
team_id = <string>
teamwork_tag_id = <string>
teamwork_tag_member_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
cred
string
YesName for credentials to use. If not provided, the default credentials will be used.default
team_id
string
YesThe unique identifier of the team.-
teamwork_tag_id
string
YesThe unique identifier for the tag.-
teamwork_tag_member_id
string
YesThe unique identifier for the member.-

Outputs

NameDescription
teamwork_tag_memberA teamwork tag member object.