The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Hello, I have an issue in my company where different departments are sending incorrect clarifications to my department. Now, I want to create a form using Airtable where colleagues can describe their concerns. Once they submit the form, a clarification will be automatically sent to my department in Salesforce (with the correct values). Is this feasible?
Dec 24, 202310:50 AM - edited Dec 24, 202310:51 AM
Hi @Airtablestart1 , This should be possible with the help of with the Airtable API (or a tool like Make or Zapier) The solution you build would essentially listen for "new a record creation" (via Airtable webhook's) and then parse the webhook payload (which contains their concerns) and send it to your department in Salesforce.