Short answer: You can set manychat custom field in ManyChat by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the ManyChat Set ManyChat Custom Field action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Subscriber ID subscriber_id | string | Required | ManyChat subscriber ID |
Custom Field ID field_id | string | Required | Custom field ID (numeric) |
Value field_value | string | Required | Value to set |
{"subscriber_id": "e.g. 123456789012345","field_id": "e.g. 12345","field_value": "any value"}
{"status": "success"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.