I’m trying to create an Airtable/Slack automation that sends a status change notification in a channel with options for the Slack user to respond.
Example of Slack message:
Hi [Slack User]! A request has been submitted with the following information:
[Record Information]
Please let us know if you approve/reject the request. Thank you!
[Approve/Reject Buttons connected to record]
I’m hoping that once they select Approve/Reject inside the slack message it will update the Status field of this record in Airtable. I know we can embed forms in Slack messages that they can click and select these options, but I’m hoping to reduce clicks by placing the options inside the message itself (if it’s possible).