Gmail connector availability in Integration Service

Hi,

Is there a specific reason why Gmail is not available in the Integration Service?

Kind regards

If you want you can add them externally

Here’s the link to the package → UiPath.GSuite.Activities

Or you can directly install them through your package manager in Uipath by searching for → UiPath.GSuite.Activities

I know about the GSuite package, but that is not integrated with the Integration Service.

Hi,

Integration of Gmail with UiPath can be achieved through IMAP or SMTP protocols. But to retrieve email messages, you will have to use the Get IMAP Mail Messages activity of IMAP. Use the following values to configure its properties.

Server: imap.gmail.com

Port: 993

image

Using this activity, you will be able to retrieve the email messages in the Output > Messages property which can store a list of messages. Then use this output variable for further processing. In your case, you can use a For Each activity to store every individual message as required.

image

I hope the explanation is enough. Kindly mark as solution if you felt this helped you :slight_smile:

The Gmail connector is present now in the UiPath Integration Service.

Reference: https://docs.uipath.com/activities/docs/gmail-application-card#when-using-the-integration-service

Let us know if you can see it now.