We're automating NCE renewal quotes via the public API. Our workflow creates draft quotes with templateId and products, this works great.
However, we also want to inject a dynamic HTML license overview (which users have which licenses) into an html-content widget in the quote. There's currently no API endpoint to set widget content.
Request: Either allow updating widget content on existing quotes:
PUT /quote/{id}/widget/{index}
{ "contentTemplate": "" }
Or allow widget overrides during creation:
POST /quote
{ "templateId": "...", "widgetOverrides": { "1": { "contentTemplate": "" } } }
Use case: MSP automation, generating renewal quotes with dynamic data from external systems.
Please authenticate to join the conversation.
New
Feature Request
[CMP]_Product
5 days ago
Get notified by email when there are changes.
New
Feature Request
[CMP]_Product
5 days ago
Get notified by email when there are changes.