Active with remarks |
---|
This application needs additional settings. Please follow the documentation below to create your connection. |
The Pipefy integrator. Designed to work with data inside the application.']module[/tooltip]s allow you to monitor new, moved, done, overdue, late, and expired cards or create, update, list, or delete cards and tables in your Pipefy account.
Prerequisites
-
A Pipefy account
In order to use Pipefy with Boost.space Integrator, it is necessary to have a Pipefy account. If you do not have one, you can create a Pipefy account at app.pipefy.com/registrations/new.
To connect your Pipefy account to Boost.space Integrator you need to obtain the API Key from your Pipefy account and insert to the Boost.space Integrator module.
1. Open your Pipefy User settings.

2. Go to the Personal access tokens tab and click the Generate new token button.

3. Copy the generated token.
4. Insert the token to the API Key field in the Create a connection dialog.

The connection is now established.
![]() |
Note |
---|---|
Sometimes it may take a few minutes until the webhook is triggered. Unfortunately, Boost.space Integrator can’t do anything about it. These delays are caused by Pipefy servers. |
Triggers when a new card is created.
|
Enter the name for the webhook. |
|
|
|
Select the pipe you want to watch for new cards. |
Triggers when a card is moved in a selected pipe.
|
Enter the name for the webhook. |
|
|
|
Select the pipe you want to monitor for moved cards. |
Watch Done Cards
Triggers when a card is moved into the Done phase.
|
Enter the name for the webhook. |
|
|
|
Select the pipe you want to monitor for done cards. |
Triggers when a card’s overdue date and time is passed.
|
Enter the name for the webhook. |
|
|
|
Select the pipe you want to monitor for cards that passed the overdue date and time. |
Triggers when a card remains in the phase longer than specified in the late alert setting.
|
Enter the name for the webhook. |
|
|
|
Select the pipe you want to monitor for cards that are late. |
Triggers when a card remains in the pipe longer than specified in the Pipe settings.
|
Enter the name for the webhook. |
|
|
|
Select the pipe you want to monitor for expired cards. |
Creates a new card in a selected pipe.
|
|
|
Select the pipe you want to create a new card in. |
|
Add fields for the card you want to create. Value of the entered field must be in the respective format. Available field types. E.g. when the |
|
Use this for additional custom fields. You can use this, for example, for adding the checkbox field type, as described below. |
|
Enter the users assigned to this card. |
![]() |
Caution |
---|---|
Boost.space Integrator is unable to recognize a custom field type. E.g. if you want to add a checkbox with one of the options selected, it is necessary to use the following workaround. |
Example
A card that contains a checkbox with the second option selected.

In order to create a card that contains the checkbox field type, it is necessary to use JSON > Parse JSON module.

1. Open the JSON > Parse JSON module.
2. Enter the desired JSON string.
sample JSON string that adds a checkbox “checkbox” and selects the option “two”:
{ "fields": [{ "field_id": "checkbox", "field_value": ["two"] }] }
3. Link the Parse JSON module with the Create a Card module.
4. Open the Create a Card module and map the module that contains the JSON string for selecting the checkbox option.

5. The card that contains the selected checkbox has been created.
Deletes a card.
|
|
|
Enter (map) the ID of the card you want to delete. |
Retrieves information about a selected card.
|
|
|
Enter (map) the ID of the card you want to retrieve information about. |

Retrieves cards from a selected pipe.
|
|
|
Select the pipe you want to list cards from. |
|
You can filter returned cards by an entered term. |
|
Select the ordering of the returned cards. |
|
Set the maximum number of results that Boost.space Integrator will return during one cycle. |
Moves a card to a desired phase.
|
|
|
Select whether you want to map the Card ID and Phase ID or select Organization, Pipe, Card, and Phase manually. |
|
|
|
Select whether you want to enter or map the Card ID and Field name or select Organization, Pipe, Card and Field manually. |
|
Enter the new value for the card field you want to update. |
Creates a table.
|
|
|
Enter a name for the new table. |
|
Select the organization you want to create a table for. |
|
Enter the description of the new table. |
|
Read/WriteThe users authorized to access this table can add, edit and remove records. ReadThe users authorized to access this table can only view the records. |
|
If this option is enabled, all team members will have access to this table. Otherwise, only invited users will have access to this table. |
Creates a record in a selected table.
|
|
|
Select the table you want to create a new record in. |
|
Field ID Select the field you want to create. Value Enter the value for the above selected field. |
|
Enter the title for the new table record. |
|
Enter the date and time. List of supported date and time formats. |
Deletes a record from a table.
|
|
|
Enter (map) the ID of the record you want to delete. |
Retrieves details about a record from a table.
|
|
|
Enter (map) the ID of the record you want to retrieve information about. |
Returns a list of records from a selected table.
|
|
|
Select or map the table you want to list records from. |
|
Select the ordering of the returned records. |
|
Set the maximum number of records that Boost.space Integrator will return during one cycle. |
Updates a record in a table.
|
|
|
Enter (map) the ID of the record you want to update. |
|
Select the table that contains the record you want to update. |
|
Select the field and enter its new value. |
Allows you to perform a custom API call.
|
|
Please enter complete GraphQL query. E.g. For the list of available endpoints, refer to the Pipefy GraphQL Queries documentation. |
|
|
Select the HTTP method you want to use: GET to retrieve information for an entry. POSTto create a new entry. PUT to update/replace an existing entry. PATCHto make a partial entry update. DELETEto delete an entry. |
|
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
|
Enter the request query string. |
|
Enter the body content for your API call. |
Do you need help with something specific regarding Pipefy?
We are here for you.
Get support on the road to success from real experts.
We will help you set up your business processes, create connections from your current IT stack, and set up data analysis.
Get in touch