Tulip
Connect to your Tulip instance to read, update and create records in Tulip Tables. You will need an active Tulip account and access to set up a bot
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Tulip Support |
URL | https://support.tulip.co/ |
support@tulip.co |
Connector Metadata | |
---|---|
Publisher | Tulip Interfaces |
Website | https://tulip.co/ |
Privacy policy | https://tulip.co/legal/privacy-policy/ |
API license Agreement | https://tulip.co/legal/api-license-agreement/ |
Categories | Business Intelligence;Collaboration |
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for your Tulip Instance Bot | True |
Secret | securestring | The secret for your Tulip Instance Bot | True |
Tulip Instance URL | string | Tulip instance url (Example: .tulip.co) |
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Create Record |
Create a record in a tulip table |
Get Record |
Get a record from a Tulip Table |
Update Record |
Updates the fields of a record in a Tulip Table by the record id. The record's _updatedAt field will be updated to the current time. Requires the tables:write API key scope. |
Create a record in a tulip table
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Tulip Table
|
tableId | True | string |
Select the Tulip Table to create the record in |
dynamicTableSchema
|
dynamicTableSchema | True | dynamic |
ID and field values for the new record to be created. ID is required and must be unique. |
Returns
Get a record from a Tulip Table
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Tulip Table
|
tableId | True | string |
Select the Tulip Table to create the record in |
Record Unique ID
|
recordId | True | string |
Unique ID for the record in the selected Tulip Table |
Returns
Updates the fields of a record in a Tulip Table by the record id. The record's _updatedAt field will be updated to the current time. Requires the tables:write API key scope.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Tulip Table
|
tableId | True | string |
Select the Tulip Table to create the record in |
Record Unique ID
|
recordId | True | string |
Unique ID for the record in the selected Tulip Table |
dynamicTableSchema
|
dynamicTableSchema | True | dynamic |
ID and field values for the new record to be created. ID is required and must be unique. |