Skip to content

Commit 22984dd

Browse files
fix openspp
1 parent 7156fad commit 22984dd

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

adaptors/openspp.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,39 @@ title: OpenSSP Adaptor
44

55
## About OpenSSP
66

7-
[OpenSPP (Open Smart Patient Platform)](https://openspp.org/) is an open-source platform designed to support patient-centric workflows in healthcare delivery. It enables healthcare providers to manage patient data, schedule appointments, track health outcomes, and improve service delivery through real-time data insights and integration capabilities.
7+
[OpenSPP (Open Source Social Protection Platform)](https://openspp.org/) is an
8+
integrated and digital social protection information system that enables
9+
governments and humanitarian agencies to streamline the creation and management
10+
of assistance programs.
811

912
## Integration Options
1013

1114
OpenSPP supports 2 primary integration options with OpenFn:
1215

13-
1. **Rest API:** OpenSPP has a REST API that enables external services like OpenFn to pull data from OpenSPP, or push data from external apps to OpenSPP. This option is suited for scheduled, bulk syncs or workflows that must update data in OpenSPP with external information. See [functions](/adaptors/packages/openspp-docs) for more on how to use this adaptor to work with the API.
16+
1. **Rest API:** OpenSPP has a REST API that enables external services like
17+
OpenFn to pull data from OpenSPP, or push data from external apps to OpenSPP.
18+
This option is suited for scheduled, bulk syncs or workflows that must update
19+
data in OpenSPP with external information. See
20+
[functions](/adaptors/packages/openspp-docs) for more on how to use this
21+
adaptor to work with the API.
1422

15-
2. **Webhook:** Webhook or Data Forwarding to push data from OpenSPP to external systems (see [docs](https://openspp.org/api)). This option is suited for real-time, event-based data integration.
23+
2. **Webhook:** Webhook or Data Forwarding to push data from OpenSPP to external
24+
systems (see [docs](https://openspp.org/api)). This option is suited for
25+
real-time, event-based data integration.
1626

1727
## Authentication
1828

19-
1. See [OpenSPP docs](https://openspp.org/security) for the latest on supported authentication methods.
20-
2. When integrating with OpenSPP via OpenFn, there is one primary authentication method that is supported: **Basic Authentication**. See this adaptor's [Configuration docs](/adaptors/packages/openspp-configuration-schema) for more on the required authentication parameters.
29+
1. See [OpenSPP docs](https://openspp.org/security) for the latest on supported
30+
authentication methods.
31+
2. When integrating with OpenSPP via OpenFn, there is one primary authentication
32+
method that is supported: **Basic Authentication**. See this adaptor's
33+
[Configuration docs](/adaptors/packages/openspp-configuration-schema) for
34+
more on the required authentication parameters.
2135

22-
See platform docs on [managing credentials](/documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
36+
See platform docs on
37+
[managing credentials](/documentation/manage-projects/manage-credentials) for
38+
how to configure a credential in OpenFn. If working locally or if using a Raw
39+
JSON credential type, then your configuration will look something like this:
2340

2441
```
2542
{
@@ -39,7 +56,3 @@ See platform docs on [managing credentials](/documentation/manage-projects/manag
3956
### Implementation Examples
4057

4158
_Coming soon!_
42-
43-
44-
45-

0 commit comments

Comments
 (0)