The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app. The API allows setting local variables, which can then be used in the automation being invoked. This allows automating the Honeycode app interactions to write, update or delete data in the workbook.
post/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}
Path parameters
workbookIdstring required
The ID of the workbook that contains the screen automation.
appIdstring required
The ID of the app that contains the screen automation.
screenIdstring required
The ID of the screen that contains the screen automation.
automationIdstring required
The ID of the automation action to be performed.
Request body
Response
Success