Pulling data from Kobotoolbox form and insert them into DHIS2

Hey @mbebana ,
I have created for you two video tutorials

The first option is using a Cron based trigger.
This approach allows you to fetch all submission from kobotoolbox for a specific formId, and sync the data to DHIS2 in bulk

The second approach, Is using the webhook trigger
With this approach you will have to setup a REST Service on Kobotoolbox and add the Webhook URL from OpenFn. Each submission will be sent to OpenFn through the webhook URL and the workflow will be triggered and data will be synced to DHIS2 if there is no error

1 Like