Forum Discussion
PrashantMaheshw
4 years agoQrew Captain
HI @Mark Shnier,
You are right , action would work instantly. API_GenAddRecordForm and Richtext is a nice combination with IFV=1 , I will also try it out
I'm not aware how "old fashioned web hook" are to be used here ? Any help?
------------------------------
Prashant Maheshwari
------------------------------
MarkShnier__You
Qrew Legend
4 years agoThe help text for web hooks is here. https://help.quickbase.com/user-assistance/configure_a_webhook.html
I'm not sure I can actually recommend using them in good conscious because there's a lot of syntax and they are more technical so future maintainability will require a developer who is a little more of a Technical Geek type :). They are also a bit obscure now, so if there was a problem and someone was trying to debug, unless there was clear documentation it may take someone a while to think to look to see if there are any webhooks.
Here is an example of editing a record from my own cheat notes.
ENDPOINT: https://mycompany.quickbase.com/db/xxxxxx
MESSAGEHEADER: QUICKBASE-ACTION
then the next box is the API like API_EditRecord
````````````````````````````````````````````````example of API_EditRecord
<qdbapi>
<usertoken>bxv4tx_bjix_8csgf2bk9xxxxxxxxxx</usertoken>
<rid>[Record ID#]</rid>
<field fid="14">[Next Contract Line Item #]</field>
</qdbapi>
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
I'm not sure I can actually recommend using them in good conscious because there's a lot of syntax and they are more technical so future maintainability will require a developer who is a little more of a Technical Geek type :). They are also a bit obscure now, so if there was a problem and someone was trying to debug, unless there was clear documentation it may take someone a while to think to look to see if there are any webhooks.
Here is an example of editing a record from my own cheat notes.
ENDPOINT: https://mycompany.quickbase.com/db/xxxxxx
MESSAGEHEADER: QUICKBASE-ACTION
then the next box is the API like API_EditRecord
````````````````````````````````````````````````example of API_EditRecord
<qdbapi>
<usertoken>bxv4tx_bjix_8csgf2bk9xxxxxxxxxx</usertoken>
<rid>[Record ID#]</rid>
<field fid="14">[Next Contract Line Item #]</field>
</qdbapi>
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------