update_email_account
Modify email account configurations including SMTP/IMAP credentials, display names, message limits, and server settings to maintain campaign functionality.
Instructions
Update email account settings (SMTP/IMAP credentials, message limits, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_account_id | Yes | Email account ID | |
| from_name | No | Display name for the email account | |
| from_email | No | Email address | |
| username | No | Username for SMTP/IMAP authentication | |
| password | No | Password for SMTP/IMAP authentication | |
| smtp_host | No | SMTP server hostname | |
| smtp_port | No | SMTP server port | |
| imap_host | No | IMAP server hostname | |
| imap_port | No | IMAP server port | |
| message_per_day | No | Maximum messages per day | |
| type | No | Email account type | |
| client_id | No | Client ID |