Skip to main content
StickyF.A.Q.

How to bulk invite pipe members via API

  • January 10, 2024
  • 1 reply
  • 127 views
How to bulk invite pipe members via API
Lais Laudari

First you will need the ID of the pipe you want to add members.
 

Then just run the following mutation:
 

mutation { n1: inviteMembers(input: {pipe_id: pipe ID, emails:  { email: "email@email.com", role_name: "permission level"}}){    clientMutationId n2: inviteMembers(input: {pipe_id: pipe ID, emails:  { email: "email@email.com", role_name: "permission level"}}){    clientMutationId n3: inviteMembers(input: {pipe_id: pipe ID, emails:  { email: "email@email.com", role_name: "permission level"}}){    clientMutationId  }}

 

⚠For the permission level use:
- admin for pipe admin;
member for pipe member;
read_and_comment for restricted view;
- my_cards_only for read only and
creator for start form only.

 
Did this topic help you find an answer to your question?

1 reply

marcosmelo
Forum|alt.badge.img+18
  • Pipefy Legend
  • 1465 replies
  • January 10, 2024

👍👍👏👏


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings