Skip to content

added airtable, slack-reader, and whatsapp-send#1

Open
Whynav wants to merge 5 commits into
smartly-ventures:prodfrom
Whynav:prod
Open

added airtable, slack-reader, and whatsapp-send#1
Whynav wants to merge 5 commits into
smartly-ventures:prodfrom
Whynav:prod

Conversation

@Whynav
Copy link
Copy Markdown

@Whynav Whynav commented Apr 4, 2026

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?

Whynav added 5 commits April 4, 2026 15:58
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant