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:

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


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.