I’d like to do the following:
- Allow users to select one or more records in a particular view
- Click a button, or menu item, or the like – when clicked, Airtable makes a POST request with the selected record data (as JSON) to an API URL that I provide.
The use case is essentially: we keep a table in airtable that tracks membership in a community, and I want to let folks initiate a workflow to onboard new members.
Is this possible?
