Forum Discussion
MarkShnier__You
Qrew Legend
Here is an example of how to make a webhook to Quickbase
Webhook.
Make Request
a bunch of the top fields are left blank
URL
https://mycompany .quickbase.com/db/xxxxxxxx (ie the target table)
Method
POST
(more)
Content Type
Application/XML
(strangely, the Body is entered next but when saved comes back in the sequence below)
Headers (list)
Name
QUICKBASE-ACTION
Value
API_RunImport ( in your case API_EditRecord)
Body
<qdbapi>
<usertoken>bxv4tx_wve_dcxcxcxcxcxcxcxcxc</usertoken>
<id>10</id>
</qdbapi>
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Webhook.
Make Request
a bunch of the top fields are left blank
URL
https://mycompany .quickbase.com/db/xxxxxxxx (ie the target table)
Method
POST
(more)
Content Type
Application/XML
(strangely, the Body is entered next but when saved comes back in the sequence below)
Headers (list)
Name
QUICKBASE-ACTION
Value
API_RunImport ( in your case API_EditRecord)
Body
<qdbapi>
<usertoken>bxv4tx_wve_dcxcxcxcxcxcxcxcxc</usertoken>
<id>10</id>
</qdbapi>
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
JustinTorrence
4 years agoQrew Cadet
Do you know if Quickbase going to be deprecating Webhooks and Actions along with Automations? Or will those be here to stay?
------------------------------
Justin Torrence
Quickbase Expert, Jaybird Technologies
jtorrence@jaybirdtechnologies.com
https://www.jaybirdtechnologies.com/#community-post
------------------------------
- MarkShnier__You4 years agoQrew LegendMaybe "aspirationally" but likely many many years from now or never.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------ - EvanMartinez4 years agoQuickbase StaffHi Justin,
To follow up on Mark's answer we don't have any plans to close out Webhooks or Actions at this time. They both make use of our underlying Webhooks capabilities and not on a devoted engine like Automations does so they don't need to be tied together.
------------------------------
Evan Martinez
------------------------------