Skip to content
English
  • There are no suggestions because the search field is empty.

HTTP

Learn how to use the HTTP system utility app in APIANT to fetch data from URLs using its trigger and perform REST-style API calls with its general-purpose HTTP action supporting all common HTTP verbs.

Triggers

The HTTP system utility app provides a single trigger for emitting any data fetched from a given URL:

Document image
 

 Actions

The HTTP action is general-purpose, supporting all the common HTTP verbs. It can be used to make basic REST-style API calls.

Document image
 
Document image
 

If more functionality is needed for API calls beyond what can be done with this action, use the Assembly Editor and copy this action to build a custom action.