Forum Discussion
------------------------------
Jim Harrison
transparency = knowledge + understanding : The Scrum Dudes
------------------------------
------------------------------
Michael Tamoush
------------------------------
- JimHarrison3 years agoQrew Champion
Table where you make the Webhook:
https://domain.quickbase.com/db/<webhook table>?a=GenWebhookEdit&id=<webhook id>
Do your filters:Endpoint URL:
put the table dbid you want to check the boxhttps://domain.quickbase.com/db/<check box table>
Message header:
QuickBase-Action : API_ImportFromCSV
Message Body:
<qdbapi>
<usertoken></usertoken>
<apptoken></apptoken>
<records_csv>
<![CDATA[
%RepeatOn%
[Record ID#],"yes"
%RepeatOff%
]]>
</records_csv>
<clist>3.<field id of check box field></clist>
</qdbapi>
------------------------------
Jim Harrison
transparency = knowledge + understanding : The Scrum Dudes
------------------------------- PrashantMaheshw3 years agoQrew CaptainJim ,
If I may request you for a small video recording of Webhook setup you've done , it would help all others(and me) who would come across this comment.
You can use loom (or any screen recording tool) or I can get on a zoom call with you and we can do it together.
Information on web hook and QuickBase is so very limited .
------------------------------
Prashant Maheshwari
------------------------------- JimHarrison3 years agoQrew Championsent dm to Prashant.
------------------------------
Jim Harrison
transparency = knowledge + understanding : The Scrum Dudes
------------------------------
- SimonH3 years agoQrew Cadet
I had a similar need where i wanted notifications on a parent record fired when child activity records where added.
Checkbox wouldn't work as I needed something that could fire repeatedly. So used a date/time field and a webhook to set the parent "Last Touched" field to the child's date created time. Here is a screenshot of the webhook.
The term "touched" is borrowed from the unix command to touch a file and update it's modified date
------------------------------
Simon H
------------------------------- PrashantMaheshw3 years agoQrew Captain
Thanks Simon , love the clean approach !
------------------------------
Prashant Maheshwari
------------------------------