Forum Discussion

StephenStephen's avatar
StephenStephen
Qrew Assistant Captain
8 years ago

How to I properly get a webhook to fire for AddRecord?

I am just trying to figure out basic Webhooks. I want to trigger a webhook when a data record changes in Table 1 to add a record to Table #2. I set everything up with 1. When criteria are all set

2. Endpoint URL goes to the Table #2

3. XML, QuickBase-Action, API_AddRecord

4. I think the Message Body is where I'm goofing up, but I find the "help" too advanced. Any good reading suggests with examples to help me get going?

Field 9 is the one to be updated in Table #2, and [Inventory Total] is the record in Table 1 that changed to cause the webhook to fire.

<qdbapi>

<apptoken>--app token here---</apptoken>

<field fid="9">[Inventory Total]</field>

</qdbapi>

25 Replies