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 |
---|---|
| InRiver API Key |
| Url for which the inbound data API’s are registered |
| Optional guid of KeyShot metafield containing an identifier used for deletion. Use this if InRiver expect something else than assetId. |