Cross-Provider Workflow
Slack Search Mentions to Airtable and SendGrid Alert
Version 1.0.0
Search Slack for brand mentions, log them to Airtable, then email an alert via SendGrid.
Providers Orchestrated
Workflows
slack-mentions-to-airtable-alert
Search Slack mentions, log to Airtable, email a SendGrid alert.
Searches Slack messages for a query, records the match count in Airtable, then emails the community team an alert referencing the new record.
1
search-mentions
$sourceDescriptions.slackSearchApi.getSearchMessages
Search Slack messages for brand mentions.
2
log-to-airtable
$sourceDescriptions.airtableApi.createRecords
Record the mention search results in Airtable.
3
email-alert
$sourceDescriptions.sendgridApi.SendMail
Email the community team an alert via SendGrid.
Source API Descriptions
openapi
openapi