JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Gallery
Share
Explore
Webhook Source Doc
the document you send the data from
Christiaan Huizer
The Webhook Pack ⤵️
CodaExpert_Webhook Pack, extend Coda with... - Coda
With this pack you duplicate data living in a table pushing a button to send the row towards another doc. The set up is simple, it works fast and you need it wh
coda.io
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
SoureTable
Name
firstName
lastName
email
btnWebhook
Name
firstName
lastName
email
btnWebhook
1
Fabrice Legrand
Fabrice
Legrand
joost.Legrand@gmail.com
push to target doc
2
Thomas Deals
Thomas
Deals
jean_deals@hotmail.com
push to target doc
3
Christiaans Huizer
Christiaans
Huizer
christiaan@huizer.be
push to target doc
4
Pierre Henrion
Pierre
Henrion
pierre.henrion@gmail.com
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 ( “ “)
The target doc
Click on the URL below to see how it works ⤵️
https://coda.io/d/_dCqWJuJWn4N/Webhook-Target-Doc_suMdo
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 ⤵️
Loading
huizer.medium.com
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.