Is there any Environment setup that is needed to get Webhooks to work?
I created a very simple Webhook (write 1 field value to another field value in a different table in the same App) that works in the online builder environment provided by QB but does not on my corporate environment. I of course changed the Endpoint address and the user token but I get a 404 - Page Not Found error and when I check my user token it says that it was never invoked. (The Webhook that I created was from the Quickbase university courses.) The only thing that I think I can account this to is a "different environment setup." Any guidance would be most appreciated. Thanks. ------------------------------ John Sampath ------------------------------3Views0likes2CommentsABC Webhooks Mirroring App
I am trying to finish up with Webhooks in University classes. I downloaded the ABC Webhooks Mirroring App & from the Contacts table there are supposed to be 2 or 3 Webhooks that are part of the lesson. On my copy (and I downloaded it twice) there are no webhooks. Not a real biggie here, because I will go on to the third exercise on Webhooks, & I have succeeded in building a webhook in the previous lesson. There is a lot for me to learn & really not sure I will be needing to know a lot about Webhooks, but I am trying to learn an overview of what is available. ------------------------------ Bob Thomas ------------------------------0Views0likes4CommentsI can't get my first Webhook to add to Audit Logs Table
Using the University site to learn as much as I can on QuickBase. I have been spending the last three days on Webhooks. I am having trouble. I am getting 404 errors. I have sent my endpoint URL sent to a troubleshooting URL and I do get a response. I am thinking that my message body is wrong, since I can't find any other reason I can't get the change of Tasks from 'not started' to 'in-progress' to write a single record? <qdbapi> <usertoken>%user.token.b5ejhe_nsv5_bsjd.Training Token%</usertoken> <field fid ="6" > [Project - Name]</field> <field fid ="13" > [Name]</field> <field fid ="7" > [Old.Status]->[New.Status]</field> <field fid ="8" > [Date Modified]</field> <field fid ="9" > [Last Modified By]</field> </qdbapi> ------------------------------ Bob Thomas ------------------------------6Views0likes7Comments