added airtable, slack-reader, and whatsapp-send#1
Open
Whynav wants to merge 5 commits into
Open
Conversation
This file provides functionality to interact with Airtable, allowing operations such as listing bases, fetching records, creating, updating, and searching records. It requires an API key and defines the necessary parameters for each action.
This file implements a Slack reader tool that allows users to read messages and search content in Slack. It includes actions for listing channels, reading messages, fetching threads, and searching for messages by keyword.
This file implements a brick for sending WhatsApp messages using the Meta Cloud API, with support for text and template messages.
Added configuration options for Airtable, Slack, and WhatsApp.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All three were on the wishlist in CONTRIBUTING.md, so I built them.
airtable — read/write Airtable bases and tables (list-bases, list-records,
get-record, create-record, update-record, search-records). Uses the REST v0 +
Metadata API. Needs a free Personal Access Token.
slack-reader — read messages and search Slack workspaces (list-channels,
read-messages, get-thread, search). Uses the same Bot Token as slack-notify,
so no new setup if you're already using that brick. Follows the same
read/send split as gmail-reader + gmail-sender.
whatsapp-send — send WhatsApp messages via Meta Cloud API. Supports text
(24h window) and template messages (anytime). Mirrors the telegram-send
pattern. Free test number available in Meta dashboard.
Files: bricks/tools/airtable.js, bricks/tools/slack-reader.js,
bricks/tools/whatsapp-send.js + docs/bricks.md + .env.example entries.
Enable with:
bricks: ["airtable", "slack-reader", "whatsapp-send"]
ps:
please check your iimb mail
with subject line ojas?