instagram_follow_user
Follow a user by handle or numeric ID. Sends a follow request if the account is private.
Instructions
Follow a user as the logged-in account.
For private accounts this sends a follow request instead. Requires INSTAGRAM_ALLOW_WRITES=true.
Args: username: The handle to follow. user_id: The numeric id, if you already have it.
Returns: followed (bool) and user_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Numeric user id. Use instead of username. | |
| username | No | Handle to follow, e.g. 'nasa'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||