If there is an API that needs us to send a key and a secret as part of Authorization, how do we set it up using Custom actions?
Currently we can only add a name and a value to it and I tried sending the Key ID as Username and the Key_secret as Password and tried them as Key_ID and Key_secret. But both of these failed. The response still says “Please provide the key”.
The answer si really dependant on the type of authorization the API is requesting. If it is oauth, then it is not currently supported right now within custom actions. If it is basic auth, then it can be handled by headers and queries.
You will need to read the API documentation of the service provider clearly to understand their requirements.