ZAP/INTEGRATION
Zap/Integration is an automation platform which connect multiple app’s to perform customized workflows.
API reference: https://documenter.getpostman.com/view/4420537/SzKPVMRx?version=latest#1100dcad-e87d-4cad-8605-8ac4e646ab40
The Integration Primary Object
Filed Name | Business Purpose | Field type (with size) | Is it a required field? | Is it editable? | Is it Unique? | Specific validations for some field type
| REFERENCE OF OTHER BUILDING BLOCK Accept only specified values. If Yes, mention what values. In case values are to be filled by reference to records in other datastore - mention the reference to records In case there is the condition, mention the condition In case of enum and Boolean, explain meaning of each enum value or boolean value |
---|---|---|---|---|---|---|---|
id | Unique identifier for this zap | Integer | Yes | No | Yes | No | No |
state | If this automation is on or off | Enum[off,on,draft] | No | Yes | No | No | No |
profileId | Unique identifier of the user who created this zap | Integer | Yes | No | No | No | No |
title | Title of the zap | text | No | Yes | No | No | No |
nodes | Nodes assocaited with this zap | Array[Node] | Yes | Yes | No | No | Yes(Node) |
createdAt | When the node was created | Timestamp | Yes | No | No | No | No |
updatedAt | When the node was last updated | Timestamp | Yes | Yes | No | No | No |
The Nodes Object
Filed Name | Business Purpose | Field type (with size) | Is it a required field? | Is it editable? | Is it Unique? | Specific validations for some field type
| REFERENCE OF OTHER BUILDING BLOCK Accept only specified values. If Yes, mention what values. In case values are to be filled by reference to records in other datastore - mention the reference to records In case there is the condition, mention the condition In case of enum and Boolean, explain meaning of each enum value or boolean value |
---|---|---|---|---|---|---|---|
nodes[].id | Unique identifier for this node | Integer | Yes | No | Yes | No | No |
nodes[].versionCode | The app version the action is associated | Short-text | Yes | Yes | No | Follow a pattern: 0.0.0 to 999.999.999 | No |
nodes[].resourceSlug | If ‘typeOf’ key is read, resourceSlug is the key of trigger api else its is the key of action api | short-text | Yes | Yes | No | No | No |
nodes[].typeOf | Type of node | Enum[read,write,filter] | Yes | No | No | No | Read: indicates this node is a trigger |
nodes[].parentId | Id of an immediate predecessor of this node | integer | No | Yes | No | No | No |
nodes[].rootId | Id from which the zap initiates | integer | No | No | No | No | No |
nodes[].isTemplate | Key that represents whether the integration is a template or not | boolean | Yes | No | No | No | True: Indicates if it is a template |