Headers
Your API key for authentication.
Path Parameters
UUID of the custom component to update.
Body
Widget identifier UUID to associate with the custom component.
Pathway UUID to associate with the custom component.
Pathway node ID to display the custom component on.
Widget width dimension (e.g., “100%”, “500px”).
Widget height dimension (e.g., “300px”, “100%”).
Array of available agent variable names to pass into the custom component iframe URL as query params.
URL for the iframe source.
Response
HTTP status code (200 for success).
id
(string): Custom component UUIDorg_id
(string): Organization UUIDwidget_id
(string): Widget identifier UUIDpathway_id
(string): Associated pathway UUIDpathway_node
(string): Pathway node ID to display the custom component onwidth
(string): Widget width dimensionheight
(string): Widget height dimensionvariables
(string[]): Array of variable names to pass into the custom component iframe URL as query paramsiframe_url
(string): URL for the iframe sourcecreated_at
(string): ISO timestampupdated_at
(string): ISO timestamp
Always null on successful response.