Skip to main content

On the client side, they select an option, and on submit I want the record saved in my DB and pushed into the Zap table, so the Zap will then route the record to Lending Pad. 

Is this possible?

Hi ​@inova 

Help links from Lending Pad about their Zap app integration: https://lendingpad.com/kb/zapier-integration


Hi there, ​@inova 👋

Did the link Troy shared here help to point you in the right direction?

Let us know if you still need any help, want to make sure you’re all set!


Yes, this is absolutely possible. You can achieve this by setting up a backend process that, upon form submission, saves the selected option and related data into your database and simultaneously triggers an action to insert that record into the Zap table (assuming it's a table used by Zapier or another automation tool). 


Great question! Setting up API links to push records into Zapier Tables can be a bit confusing at first, especially when handling authentication and formatting the payload correctly. One helpful discussion I found is this thread on using Webhooks with Zapier Tables it explains how triggers and searches work together, which might help clarify part of the process.