activate_inboxflare_warmup
Activate InboxFlare warm-up service by creating user accounts and delivering credentials via email to improve email deliverability.
Instructions
Activate InboxFlare warm-up for a user
This endpoint creates an account for the user on the InboxFlare warm-up tool and sends credentials via email.
Args: user_id: User ID to activate warm-up for
Returns: Success confirmation with account creation details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}