Skip to main content

Blueprint Widget

The Blueprint Widget location allows widgets to integrate with Blueprint-driven workflows in Zoho Books. It enables widgets to respond to record state transitions and guide users during controlled process flows.

Commonly used for :
  • Displaying contextual information during Blueprint transitions
  • Validating or collecting additional inputs before a state change
  • Triggering external actions or integrations as part of workflow progression
  • Providing guidance or instructions tied to specific Blueprint stages
Widgets in this location complement Blueprint execution by extending workflow logic without altering native process rules.
Sample Plugin-Manifest Json :
REQUEST DETAILS
{
 'locale': [
  'en'
  ],
 'service': 'FINANCE',
 'whiteListedDomains': [],
 'modules': {
  'widgets': [
   {
    'location': 'blueprint.widget',
    'name': '<widget_name>',
    'url': '/app/index.html',
    'logo': '/app/img/logo.png'
   }
  ]
 },
 'config': [],
 'usedConnections': []
}
Reference Image :
blueprint-widget
Related Modules :