Pipefy, recognized as one of the Market Shapers by Gartner®
Have a question? Bring it here and get help from other users and the Pipefy team.
Recently active
Background: We have some pipes that contain connected fields to other Pipes.It can look like this:PIPE 1 - the Pipe user’s useConnected Field to Pipe 2 Connected Field to Pipe 3 (in the start form for pipe 2) Problem: A few months ago access to the connected field in pipe 3 disappeared. This broke our pipes using dynamic content to show Pipe 3 data.Clarification: I’ve been told several times it’s a bug that is being worked on. But several months down the line I’m just wondering if the feature has been discontinued - it’s unusual for a bug to last so long. Would appreciate any input on this - it was a very cool feature/ that allowed us to really make the most of pipefy’s connected fields (probably the most valuable and differentiated feature). This downgrade in functionality has unfortunately has limited its use for us.
Hi I am new to pipefy so please bear with me...We have started a pipe to manage job cards for our small service business. The start form is completed for every new job with customer and job details. A lot of our customers are repeat customers so we have added a contact database connection to the start form which is successfully allowing us to add an existing or new customer to each form.My problem is once a card has been created, and the card is opened in the app from within any phase, only the customer name displays and the contact card does not open from within the app.This is a problem for our field workers who need to be able to contact customers when completing a job. Is there a way to allow access to the contacts database from within the app? Am I missing something?Thanks in advance.
Hi i need to customize my pipefy according to my internal process. Need a support from either pipefy or a feeelancer. Ready to pay.
Today I can’t use Pipefy e-mails in my company because of the branding on the footer of each email. Also, the embeded forms are becoming an increasing problem, because Pipefy keeps on adding more and more of their branding and CTAs. embeded form propaganda after submit It's understandable if you want to use your branding on FREE accounts, but seriously, my company pays the enterprise plan and we can’t opt out of these annoying things. Me, personaly, I stopped recommending Pipefy to other companies. It’s becoming a very expensive tool, since we can’t use all it’s resources.
Buen día a todos, cordial saludo. Quisiera preguntarles si saben si hay alguna comunidad en español sobre Pipefy en la que pueda ver tutoriales y compartir conocimiento en general. Muchas gracias.
Does anyone know how Pipefy's API consumption is counted? They're wanting to sell me an additional consumption package, but the team that wants to sell me doesn't know where I'm consuming. From my counts, I'm making around 2-3K API calls per month. According to the Pipefy team report, we are doing 15 K. They can't explain.
I’d like to start using Pipefy with the “Starter” plan. But there are a few details I want to clarify before creating anything. The "Starter" plan shows "Up to 50/month" for cards. Is this referring to the total number of cards I can have or to the number of new cards I can create each month? How can I track my card limit for the month?
Hi everybody,I deleted, by mistake, a Pipefy Card that hited the final stage. Is ther any way to restore it? Thanks,David
I’ve been reviewing the API to see how to work with Card Checklists. Based on documentation there, I’m not sure where they are available.Two questions on this: Are Card Fields the way to list card checklists on a card: https://api-docs.pipefy.com/reference/objects/CardField/ Can we add card checklists via the Update Card Field: https://api-docs.pipefy.com/reference/mutations/updateCardField/ Appreciate any thoughts or experience on doing this. Thanks.
Hello everyoneI have the phase “Evaluación del area de Costos” and I created an automation for it to move to the NEXT PHASE if the following conditions are met:1- If Approve field equals YES1- If Value put in the text box is greater than 01-If Anexo field is “Completed”When I run a new form and I approve the Card meeting the three conditions above the card doesn’t move. Thanks a lot for the HELP you can provide!!!!
Hey guys, I am starting with GraphiQL and trying to create a query for inviteMembers for an organization, however, I am not being able to identify what is wrong here. Could you please clarify?I used this topic here, but didn’t work: mutation { inviteMembers(input: { emails:[ {email:"teste@teste.com" role_name:"member"}, {email:"teste1@teste.com", role_name:"member"}, {email:"teste@teste.com", role_name:"member"} ] organization_id: 12345 message: "please join my organization - Postman"}) { clientMutationId errors {index, message} }}
Hi all!I wish to get more than one card by id at once.Something like to passa meny CARD IDs and get all informations about this cards…Thank you!Saulo
Hi Design product team Is possible to create a new feature that permit Turn-off the Required all fields in the form to do a maintenance in the automation?? This way we can do changes in the Automation without unmark all required fields and after that mark all again. Thanks.
It seems that somewhen in the last week or so, the logo and startpage and icons were adjusted a bit. I like it!How about you?#meta
Hello, I am using Make.com (ex Integromat) to download info for all cards in a Pipe. This info includes card ID, parent relations and all card fields. I have tested different modules that List Cards and Execute GraphQL queries. However, in all cases, I only get 50 results (bundles). And the issue is there are over 3k cards in a pipe. Could you please recommend a way to get around this limitation and get the full info for all cards in a pipe at once? Thanks! Total number of bundles: 50
I see a lot of information about webhooks in faq and support but i don’t seem to understand one vital part…I want to activate webhooks on my pipes, there is no place in my admin interface to do this correct? No place in the admin interface where i can just activate a webhook and put in a webhook url to send the info to? All this needs to somehow be created via the API and commands ?Is this correct?Thanks,Iwan
Dear Pipefy Team,We have observed that some fields of few tickets have not been captured - updated. Although it came as a surprise to us and wondered if the user has not filled in or selected through a database, it was mentioned in the ‘Activities’. About few days back, we were not sure and so updated many tickets manually (actually it was a re-work; double the efforts), but now we have seen that ‘somehow’ or for ‘some-reasons’ such data capturing is missed in the tickets. On that Friday, 24th March 2023, we had actually re-filled / updated such 200+ tickets.Rather than such general statement, we will like to bring those instances before you, so that you / your team can help us identify issues and handle it, avoiding duplication of work and unnecessary time-cost. Kindly check for the following tickets in the “3 CHC” pipe of our companyTicket number 590813515, created on 19th October 2022 10:25:37 (Indian Standard Time IST). In here, an engineer was assigned in the ‘Engineer Assigned’ p
I need to send a request to Pipefy via webhook whenever a certain condition is met in Zendesk. This request should change the phase of the card. I was able to create a token and use the following query from this example (https://developers.pipefy.com/reference/graphql-endpoint) to accomplish this:mutation { moveCardToPhase( input: { card_id: 629233113 destination_phase_id: 310440395}) {card {id current_phase { name } } } } However, to send a request to a webhook (from Zendesk) to Pipefy, I need the request format to be JSON and sent it to an endpoint address. What endpoint address should I use to communicate with Pipefy, and how would I translate this query into JSON format?
We wish to get few fields of pipe, into its connected database. How can this be done?For example, we wish to have each ticket’s email address (of AR pipe) into AR company database. How to do this? Regards.
I have created an initial form that has a radio button property with options yes and no. I want that property to have the yes option as default. how do I do that?
I tried to organize PORTAL, but the order is not okay. No by alphabetical, no by number, no by sequence of add. Someone can help me?
Hey Everyone. I’m trying to set an automation that automatically moves cards to an ‘Achieve Phase’, 7 days after it enters a ‘Completed Phase’. This should move these cards regardless of the cards being overdue or not.
Hello everyone,I hope you are doing well. I have a few questions regarding the functionality of Pipefy:Can we use the Automate feature to download a PDF generated by the PDF generator tool and upload it to a card field? For instance, if a card enters a specific phase, can we automatically download the PDF generated from a fixed field and upload it to a phase field for further processing? While creating a PDF template using the tool, I noticed that the Dynamic field tab does not show checkbox field data. Is this not supported or am I missing something? For example, some card fields use checkbox fields for user input. When I tried to reflect this input in the PDF, the dynamic values were not showing up. I temporarily used radio buttons, but it would be great if checkboxes could be used instead. With regard to the PDF generator tool, I encountered difficulty changing the text color. It seems the button for the text color does not work for me. Lastly, I am curious if there is a multiple se
Why my pipe is not seen in the Pipe to Create Cards in the email integration page.
While we send emails from the ticket, we are not able to access or getting aware of which of our email communication got bounced back?In case of such bounce-back, we need to know which tickets (of lot many tickets) had such bounced emails.How and where can we know in / for pipefy tickets?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.