If doing an http POST to an external context server returns data, does anyone know how to save it as an attribute in the endpoint database?
For example, I use ServiceNow to open tickets for authentication failures. When doing the API call, the http POST returns a bunch of data, including the incident number. I would then like to update the endpoint database with this information as an string attribute "Incident Number"
Thanks!