Rok Kovač
Activity overview
Latest activity by Rok Kovač
-
SuiteCRM Setup
The SuiteCRM synapse enables data synchronization between SuiteCRM objects and Syncari entities. Using sync studio, you can map SuiteCRM objects to Syncari entities. Synapse Capabilities: Schema D...
- Rok Kovač
- Updated
- 1 follower
- 0 comments
- 0 votes
-
SuiteCRM Entities Supported
Entity Operation Matrix This matrix provides entities supported by the Syncari SuiteCRM Synapse and operations supported on them. Name Create Update Delete Read Delete Write Merge Live Test by ...
- Rok Kovač
- Updated
- 1 follower
- 0 comments
- 0 votes
-
getHeaders Method
When setting up authentication for Custom Actions, you can select to use credentials of an existing synapse. In order to make this work you need to configure the getHeaders method that returns a di...
- Rok Kovač
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Models Reference Page
Below are listed all models that are used by the Syncari’s Synapse SDK. Core models Synapse info Synapse Info class is used in the synapse_info method. It allows for specifying the authentication...
- Rok Kovač
- Updated
- 1 follower
- 0 comments
- 0 votes
-
FAQ
How does Syncari Handle deleted records? For deletes made in the end system, syncari records have a boolean flag that should be set to True whenever a record is deleted. These can be set either fro...
- Rok Kovač
- Updated
- 1 follower
- 0 comments
- 0 votes
-
How to troubleshoot Custom Synapse Issues
Syncari provides out of the box error message viewing in the Synapse studio - for any credential related issues, on the pipelines themselves - for issues related to those specific entities and in t...
- Rok Kovač
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Testing a Custom Synapse Locally
Before either importing the synapse for the first time or making updates to it later on, we strongly recommend to first test it locally. Testing can be done using the pytest framework and mocking t...
- Rok Kovač
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Authentication
Authentication types are defined inside the SynapseInfo class, under supportedAuthTypes list. Here we can list all the supported authentication types that will be exposed to the end User in the UI,...
- Rok Kovač
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Syncari Rest Client
The SyncariRestClient is a sophisticated component of the Custom Synapse SDK, built on top of the widely used Requests library in Python (Requests Documentation). This client facilitates streamline...
- Rok Kovač
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Webhook Methods
Custom Synapse framework also provides ability to ingest webhook requests. These are handled by a routing method Extract_webhook_identifier and processing method Process_webhook. First method route...
- Rok Kovač
- Updated
- 1 follower
- 0 comments
- 0 votes