Discussions

 View Only
  • 1.  webhook Doubt

    Posted 12-15-2019 06:46
    i tried to create webhooks as shown in the demo course but could not get the expected output and found no error in the error history and also data were not reflected in the audit table 

    can anyone explain the reason behind such scenario 
     
    kindly find the below screenshots for your better understanding  

    screenshot 1 :webhook is active 

    screenshot 2 :Webhook Settings 

    Screenshot 3 : in the tasks table i have created the new task but nothing was reflected in the audit log table (refer screenshot 4)
    Screenshot 4 :
    Screenshot 5 :Error History


  • 2.  RE: webhook Doubt

    Posted 12-15-2019 08:13
    Can you post the actual code from your web book as opposed to just a screenshot. The screenshot was useful but in order to offer corrections we would need to be able to copy and paste your code

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------



  • 3.  RE: webhook Doubt

    Posted 12-17-2019 02:00
    As requested kindly refer the below code :
    <qdbapi>
    <usertoken>%user.token.b36eiy_knt6_d3vx.Demo Token%</usertoken>
    <field fid="11">[Project - Name]</field>
    <field fid="6">[Name]</field>
    <field fid="12">[Old.Status]->[New.Status]</field>
    <field fid="2">[Date Modified]</field>
    <field fid="5">[Last Modified By]</field>
    </qdbapi>

    ------------------------------
    pooja pooja
    ------------------------------



  • 4.  RE: webhook Doubt

    Posted 12-17-2019 08:53
    I don't claim to be a big expert on Webhooks, but in the end I generally get them to cooperate.

    <qdbapi>
    <usertoken>%user.token.b36eiy_knt6_d3vx.Demo Token%</usertoken>
    <field fid="11">[Project - Name]</field>
    <field fid="6">[Name]</field>
    <field fid="12">[Old.Status]->[New.Status]</field>            // there is an extra dash here after the ]  
    <field fid="2">[Date Modified]</field>
    <field fid="5">[Last Modified By]</field>
    </qdbapi>



    my line for usertoken looks like this, below.  Your looks quite different. but your still could be more correct than mine. maybe try removing that dash as a next step.

    <usertoken>bxv4tx_bjix_8csgf2bk9xxxxxxzvgv53r</usertoken>


    Also can I assume that you are having to use a webhook because the update in not in the same app?  Otherwise using an Automation is much simpler as its no-code.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------



  • 5.  RE: webhook Doubt

    Posted 12-16-2019 10:43
    Your screen shots match the details I setup for my webhooks in the past. If you can't get it to work, I suggest contacting our fantastic Care team here: https://support.quickbase.com/

    ------------------------------
    Eric Mohlman
    ------------------------------