diff --git a/manifest.json b/manifest.json index 98696d7..da9f616 100644 --- a/manifest.json +++ b/manifest.json @@ -32,7 +32,15 @@ { "url": "https://app.nutshell.com/api/v1/json", "methods": ["POST"], - "timeout": 20 + "timeout": 20, + "settingsInjection": { + "email": { + "header": ["Authorization"] + }, + "api_key": { + "header": ["Authorization"] + } + } } ] }