Sends a HTTP request to an API endpoint. Used to fetch data or send data.

Fields

NameTypeControlDefaultDescriptionOptionsValidation
MethodText-GET-
  • GET - GET
  • POST - POST
  • PUT - PUT
  • PATCH - PATCH
  • DELETE - DELETE

Allowed values: GET, POST, PUT, PATCH, DELETE

URLTextTextarea---

Format: uri

HeadersKey-Value----
Body typeText-text-
  • text - Plain text
  • JSON - JSON
-
BodyTextTextarea----

End states

Below are the possible end states of the block call.

NameFieldTypeDescription
Success-successThe request was successful.
Response error-errorThe connection was established successfully but an error response code was received or the response was invalid.
Connection error-errorThe connection couldn’t be established.