Publish/share a recipe containing a Custom Connector

Allows you to publish a recipe containing a custom connector to your Private Community or share it with specified customers.

SHARE WITH EMBEDDED CUSTOMER FIRST
You must share your custom connector with the Embedded customer/Private Community using the /api/custom_connectors/{id}/oem_share/{version} endpoint before using this endpoint. Otherwise, Workato displays an error message.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The external ID must be URL encoded and prefixed with an E (for example, EA2300).

recipe_idstringRequired
The ID of the recipe you plan to share or publish.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success - The recipe has been successfully shared.

successboolean or null
Success status.

Errors