social.login
Automate login processes for social platforms and email services by entering credentials and handling two-factor authentication within browser sessions.
Instructions
Navigate to the platform login flow, enter credentials, handle TOTP if configured, and save auth state.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| platform | Yes | ||
| username | Yes | ||
| password | Yes | ||
| auth_profile | No | ||
| approval_id | No | ||
| totp_secret | No |