Farcaster Integration
Leverage blockchain-powered automation to streamline crypto workflows, enabling seamless interactions across decentralized apps. With Farcaster integrat...
Integration available
Leverage blockchain-powered automation to streamline crypto workflows, enabling seamless interactions across decentralized apps. With Farcaster integration, you can effortlessly broadcast posts and engage your community directly from your workflow platform.
Build With Farcaster
Use Farcaster when a workflow needs to react to Farcaster: New Cast, Farcaster: New Follower and follow up with actions such as Delete Farcaster Cast, Follow Farcaster User, Get Farcaster Cast. Start in the visual editor to connect an account, then use the references below for payload shape, required fields, and API testing.
Available Actions
| Action | ID | Connector | Required fields |
|---|---|---|---|
delete-farcaster-cast | farcaster | castHash | |
follow-farcaster-user | farcaster | targetFid | |
get-farcaster-cast | - | identifier | |
get-farcaster-feed | - | feedType | |
get-farcaster-user | - | - | |
get-farcaster-user-followers | - | fid | |
post-farcaster-cast | farcaster | text | |
react-farcaster-cast | farcaster | castHash, reactionType | |
search-farcaster-casts | - | query |
Available Triggers
| Trigger | ID | Required configuration |
|---|---|---|
| Farcaster: New Cast | farcaster-new-cast | - |
| Farcaster: New Follower | farcaster-new-follower | - |
| Farcaster: New Reaction | farcaster-new-reaction | - |
Common Use Cases
Connector Notes
- Create the connector from a trusted B3OS organization before publishing workflows that call external accounts.
- Keep OAuth tokens, API keys, bot tokens, channel IDs, and account IDs in connector settings or workflow props, not in reusable public template text.
- Test with the visual editor or
POST /v1/actions/{type}/testbefore routing production traffic.
Related Templates
No public templates are linked to this integration yet.
FAQ
Farcaster is a decentralized social graph that lets you post casts, and B3OS can trigger these casts via Neynar's managed signer, allowing automated social interactions within your blockchain workflows.
No, B3OS uses Neynar's managed signer (SIWN) which handles authentication and signing for you, so you can post without managing private keys manually.
You can schedule posts by linking them to specific triggers such as block confirmations or off‑chain events, giving you both real‑time and scheduled posting capabilities.
The cast content is posted off‑chain to Farcaster, while the workflow metadata remains on‑chain, ensuring transparency without bloating the blockchain.
Neynar abstracts the cryptographic signing, handling key management and transaction construction, so developers can focus on defining the trigger logic rather than the signing details.
