Versions Compared

Key

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

...

In this example, we want to send an HTTP request to the randomuser.me API, which retrieves random user information. To do it, we add a Tick unit to fire the request every time we need it. Then, we join its output port to an Http call unit, configured with the API information. Finally, we add an Email sink unit to send it to the required recipients. 

...

In the HTTP call unit properties, you must specify the delay time required for each event. In this case, we want the same delay for all our events, so we enter the required time in milliseconds (5000).endpoint configurations as shown:

...

📁 Download this example

You can try this flow by downloading this JSON file and uploading it to your domain using the Import option:

View file
nameHTTPCall_example.json