I’m using a third-party SMS service that requires an API key to be included in the request body. Currently, I see two options in Make:
Store the key directly in each scenario
Use an Organization Variable
However, both approaches seem to lack proper security for storing sensitive credentials like API keys — especially since the variable values are visible to anyone with scenario edit access.
Can you recommend a secure and reliable method to store and use sensitive keys (such as API keys) within Make, ideally without adding extra steps or external tools?
Hi,
As I mentioned earlier, I need to include an API key in the request body.
So unfortunately, your solution doesn’t work for my case.
Thank you very much for your response!
Thanks for that. I can see that it’s not actually requiring an API key in the body, but instead a username and password.
That’s most definitely not best practice from a security point of view. You might want to consider switching to an alternative SMS service (options here).
Hi David,
The “password” field is actually used for an API key.
I agree that this isn’t a particularly secure approach, but my client prefers to work with this service provider for a couple of reasons (e.g., Hebrew language support and pricing), so switching providers isn’t an option at the moment.