Skip to content
Gallery
Webhook generator by Max. P
Share
Explore

icon picker
Example usecase

The table below is an example of a table where I would include a row link to launch a webhook from, in order to send over data to Zapier.
/// This is an example table
Online store orders
Image
Line item
Quantity
Customer
Shipping address
Webhook link
There are no rows in this table
*Click any webhook link in the table above to send the row data to Zapier, or any other API.



1. Include your webhook URL in the first table.
2. Included the column header names from your table in the “variable values” table, as shown below.
Webhook URL - Example
Webhook URL

Variable values - Example
Value
Var Title
Var Val
HTML
HTML tag
Html text code formatted
1
{{ table5.selectedRow.data.id }}
{{_table5.selectedRow.data.id_}}={1}
EncodeForUrl(thisRow.[{{ table5.selectedRow.data.id }}]),
There are no rows in this table

Formatted output URL:


Hyperlink(Format('https://hook.us1.make.com/furqxx7s2yx0wcja5roo72rio0f7ombe?{{_table5.selectedRow.data.id_}}={1}',EncodeForUrl(thisRow.[{{ table5.selectedRow.data.id }}]),"Create webhook URL"))

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.