On this page:
Authentication Prerequisites
The Sendoso connector uses the OAuth 2.0 authentication workflow. To provision an instance with the Sendoso connector all you require is an OAuth API Key and OAuth API Secret. You need to send an email to hello@sendoso.com to receive these credentials.
Required Authentication Parameters
You can authenticate a connector instance using the UI or via API calls. For detailed information on how to authenticate an instance, see our related documentation:
To authenticate an instance of the Sendoso connector, you will need the following parameters:
Parameter Name/UI Value | API Value | Description | Source |
---|---|---|---|
OAuth API Key | oauth.api.key | Provided by Sendoso | Authentication Prerequisites |
OAuth API Secret | oauth.api.secret | Provided by Sendoso | Authentication Prerequisites |
OAuth Callback URL | oauth.callback.url | Default value is https://auth.cloudelements.io/oauth | Authenticate a Connector Instance (API) |
Sample Configuration JSON
"configuration": {
"oauth.api.key": "[myApiKey]",
"oauth.api.secret": "[myApiSecret]",
"oauth.callback.url": "https://auth.cloudelements.io/oauth"
}
Connector Fact Sheet and Reference
Authentication and Configuration Parameters
To see all authentication parameters for the Sendoso connector, follow these steps:
- Sign in to SAP Open Connectors and navigate to Connectors.
- Hover over the card for a connector, and then click My Resources.
- In the top navigation toolbar, click Setup.
- From the Setup page, you can view a complete list of the connector's authentication and configuration parameters.
Events and Supported Resources
The Sendoso connector supports events via polling. For detailed information about our Events framework and how to configure a connector instance with events, see our documentation:
- Authenticate a Connector Instance with Events (UI)
- Authenticate a Connector Instance with Events (API)
You can set up polling events for the following resources of the Sendoso connector:
- groups
- return-addresses
- touches
Queryable Endpoints
You can use OCNQL to query the following endpoints of the Sendoso connector:
- GET /bulk/jobs
- GET /gifts
- GET /{objectName}
- GET /{objectName}/{objectId}/{childObjectName}
- GET /touches
- GET /journals
- GET /payments
- GET /purchase-orders
- GET /tax-rates
Connector API Documentation
The base URL for all API requests is https://api.openconnectors.us2.ext.hana.ondemand.com/elements/api-v2
.