SAP Open Connectors

Popular Articles

  1. Salesforce Sales Cloud - How to Test Revoking a Salesforce OAuth Token and Re-Authenticating Your Instances Through API

    In this article, we will discuss how, if you are setting up a framework to re-authenticate instances of Salesforce Sales Cloud (SFDC), you can know how you can test that your process was successful. We will look into how to revoke an SFDC OAuth toke...
  2. Snowflake API Provider Setup

    To make a connection with Snowflake, follow these steps:  Login into your Snowflake account. Click on the Warehouses  icon . Click Create Warehouse  to provision a new warehouse. On the console that opens, configure the warehouse. ...
  3. Cross-Origin Resource Sharing (CORS)

    While the UI utilizes browser-based cross-origin resource sharing (CORS) protections, those protections are bypassed if you make calls to any of our APIs which include /api-v2 . Because the APIs do not offer any inherent CORS protection, users an...
  4. Authorization Headers, Organization Secret, and User Secret

    Note: you can now utilize bearer token-based authorization rather than the Org and User Secret authorization described in this article. Select your preferred method on your User Profile page under Authorization; s ee Authentication for additional...
  5. Pagination

    Pagination is used to save us the trouble of having to go through more number of records than necessary. It makes us easier to handle the results of any API calls that have been made. There are three common types of pagination that every API uses: ...
  6. Microsoft Dynamics 365 Finance and Operations API Provider Setup

    Overview In order to create an instance of the Microsoft Dynamics 365 Finance and Operations , you must have the following: A Microsoft Azure Active Directory account A Microsoft Dynamics 365 Finance and Operations account Note : the Microsoft ...
  7. 7: Resources

    1 Info 2 Properties 3 Authentication 4 Config & Parameters 5 Hooks 6 Events 7 Resources After you set up your , you can add resources to start making req...
  8. Amazon S3 API Provider Setup

    Follow these steps to set up an Amazon S3 Application with the endpoint. Via a web browser, navigate to http://aws.amazon.com/ . After signing up and/or signing in, you will reach the AWS Management Console. On the search bar under Find Servic...
  9. About Bulk

    offers generic bulk service for downloading and uploading large numbers of records (vendor API limit-restricted), working with any with a GET (list) resource and pagination implemented to our standards. Bulk can be used on catalog, custom-built, o...
  10. 1: Information Tab

    1 Info 2 Properties 3 Authentication 4 Config & Parameters 5 Hooks 6 Events 7 Resources When you create using Builder, the first step is to provide s...