HTTP#
The HTTP node makes an HTTP request to a provided API or other web service.
Settings:
- Integration*: System integration of type Web service
- Path*: the path to service, for example /issues
- Method*: GET, POST, PUT ...
- Headers: HTTP headers, for example "My-Custom-Header: some_value"
- OAuth 2.0 Authentication: optional. An OAuth 2.0 Client integration that fetches a token before the call and sets the Authorization header. The setting is shown once at least one OAuth 2.0 Client integration exists. Leave it empty to use the OAuth 2.0 authentication of the Web Service integration, if it has one.
Authentication precedence: the OAuth 2.0 Client picked on the node, then the Authorization header of the node, then the OAuth 2.0 authentication of the web service, then the authorization value stored on the web service. The designer warns when the OAuth 2.0 Client picked on the node replaces the node's Authorization header.
See Flow Designer