Trigger an External API
Follow the steps to trigger an External API within DBSync mapping:
Create a workflow and place them as the last sequence among all the workflows. As a result, the trigger is initiated after completion of all the workflow.
In Query Builder, select a datasource such as database and read only one record by limiting it to 1. Example:select * from sku_to_qb_relation limit 1.
Under Rules, add Console adapter as Target Connector, Operation as insert and, Console as Target object.
Click map, and within out field, add a Java code to trigger External API. Example:
Save and Close. Then, click Save Workflow.
Click on 'Run Now' and check output within the Console.
Last updated