Knime ServiceNow

Hi everyone,
Is anyone using Knime to extract data from ServiceNow using API calls. Having trouble following ServiceNow documentation to create access and refresh tokens from ServiceNow using Knime’s REST Post node. I’m a novice in api calls, so, for e.g, I don’t know where to configure request parameters in the Post node. Appreciate any advice or help.

Hi @adjrock,

Never worked with ServiceNow myself, but please have a look at this example: https://hub.knime.com/knime/workflows/Examples/01_Data_Access/05_REST_Web_Services/06_SugarCRM_meets_Salesforce*8WIENS-1ZufwPD0m

This will give you some ideas on how to request access tokens in general.

Cheers,
Roland

Thanks, @RolandBurger, am having a look now.