We are setting up a form where we need to validate a particular dealer ID on another system. We were looking to use the Webhooks add-on to send the dealer ID over to the 3rd party site which is being customized for our connection. After sending the Dealer ID over to the 3rd party system, that system will return a true (Dealer ID exists) or false (Dealer ID doesn’t exist). If true, we’ll use that Dealer ID that was entered for other parts of our form process. If it returns false we’ll want to display a notification that the Dealer ID is incorrect.
The Webhook add-on I can see can easily send the dealer ID out to the 3rd party site but I can’t find how best to receive and handle the response in GF. Anybody set something like this up? If so, did you need to use a custom function in the functions.php file?
Any tips or direction would be very grateful. Thank you!