RyanParr
9 years agoQrew Assistant Captain
How To Add Multiple Records To A Single Table Via A Single Webhook
I've constructed a few webhooks, which are great, but I soon realized that I'm limited to 10 Webhooks per table.
To overcome this limit, there seems to be two approaches so i'm going to ask two questions:
1. Can i construct a webhook to post multiple records to a single table and if so, am i limited in the number of records it can create? If this is possible please show me an example of how the body should be constructed to add multiple records.
Here is my current webhook which creates only a single new record
<qdbapi> <usertoken>%MYUSERTOKEN%</usertoken>
<field fid="7">[Record ID#]</field>
<field fid="18">Optiplex 7040(2 slot)</field>
</qdbapi>
2. Can I construct a webhook to Post via ImportCSV and if so, (within the body) where do i point to the CSV file and or can i point to an existing table in my application? The body examples that I've seen in this forum don't seem to indicate where the CSV is coming from. If this is possible please show me an example of how the body is constructed to highlight how to point to the CSV or table.
To overcome this limit, there seems to be two approaches so i'm going to ask two questions:
1. Can i construct a webhook to post multiple records to a single table and if so, am i limited in the number of records it can create? If this is possible please show me an example of how the body should be constructed to add multiple records.
Here is my current webhook which creates only a single new record
<qdbapi> <usertoken>%MYUSERTOKEN%</usertoken>
<field fid="7">[Record ID#]</field>
<field fid="18">Optiplex 7040(2 slot)</field>
</qdbapi>
2. Can I construct a webhook to Post via ImportCSV and if so, (within the body) where do i point to the CSV file and or can i point to an existing table in my application? The body examples that I've seen in this forum don't seem to indicate where the CSV is coming from. If this is possible please show me an example of how the body is constructed to highlight how to point to the CSV or table.