Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

...

  1. “Notifications” Tab will be visible after completing details in Part I

  2. Add Email address where to receive notifications (success or failure)

  3. Add Data items (e.g. order ID, SKU, etc) to include into notifications using {$.path.

The syntax for referencing ‘data items’ should be: { $.trigger.data.abc.def },

where abc.def are the object properties in the request body.

e.g. Name: SKU Data path: {$.trigger.data.inventory_item_id}

  1. Click SAVE button

...

Add Client Credentials

Some Service Providers requires unique credentials for each client which are configured based on credential Type.

...

  1. “Notifications” Tab will be visible after completing details in Part II

  2. Add Email address where to receive notifications (success or failure)

  3. Add Data items (e.g. order ID, SKU, etc) to include into notifications using {$.path}

...

  1. .

The syntax for referencing ‘data items’ should be: { $.trigger.data.abc.def },

where abc.def are the object properties in the request body.

e.g. Name: SKU object: inventory_item_id

Data path: {$.trigger.data.inventory_item_id}

ihub GS pipeline NOtification.gifImage Added

TEST Pipeline

1. Manual Pipeline Run

...

  1. Click on Pipeline Runs Menu to Monitor History and execution of Pipelines

  2. Use search Filters and click “APPLY” button

  3. Click “VIEW” button to Check errors and View details of activity

  4. Activity will show Green (tick) if successful or Red X if failed

...