Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
“Notifications” Tab will be visible after completing details in Part I
Add Email address where to receive notifications (success or failure)
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}
Click SAVE button
...
Add Client Credentials
Some Service Providers requires unique credentials for each client which are configured based on credential Type.
...
“Notifications” Tab will be visible after completing details in Part II
Add Email address where to receive notifications (success or failure)
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 object: inventory_item_id
Data path: {$.trigger.data.inventory_item_id}
TEST Pipeline
1. Manual Pipeline Run
...
Click on Pipeline Runs Menu to Monitor History and execution of Pipelines
Use search Filters and click “APPLY” button
Click “VIEW” button to Check errors and View details of activity
Activity will show Green if successful or Red X if failed
...