This picture illustrates the concept of an Integration App
that has Actions
, that are used in Steps
in an Integration
. All data that is queried and attached is available as StepData
during the entire execution of the integration.
Setup Copyl Integration Platform in your API (.Net)
All our public APIs are documented here: https://copyl.developer.azure-api.net/apis
https://www.loom.com/share/346ace17a84247fca6a2fc6b454f4cc2?sid=02e98441-a34d-4861-b5a9-2d9993e446c3
How to set up a Datawatcher for effective data monitoring
Scripting Support in Integrations
How to avoid Vendor Lock-In for your integration solution
Evaluating When to Use the Integration Platform
Access to all the endpoints requires passing an Authorization
header. Two methods of authorization are supported:
Bearer
token in the Authorization
header.Authorization
header and provide the EnterpriseId
header for verification.Both methods require correct configuration to ensure successful access. Each approach is described below in detail.
/integrations
GET
Authorization
: Bearer <JWT token>
or ApiKey <API Key>
Ocp-Apim-Subscription-Key
: API management subscription keyEnterpriseId
: (Required for API Key authentication) The unique identifier of the enterprise in GUID format.GET /integrations HTTP/1.1
Host: [<https://api.copyl.com/ms/Integrations>](<https://copylservicesapi.delightfulflower-7dbed4bd.westeurope.azurecontainerapps.io/Integrations>)
[](<https://copylservicesapi.delightfulflower-7dbed4bd.westeurope.azurecontainerapps.io/>)Authorization: Bearer <JWT Token>
Ocp-Apim-Subscription-Key: <Subscription Key>
GET /integrations HTTP/1.1
Host: [<https://api.copyl.com/ms/Integrations>](<https://copylservicesapi.delightfulflower-7dbed4bd.westeurope.azurecontainerapps.io/Integrations>)
Authorization: ApiKey <Your API Key>
Ocp-Apim-Subscription-Key: <Subscription Key>
EnterpriseId: <Enterprise GUID>
These triggers must be defined in Copyl before you send events to them. This method is best for organizations that plans the integrations before implementing them.