React to Farcaster Cast logo

Catalog action Social farcaster

Like or recast a Farcaster cast via Neynar API. Requires a connected Farcaster account with signer. Supports 'like' and 'recast' reaction types. Ideal for: engagement automation, community interaction, content curation, appreciation bots.

At a Glance

FieldValue
Action IDreact-farcaster-cast
CategorySocial
Connectorfarcaster
Requires gasNo
Funds movementNone declared
Tagssocial, farcaster, neynar, reaction, like, recast, write

Payload Schema

FieldTypeRequiredDescription
castHashstringYesHash of the cast to react to
reactionTypestringYesType of reaction: 'like' or 'recast'

Result Schema

FieldTypeRequiredDescription
statusstringYesStatus of the reaction operation
reactionTypestringNoType of reaction applied
castHashstringNoHash of the cast reacted to
errorstringNoError message if the reaction failed

Examples

json
{ "type": "react-farcaster-cast", "payload": { "castHash": "example-castHash", "reactionType": "like" }, "children": [], "connector": { "type": "farcaster", "id": "conn_farcaster" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I