Axios
The object axios is available inside the script. You can use this object to perform external calls. For more information, refer to the Axios Documentation.
interface PlatformClients {
platformHttp: PlatformHttpClient // generic HTTP client to communicate with the platform. Hostname and token are set automatically.
axios: AxiosInstance // generic HTTP client to communicate with external web resources.
}