HTTP Request
Enhances your workflows by allowing you to connect to external APIs (Application Programming Interfaces)


Description
What it does: This node enhances your workflows by allowing you to connect to external APIs (Application Programming Interfaces). Think of APIs as bridges connecting different software systems.
When to use it? If your workflow needs to connect with other web services, like retrieving info from a website, the HTTP Request node helps integrate it seamlessly.
Component settings
Method
Choose the method
Options:
GET
POST
PUTCH
PATCH
DELETE
URL
Input the URL (Endpoint Link)
Header
Input the header of API, including:
Key : Value
Parameters
Input the Parameter of API, including:
Key : Value
Payload (Body)
Input the Payload of API, including:
Key : Value
Advanced configurations
The HTTP Request has no advanced configurations.
Example
Input

Output

Last updated
Was this helpful?