Versions Compared

Key

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

...

 
Status
colourBlue
title1. Send to ihub

The external system POST data to iHUBs URL, which is stated in on the Incoming page.

URL ends with /rest/restfulintegrator/1.0/incoming

Status
colourYellow
title2. iHUB routes in data to action

iHUB rule engine is where new rules are created. Simply press New Rule button. 

And specify what conditions needs to be fulfilled for the rule to pass the data to an iHUB action.

ConditionsDescription
UserExecute of the user is equal or not equal to the specified user
DataUse JSON Path - Pick data from response expression to check if the payload includes the valid data before executing.
URL

add any query param to the POST iHUB URL, such as 

  • /rest/restfulintegrator/1.0/incoming/servicenow
  • /rest/restfulintegrator/1.0/incoming/github
  • /rest/restfulintegrator/1.0/incoming/mysystem

To distinguish between systems.


On the Action part select the iHUB action that will be triggered if the condition is true.

Status
colourGreen
title3. action updates issues

Last part is executing the action, this is done in the same manner as all other actions. 

The Payload from the external system is available as variables to use in the action.

Checkout Chained actions and JSON Path for more details.