We have a use case to trigger Coda table inserts from Slack (using a slack reaction to a message and inserting).
What I want to do is to try to build a generic ZAP which others can leverage and self serve setting this up so I do not need to manage/create unique Zaps for every user who might be interested in using this.
Is there a way to build a generic skeleton that can easily be extended out in this manner so the user would need to enter
- Which reaction in Slack?
- Which user in Slack?
- Which Coda doc/table to insert to?
- Slack content mapping to the table?
but the rest would be pre configured for them
Is this possible?