Skip to main content

Can someone tell me, categorically, which identifier(s) are immutable for each Pipefy Object;

  • Pipe
  • Phase
  • Card
  • Field

When discussing “Fields”, my understanding is that “field_id” or “id” is reliably immutable. However, there are other identifiers “internal_id”, “index” and “uuid” each of which would suggest they too could be immutable.

Thanks for any help

Mark

Hey there, Mark! 

In Pipefy, the immutable identifiers for each object are as follows:

  • Pipe: The Pipe ID (unique identifier for the pipe).
  • Phase: The Phase UUID (unique identifier for each phase).
  • Card: The Card UUID (unique identifier for each card).
  • Field: The Field Internal ID (unique identifier for each field).

These identifiers remain constant and are used for API queries and integrations.


Great thanks. I see there is a field uuid too?


Reply