Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To be able to send messages to CC Partners through API calls, you need to connect to one or more tenants. API calls enable you to send CC messages to CC Partners in different databases as well as those contained in the same database as your company.

You can access the Tenant setup from the Wisefish Cross-Company Setup page or you can also search for the Page “Wisefish Cross-Company Tenant Setup” in a search bar.

...

To set up a Tenant you need to give the Tenant a Tenant Id and name and then provide connection parameters dependent on the Authentication Type used. Two authentication types are currently supported, Basic and OAuth authentication.

...

For the Basic authentication you need to provide the tenant's API Base URLalong with Username and Password. (How to find this API Base URL??)

For the OAuth authentication you need to provide the Tenant ID, Client ID and OAuth Secret.
(Need to register the application in Azure AD, retrieve an Entra ID and OAuth secret, and then register the App ID in BC in “Microsoft Entra Applications”.) - link to Microsoft documentation?

Then use the action “Update Companies” to retrieve the companies accessible through the tenant.

...