Skip to main content
Question

Rest API using custom event

  • May 31, 2022
  • 2 replies
  • 923 views

Forum|alt.badge.img+10
  • Sidekick (Customer)
  • 107 replies

is there a document to send  data from IFS to other external system using custom event and   ifs connect senders and getters  . 

2 replies

Forum|alt.badge.img+9
  • Hero (Employee)
  • 80 replies
  • June 1, 2022

It is possible to create a json document in the event action and send it via the rest sender. Here an example where I call a rest service of the IFS system. But it will also work with an external URL:

Within the json you can use any variables of the event. But it is important to set additional header parameters. Otherwise you might run on an error:

 


Forum|alt.badge.img+10
  • Author
  • Sidekick (Customer)
  • 107 replies
  • June 1, 2022

Thanks @heibde  , is there any document showing step by step approach. i need an example for outbound where i will be writing to external system with api provided by them.