Fieldguide Integration with ServiceNow

Kriti_1
Tera Contributor

Hello,

I have a requirement to integrate Fieldguide in ServiceNow. Fieldguide is used for engagement management, and I have the link mentioned below containing APIs for building the connection. 

https://api.fieldguide.io/api

Please let me know how we can perform this integration.

Thanks

1 REPLY 1

aman_sharma_07
Tera Guru

Hi @Kriti_1 ,

 

The first method is publicly available for interaction, instead for rest of the methods, you require an API token which is provided by the client.

Most probably you pass the client id and client secret as credential to the API token, then in response you will receive the token, which needs to be set in the value, and then it should work.🙂

 

Thanks for your patient read.