Skip to content

Commit

Permalink
feat: update http request block docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kholid060 committed Sep 19, 2023
1 parent 9358e0f commit e693a7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/blocks/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Handle the response of the request.
```
To get the `values` array, write `data.values` as the path. And to get the first value of the `values` array, write `data.values.0`.

::: info
Input `$response` if you want to get all the HTTP Response like `status`, `statusText`, `data`, etc.
:::

- **Assign to variable** <br>
Whether assign the value into a [variable](../workflow/variables.md) or not.

Expand Down

0 comments on commit e693a7d

Please sign in to comment.