INTEGRATIONS
ServiceNow
8 min
this guide explains how to set up the servicenow integration for flare using an api key for secure authentication the steps below outline how to generate the necessary api key in servicenow and configure the integration in flare servicenow side verify required plugins navigate to all > admin center > application manager and ensure that the api key and hmac authentication plugin is activated create an authentication profile go to all → system web services → api access policies → inbound authentication profile click new to create a new profile select create api key authentication profiles provide a clear name, e g , flare authentication profile click the padlock icon next to auth parameter , then click the magnifying glass icon from the modal, select x sn apikey | auth header click submit to save generate a rest api key navigate to all → system web services → api access policies → rest api key click new to create a new api key name it clearly, e g , flare api key assign a user account that has write access to the target table ideally, use an account that will remain active long term click submit set up an api access policy go to all → system web services → api access policies → rest api access policies (note this page may take a few seconds to load ) click new to create a policy name it, e g , flare api access policy check the active box from the rest api dropdown, select table api uncheck apply to all methods , then select post as the http method uncheck apply to all resources , then specify now/table/{tablename} as the resource uncheck apply to all tables , then choose the table you want to use in the inbound authentication profiles section, add the name of the api key you created — it should auto fill as you type click submit to save the policy flare side in flare, go to alerts → channels click create channel for the channel type, select servicenow enter a name for the channel fill in your servicenow instance information provide the api key value generated from the servicenow steps above click test channel to validate the configuration once the test succeeds, click create alert channel flare will now post the data in your table as soon as it find it here is an example of what a flare incident will look like in servicenow related articles