Forum Discussion
JohnParham
9 years agoQrew Cadet
Can't seem to get mine to either trigger or work either. I have a task table. So wanted a webhook when a task is added, and assigned To is not equal to blank. Then I've got API_AddRecord for a time table.
Endpoint URL is my time record table.
HTTP POST
Message format XML
Message header is QuickBase-Action and API_AddRecord
<qdbapi>
<usertoken>USERTOKENREMOVED</usertoken>
<field fid="46";>[Assigned To]</field>
<field fid="3">[Date Created]</field>
<field fid="24">6-Administration</field>
<field fid="34">0</field>
<field fid="40">webhook test</field>
</bdbapi>
I thought maybe it was as simple as putting the fid of what I want changed in table 2 and then the values from table 1, or what i'm typing directly.
Endpoint URL is my time record table.
HTTP POST
Message format XML
Message header is QuickBase-Action and API_AddRecord
<qdbapi>
<usertoken>USERTOKENREMOVED</usertoken>
<field fid="46";>[Assigned To]</field>
<field fid="3">[Date Created]</field>
<field fid="24">6-Administration</field>
<field fid="34">0</field>
<field fid="40">webhook test</field>
</bdbapi>
I thought maybe it was as simple as putting the fid of what I want changed in table 2 and then the values from table 1, or what i'm typing directly.