Make.com Integration
Using Make.com with AnyDB
Make.com is a popular workflow platform allowing integration between various business systems and services. AnyDB support integration with Make.com to integrate AnyDB in your business workflows. You can find the AnyDB Application at here.
Supported functions
These are the various functions supported. More will be added as requirements arise. If you need a different behavior or a new function, please send us a support request.
Function | Type | Description |
---|---|---|
Create a page | Action | This action will create a page type record with the supplied title and content. Requires the Team, Database and optional parent record |
Create a record | Action | This action will create a record with the cell data supplied. Requires the Team, Database and optional parent record |
Make an API Call | Action | This action is to allow arbitary API call that is authorized by the API key. This typically is not used in the scenarios |
Move record | Action | This action will move a record from one parent to another parent. Requires the Team, Database and source record id and the target parent id |
Upload a file | Action | This action will allow uploading a file to a parent record (such as folder). Requires the Team, Database and record id to attach as a child |
Watch a record for updates | Trigger | This trigger will allow monitoring for one or more cells of a given record .Requires the Team, Database, record and cellid(s) |
Watch a record for a new record | Trigger | This trigger will allow monitoring for new records being created as child of a record. Requires the Team, Database, parent record to monitor |
Watch children of a record for changes | Trigger | This trigger will allow monitoring for change sin one or more cells of children of a given record. Requires the Team, Database, parent record to monitor |
How to get AnyDB API Key to use with Make.com ?
In order to allow AnyDB Make.com app to interact with your AnyDB account, the AnyDB Team owner or any Team member with appropriate permissions can get the API key for the team. Learn about AnyDB Teams and Databases here
The integration key is accessed from user Profile dialog. This API integration key will allow access to your AnyDB that the user has permissions to access by Make.com AnyDB app.
This key should be used when creating the connection object in AnyDB App in Make.com
Configuring Make.com AnyDB Application
The AnyDB Application in Make.com will typically require three pieces of information during setup. They are, AnyDB Team, AnyDB Database and AnyDB record id.
Typically, the Team and Database will be populated using the connection infroatmion. The record ID can be retrieved from the AnyDB Record right side property panel.
Creating Make.com Scenario with AnyDB application
AnyDB support various triggers and action to allow monitoring and manipulation of AnyDB data. They all require similar steps in general.
- Get API Key and create a connection object
- Get Team, Database and Record ID of the object to monitor or act
- Configure Make.com AnyDB Application
NOTE: If you need help creating scenarios, Please contact us and we can help with the workflow.
Here is an example on how to monitor for new records created in AnyDB and send an email via Gmail.
This video shows creation of a scenario that has a AnyDB webhook trigger in Make.com and send an email when triggered.
This trigger will be notified whenever a new child reacord is created on the record being monitored.