RyanAnderson2
9 years agoQrew Cadet
Are fields/markers and user tokens the only items available to webhooks?
I'm wanting to send through the webhook the current date/time, updating a date/time field for multiple records that were modified in Grid Edit. Want to know if there is any date/time available or do I need to create a formula date/time field to use instead?
<qdbapi>
<usertoken>_my_user_token_here</usertoken>
<records_csv>
<![CDATA[
%repeatOn%
[Record ID#], %current_datetime%
%repeatOff%
]]>
</records_csv>
<clist>3.135</clist>
</qdbapi>
<qdbapi>
<usertoken>_my_user_token_here</usertoken>
<records_csv>
<![CDATA[
%repeatOn%
[Record ID#], %current_datetime%
%repeatOff%
]]>
</records_csv>
<clist>3.135</clist>
</qdbapi>