Salesforce - Status Update - Trigger

We are creating a landing page where customers can Approve or Reject a Quote generated and send by Salesforce. Once Approved on GF-s we need to get the QuiteID - Record to be updated Approved status. Is it possible to trigger a SF Update changing the Quote status ?

This sounds like a great use case for webhooks or a direct API call to Salesforce! :arrows_counterclockwise: Have you considered using Salesforce’s REST API with Gravity Forms’ webhook feature to trigger the status update? You could pass the QuoteID and change the status dynamically. Another approach could be using Gravity Flow with a custom step for Salesforce updates. Anyone else successfully implemented a similar setup? Would love to hear your insights! :thinking: