Community Health Toolkit
- To push data from CHT applications to OpenFn, leverage the Outbound Push feature to forward specified data to your OpenFn project.
- When definining the
destination
, specify your OpenFn inbox URL as thebaseURL
. Noauth
parameters are required, unless you have configured Inbox Security on your OpenFn project. - Define the data to forward to OpenFn in the
mapping
property. This will structure the payload that is sent to your OpenFn Inbox as a "Message".
To send data to CHT applications, check out the CHT API.