JacobJacob
9 years agoQrew Cadet
Add Record with Webhooks and pull in file attachment field
Hello,
I am creating a webhook that fires off when a new file is attached to a record. The webhook creates a new record in a documents table and populates some information. It works, however I need a file attachment field to fill with the file from the other record. Basically trying to create a history of documents based off of the file attachment field. Here is my webhook currently:
<qdbapi> <udata>mydata</udata>
<usertoken>%user.token.xxxx_xxx_xxx.xxxxxx User Token%</usertoken>
<field fid="6">[Record ID#]</field>
<field fid="10" >[File Link]</field>
</qdbapi>
Thanks.
I am creating a webhook that fires off when a new file is attached to a record. The webhook creates a new record in a documents table and populates some information. It works, however I need a file attachment field to fill with the file from the other record. Basically trying to create a history of documents based off of the file attachment field. Here is my webhook currently:
<qdbapi> <udata>mydata</udata>
<usertoken>%user.token.xxxx_xxx_xxx.xxxxxx User Token%</usertoken>
<field fid="6">[Record ID#]</field>
<field fid="10" >[File Link]</field>
</qdbapi>
Thanks.