Unified.to
Blog

Start Here: How to add a Test Connection


February 1, 2023

To test a connection to one of your third-party accounts with one of the Unified.to integrations:

You will replace {workplace_id} with your workspace ID and remember to add your access token to the Authorization header.

This will return a URL to that vendor's authorization page. Enter that into your browser, and authorize Unified.to.

  • If the integration only supports an API Key/Token, then you can call the Create Integration API endpoint and provide that API key in the auth.token field.
  • If you call the Create Integration API endpoint without any authentication, that integration will not work and will return an "Unauthorized" error.
Blog