HTTP Request
Enhances your workflows by allowing you to connect to external APIs (Application Programming Interfaces)
Last updated
Was this helpful?
Enhances your workflows by allowing you to connect to external APIs (Application Programming Interfaces)
Last updated
Was this helpful?
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.
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
The HTTP Request has no advanced configurations.
Input
Output