I am trying to configure a web service connector which has username, password and API key.
API key is a combination of static API key provided and the current timestamp.
e.g: API Key = “abcdefghijk”+Date.now()
So, was configuring using custom authentication where I can provide username and password but how to deal with API key as it is dynamic.
I would create a Before Operation Rule. This rule would append the date to the API Key and update the Headers or Body for the operation with the new API Key.