REACHINBOXINSTANTLYSMARTLEADREPLY_IO| Name | Type | Description |
|---|---|---|
email | string | Email of the third-party account. |
password | string | Password of the third-party account. |
app | string | The third-party app where the account should be added. Allowed values: "REACHINBOX", "INSTANTLY", "SMARTLEAD", "REPLY_IO". |
{
"email": "user@example.com",
"password": "securepassword",
"app": "INSTANTLY"
}curl --location 'https://api.zapmail.ai/api/v1/exports/add-third-party-account' \
--header 'x-auth-zapmail: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john.doe@example.com",
"password": "securePassword123",
"app": "MAILAPP"
}'{
"status": 200,
"message": "Account added successfully",
"data": null
}