기본 콘텐츠로 건너뛰기 보완적인 콘텐츠로 건너뛰기

Call URL block

The call URL block calls a URL, typically from an API.

call URL block

An call URL block is commonly used in following situations:

  • When an automation needs data from a URL.
  • When an automation sends data to a URL.

Configuring a call URL block

Configure the call URL block to interact with a URL.

Inputs

The call URL block requires a valid URL of an API, an HTTP method, and an optional timeout value.

The URL

The URL filed is required and must include the full path URL.

Call URL block input menu

Call url block input settings

The supported HTTP methods are:

  • GET
  • PUT
  • POST
  • PATCH
  • DELETE

Parameters and headers

You can add parameters and headers to your URL as needed.

정보 메모

When you use the GET method, these parameters are added to the query string. For all other methods, parameters are added to the POST body.

Call URL parameters options

parameters for call url block

팁 메모

To see the raw JSON, click the Raw input toggle.

이 페이지가 도움이 되었습니까?

이 페이지 또는 해당 콘텐츠에서 오타, 누락된 단계 또는 기술적 오류와 같은 문제를 발견하면 개선 방법을 알려 주십시오!