PaulPeterson1
6 years agoQrew Assistant Captain
Re: Webhook error
Pretty sure I found the problem, but this is the webhook to add a record when a new record is created in another table:
</qdbapi>
<udata>mydata</udata>
<usertoken></usertoken>
<apptoken></apptoken>
<records_csv>
<![CDATA[
%RepeatOn%
[Record ID#]
%RepeatOff%
]]>
</records_csv>
<clist>3</clist>
</qdbapi>
I think I found the problem. I had the wrong fid in the clist for the Record ID# The webhook above is corrected with the right fid #
------------------------------
Paul Peterson
------------------------------
</qdbapi>
<udata>mydata</udata>
<usertoken></usertoken>
<apptoken></apptoken>
<records_csv>
<![CDATA[
%RepeatOn%
[Record ID#]
%RepeatOff%
]]>
</records_csv>
<clist>3</clist>
</qdbapi>
I think I found the problem. I had the wrong fid in the clist for the Record ID# The webhook above is corrected with the right fid #
------------------------------
Paul Peterson
------------------------------