GeneStrelkov
4 years agoQrew Cadet
Post Webhook Response In The Record
I currently have a POST webhook setup in QuickBase with Endpoint to our 3rd party software.
The way it triggers, is when New Client record is added in Quickbase, it runs the webhook, that creates a user name in our 3rd party software.
When I run that webhook via Postman, if it's successful, it would display a response value (the value would be the user ID that it created in our 3rd party software).
Response:
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.tempuri.org/">1079</string>
How can I have QuickBase see that response value (1079), because I want that value integrated in a specific field, from New Client record in Quickbase.
------------------------------
Gene Gene
------------------------------
The way it triggers, is when New Client record is added in Quickbase, it runs the webhook, that creates a user name in our 3rd party software.
When I run that webhook via Postman, if it's successful, it would display a response value (the value would be the user ID that it created in our 3rd party software).
Response:
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.tempuri.org/">1079</string>
How can I have QuickBase see that response value (1079), because I want that value integrated in a specific field, from New Client record in Quickbase.
------------------------------
Gene Gene
------------------------------