Question

Rest API using custom event


Userlevel 5
Badge +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

Userlevel 4
Badge +9

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:

 

Userlevel 5
Badge +10

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.

Reply