Forum Discussion

ShadiHashem1's avatar
ShadiHashem1
Qrew Cadet
6 years ago

Save API Response

Hello, 

I have an issue with saving an API response to a quickbase field.
Posting here hoping someone have a suggestion for how to solve this. 


Description

I have created a webhook which fires upon a record modification.
 - The webhook takes record data from Quickbase and sends it to an external system.   this works just fine
 - The external system creates the record with the webhook payload - This works just fin
 - The external system generates an API response - Here is the problem - How do I save that response into a dedicated quickbase field.


Should look something like this:





------------------------------
Shadi Hashem
------------------------------
  • AustinK's avatar
    AustinK
    Qrew Commander
    In your last response it needs to send the data via the QuickBase api, you probably want AddRecord or importfromcsv

    How does your data look? Is it in csv format? Then use the importfromcsv call above. I prefer this method because I can create my csv the way I want and then import it.