REACHINBOXINSTANTLYSMARTLEADREPLY_IOQUICKMAILEMELIAFIRSTQUADRANTWARMYSUPERAGILEMLISTPIPLLUELLAMASTER_INBOXSAILESNOV| 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. |
{
"email": "user@example.com",
"password": "securepassword",
"app": "INSTANTLY"
}curl --location 'https://api.zapmail.ai/api/v2/exports/accounts/third-party' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john.doe@example.com",
"password": "securePassword123",
"app": "MAILAPP"
}'{
"status": 200,
"message": "Account added successfully",
"data": null
}