API Call
Using this task type, you can make a call to any API from within the Playbook. Here's the configuration that you need to setup:
(a) Method: Currently, we support these 5 API calls -- GET, POST, PUT, PATCH, DELETE
(b) URL
(c) Headers: This field expects a JSON payload.
(d) Payload / Body: This field expects a JSON payload.
(e) Timeout: You need to mention the timeout for the API call.
Response:
The response headers and body are visible in the UI whenever you run the API call.
Updated 6 months ago