AustinThomas
8 years agoQrew Member
Button on form for an API request
I'm trying to add a button to form that when clicked will send certain form elements through a REST api to post to a Salesforce form.
Currently, I am only able to transfer data using a webhook which transfers the date any time the record is added or modified. I'd like to be able to send the POST command when the button is clicked rather than when the record is saved.
Currently, I am only able to transfer data using a webhook which transfers the date any time the record is added or modified. I'd like to be able to send the POST command when the button is clicked rather than when the record is saved.