How to add a REST action using OAuth to connect to any API i.e. the SalesForce API or Google Contacts API (in Flow Designer)

vivek70
Giga Contributor

I want to know the procedure to add a REST action using OAuth to connect to any API i.e. the SalesForce API or Google Contacts API ( in Flow Designer).

 

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Generally you do the authentication step through Connection & Credential Aliases and then reference it from your IntegrationHub spoke. There is some training on the developer portal walking you through how to set this up. I've seen a step by step on how to configure with google contacts, but I can't find it at the moment.

View solution in original post

4 REPLIES 4

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Generally you do the authentication step through Connection & Credential Aliases and then reference it from your IntegrationHub spoke. There is some training on the developer portal walking you through how to set this up. I've seen a step by step on how to configure with google contacts, but I can't find it at the moment.

You would follow these steps for google, but in the third step you would build an IntegrationHub spoke instead of a rest message.

vivek70
Giga Contributor

Hi Brad,

Thanks for the quick response.

It would be so helpful if you can share link to training "how to configure with google contacts".

 

Brad Tilton
ServiceNow Employee
ServiceNow Employee

I would go through the links I pasted above. This one will tell you how to connect specifically to google contacts, but not with integrationhub, and this one shows you how to use integrationhub, but isn't specific to google contact.