InRiver

The InrRiver connector allows KeyShot dock to post updates to InRiver. This is a one-directional connector that requires custom development.

InRiver supports registering inbound data api endpoints on which KeyShot can post messages

  • Create

  • Update

  • Delete

The create and update messages are distinguished on HTTP method where Create is a POST and Update is a PUT.

The Create/Update messages is the full AssetResponse which is also used by the standard REST Apis in KeyShot and the Delete message using the HTTP Delete verb and includes a specifier defaulting to the assetid in the API request.

The integration follows the Managed integrations architecture and has the following Custom configuration

Parameter

Description

Parameter

Description

AuthorizationKey

InRiver API Key

BaseUrl

Url for which the inbound data API’s are registered

DeleteMetadataFieldIdentifier

Optional guid of KeyShot metafield containing an identifier used for deletion. Use this if InRiver expect something else than assetId.