Connectors (Integrations)
Detect provider
Returns the provider if one is detected. This operation is rate limited to 20 calls per minute for each Nylas application ID.
post/v3/providers/detect
Query parameters
emailstring required
Email for detection
all_provider_typesboolean
Search by all providers regardless of if they have an existing connector
Response
Returns the autodetected provider
Example response
{
"request_id": "5967ca40-a2d8-4ee0-a0e0-6f18ace39a90",
"data": {
"provider": "google",
"type": "icloud",
"email_address": "test@example.com",
"detected": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.