API Key
Last updated
Last updated
The API Key service allows your app to securely store sensitive information like API keys, SSH keys, passwords, secrets, etc and access them within your Cloud Flow Web Hooks and Background Tasks.
NOTE: All profile settings are encrypted and stored in Zingy's cloud infrastructure.
Paste or enter the API key, SSH key, password, secret, etc here.
Optionally store up-to 3 other related key/secret values as part of the profile.
The API Key service does not have any connection specific settings.
Use this command to retrieve the values for the API key, SSH key, password, secret, etc.
None
Object representing the key/secret values:
secret1
The main secret value
secret2, secret3, secret4
Additional secret values
The keyInfo
object contains the secret1
, secret2
, secret3
and secret4
properties for the key/secret values.
The block is available in both and . Using this block you can add logic to trigger the operations/commands supported by the API Key service.
For security purposes, all operations/commands offered by the API Key service are only available in and cannot be used in .
In your app's Cloud Flow Web Hooks and Background Tasks, the block can also be used to retrieve keys/secrets stored using this service.