diff --git a/scalp-webhooks.cabal b/scalp-webhooks.cabal
--- a/scalp-webhooks.cabal
+++ b/scalp-webhooks.cabal
@@ -1,5 +1,5 @@
 name:                scalp-webhooks
-version:             0.1.1.0
+version:             0.1.2.0
 -- synopsis:            
 -- description:         
 license:             Apache-2.0
diff --git a/src/IntercomDefinitions.hs b/src/IntercomDefinitions.hs
--- a/src/IntercomDefinitions.hs
+++ b/src/IntercomDefinitions.hs
@@ -21,8 +21,8 @@
 import           System.Environment
 
 opts = do
-  appId <- getEnv "SCALPEL_INTERCOM_APP_ID"
-  appApiKey <- getEnv "SCALPEL_INTERCOM_APP_API_KEY"
+  appId <- getEnv "INTERCOM_APP_ID"
+  appApiKey <- getEnv "INTERCOM_APP_API_KEY"
   return $ W.defaults & W.header "Accept" .~ ["application/json"]
                       & W.header "Content-Type" .~ ["application/json"]
                       & W.auth ?~ W.basicAuth (pack appId) (pack appApiKey)
