curl --request GET \ --url https://api.reply.io/v3/email-accounts/connect/gmail \ --header 'X-API-Key: <api-key>'
Copy
{ "title": "Validation Failed", "status": 349, "detail": "The scheduler with ID 'daily-9am' does not exist in your account", "errorCode": 1004}
Email Accounts
Connect Gmail account via OAuth
Initiates Gmail OAuth flow. Returns a 302 redirect to Google’s OAuth consent page. After authorization, the email account will be automatically connected.
GET
/
email-accounts
/
connect
/
gmail
Connect Gmail account via OAuth
Copy
curl --request GET \ --url https://api.reply.io/v3/email-accounts/connect/gmail \ --header 'X-API-Key: <api-key>'
Copy
{ "title": "Validation Failed", "status": 349, "detail": "The scheduler with ID 'daily-9am' does not exist in your account", "errorCode": 1004}