Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Authentication details may vary depending on Credential Type:

*Generate Access Token or API keys for 3rd party apps like Shopify (Generic Http)

*Add service ID (Generic Http)

*Add username and password (Basic Http)

* Add connection string ( for SQL/database)

The list of Type options is hardcoded. Adding a new option requires development.

  1. Click SAVE button

...

Create Endpoints

...

Input schema specifies the structure of the data that a service or system expects to receive. It defines the required fields, data types, and any validation rules that the incoming data must adhere to.

Output schema defines the structure of the data that a service or system will produce and send back as a response. It ensures that the response data is formatted correctly and contains all the necessary information.

For HTTP type like Shopify, use webhooks or API calls in JSON format

For Seko systems that uses SQL like DCM, TMS, etc, specify the list of fields you use as a source for SP parameters

...

Part III - Trigger Configuration

  1. Click “Configure Task” or “Configure Trigger” button

  2. Select Type

  3. Select Credentials (optional) and Method (required)

  4. Input Path where to send or receive Data

  5. Toggle “Wait for Confirmation” to Yes or No

If toggled ‘Yes’, your request waits for the pipeline to complete to receive the result.

If toggled ‘No’, you receive an instant response and won’t wait for the pipeline to complete.

  1. Click SAVE button to save configuration

  2. Click SAVE button to save the version

ihub GS service part3.gif