SAP Open Connectors

Sendoso

Sendoso

Available in the rewards hub

Connector Information Details
Provider API Documentation Sendoso API documentation
Authentication OAuth 2.0
Events Polling
Bulk Not supported
Common Resources and Transformations Supported

Sendoso Connector

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 ValueAPI ValueDescriptionSource
OAuth API Keyoauth.api.keyProvided by SendosoAuthentication Prerequisites
OAuth API Secretoauth.api.secretProvided by SendosoAuthentication Prerequisites
OAuth Callback URLoauth.callback.urlDefault value is https://auth.cloudelements.io/oauthAuthenticate 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:

  1. Sign in to SAP Open Connectors and navigate to Connectors.
  2. Hover over the card for a connector, and then click My Resources. 
  3. In the top navigation toolbar, click Setup.
  4. 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:

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.

Provider Documentation