GET
/
employees
/
{id}
/
email_addresses
/
connect
/
gmail
curl --request GET \
  --url https://api.pocketflows.com/employees/{id}/email_addresses/connect/gmail
"<string>"

Path Parameters

id
string
required

The ID of the employee

Response

200 - text/html

An HTML page for the OAuth flow to connect the Gmail account

The response is of type string.