HTTP Request with Secure Credentials Store

It is common that an integration endpoint will require some type of login credentials such as an API key or a basic username and password. The HTTP Request with Secure Credentials Store plug-in will allows keeping private values in the Secure Credential Store and keeping them encrypted at rest. Users may also need to specify their own secrets in their user-specific third party credentials menu. The plug-in allows us to easily send user-specific values where applicable.

fn!ScsHttpRequest(): Allows us to make secure HTTP connections and integrates directly with the Secure Credentials Store. Proper use of the plugin requires using the included data type, ScsHttpField, to send dynamic headers, parameters, and body fields. It will return the data type ScsHttpResponse which includes a response code and response message.

Anonymous