Share
Explore

Webhook Source Doc

the document you send the data from


How it works

You activate the pack in your source doc
You create a button in the table of interest
In the button you fill out the parameters from the pack which are:
the URL
the token
the list of columns you want to push to the target doc


SoureTable
0
Name
firstName
lastName
email
btnWebhook
1
Fabrice Legrand
Fabrice
Legrand
push to target doc
2
Thomas Deals
Thomas
Deals
push to target doc
3
Christiaans Huizer
Christiaans
Huizer
push to target doc
4
Pierre Henrion
Pierre
Henrion
push to target doc
There are no rows in this table

In the pack code this is what you fill out. Please note that both the URL and the Token are between double quotes ( “ “)
image.png

The target doc

Click on the URL below to see how it works ⤵️


AddOrModifyRows()

I added a little extra, when you change the value in a row that already lives on two sides, it does not create a new row in the target doc, it changes the row. This is the AddOrModifyRow() function I applied.

Create your own solution ⤵️



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.