Follow Farcaster User logo

Catalog action Social farcaster

Follow a Farcaster user via Neynar API. Requires a connected Farcaster account with signer. Specify the target user by FID. Ideal for: community growth automation, follow-back workflows, onboarding flows.

At a Glance

FieldValue
Action IDfollow-farcaster-user
CategorySocial
Connectorfarcaster
Requires gasNo
Funds movementNone declared
Tagssocial, farcaster, neynar, follow, write

Payload Schema

FieldTypeRequiredDescription
targetFidnumberYesFarcaster user ID (FID) of the user to follow

Result Schema

FieldTypeRequiredDescription
statusstringYesStatus of the follow operation
targetFidnumberNoFID of the user followed
errorstringNoError message if the follow failed

Examples

json
{ "type": "follow-farcaster-user", "payload": { "targetFid": 1 }, "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