π Home
CUSTOMIZE A TEMPLATE β±
LEARN VOLTAPP
CREATE YOUR 1rst APP
GO FURTHER
Webhooks integration (Make, Zapierβ¦): ex Notion
REFERENCE
HELP
COMMUNITY
π Our discord
π Marketpad
This block is more widely used to connect to any API accepting HTTP requests.
Here is the list of available requests to select from the list of block attributes:
URL
This is the URL given by the tool offering a webhook.
Method
Set: retrieve data
Post: create data
Put: modify several data
Patch: modify a data
Delete: delete data
Header: retrieve data without the body content, just the header
Request template
It is possible to configure the data model, which can be either a list or an object (i.e. a list of variables, which you can structure with the Structure an object block.
Response model
In the same way, it is possible to change the response model, a list or an object.
Data
Retrieve the content of the data
Headers
Retrieve the data header
Response code
This is the return message you may get, such as a success or error code.