Let us create a simple logic app that on create of a contact record in CRM creates the same contact in Gmail.
Log in to the azure portal.
https://portal.azure.com/#create/hub
Select New Logic App

Specify Name, Resource Group and Location for the logic app.

Select Blank Logic App

Select “When a record is created” as Trigger.

Sign in to Dynamics 365 Instance.

Select the Organization name and Entity as Contact.


Select Add an action and the New Step


Choose Google Contacts as the Service

Sign in to your Gmail account to be connected

Allow permission to Logic App to access Gmail

Configure Full Name and Primary Email (Dynamic content) as the values for the contact record to be created in Gmail.

Save and Run the app.



Create the new contact record in CRM that triggers the logic app.

On Successful run à

We can see the contact record created in Gmail.

Find all the details here
https://docs.microsoft.com/en-us/azure/connectors/connectors-create-api-crmonline
Hope it helps..
Like this:
Like Loading...