Fieldguide Integration with ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 01:26 AM
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.
Please let me know how we can perform this integration.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 02:21 AM
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.