Custom Actions Help

Hi,

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”.

How do we go about this?

Thanks.

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.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.