How many companies use both Airtable & Slack?
We might optimistically assume 430K * 0.186 = 80K companies using Airtable and Slack
Thread - Comment sync:
Once an Airtable record is matched to Slack message
we could sync thread messages to airtable comments
(one way or two way)
Allows creating quick notes without leaving Slack.
Buttons can only
update (current) record:
There's no way to make "Assign to me" button work. There's no way to work with the Slack user identity.
We can set up workflow with incoming webhook trigger:
We can send message...
But the button logic is also limited here.
Branching is available in "Business" only
(might mean $8 to $18 / mo / u upgrade).
Open link can potentially trigger incoming webhook that can handle GET + Redirect (Make, N8N, Pipedream...)
Buttons logic: limited and non-trivial
Different case: Airtable sends message. Slack workflow triggers on emoji reactions.
We can react to emoji on a message in a channel:
But then, the actions are limited. No generic outgoing webhooks, no zapier, make, n8n action. Airtable actions are basic (and it does not load fields for me)
What about Zapier?
We can react to emoji on a message in a channel:
But finding "matching" Airtable record can be non-trivial (it depends).
Matching Slack Identity to Airtable identity also non-trivial.
What about Zapier?
Syncing thread replies as comments is possible.
We can react to message, check if it's thread reply, find parent message, find airtable record, add comment.
But searching for the matching Airtable record can be non-trivial.
And matching user identity is non-trivial.
It's also slow (multiple server round-trips)
This is already a challenge with Airtable integration. Apparently Airtable on its own does not try to "throttle" requests to prevent hiting the rate limit, instead user will see an error.