Linked Accounts
Linked Account represents your app’s end user
or customer
who connects and uses third-party apps through your platform.
Overview
Linked Account contains detailed information about your users’ integration, allowing you to efficiently monitor and manage integrations.
You can track app connections
, total executions
, and API calls
at the customer level.
Managing Linked Account
Linked Accounts can be created
, updated
or deleted
either through the dashboard or via API.
via Cobalt Dashboard
via Cobalt Dashboard
In the Cobalt Dashboard, go to Dashboard
> Linked Accounts
. Click + Add Account, then enter the Linked Account ID
, Name
and UDF Parameter
.
You can also bulk
create linked accounts by importing a .csv
file.
via API
via API
You can create the Linked Account using the below curl.
unique
for every user. It can be any unique id
eg. email
or a primary key
representing the userMonitoring Linked Account
You can get insights into how each customer uses the integration, including logs for executions
, schedules
, events
, and webhooks
, aiding in observability and debugging.
To learn more about the Logs available, refer here.
End user app configuration
End user app configuration
Your customer must have set certain configuration after authentication. You can change your user configuration from the dashboard.
Navigate to Config
Within the Linked Account Overview tab, locate the Application under Integrations, click on the three-dot
button in the respective row and select Configure
.
Select Config from the Dropdown
Choose the desired configuration settings like the value for the Fields or Enable or Disable Workflows for the Linked Account.
Modify the Configurations and Save
Make any necessary modifications to the configuration settings as required by the end customer. Once the changes are made, click on Save
to update configurations.
Integration Logs
Integration Logs
You can monitor and troubleshoot the authentication
and connectivity
status of an integration.
To check the Integration Logs, under Integrations in Overview
, click on the three-dot menu of any integration and select Logs
.
This will display logs in chronological order of all auth events associated with the integration.
By leveraging the features available within Linked Accounts, users can effectively monitor, manage, and optimize their integrations.