Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.31 KB

File metadata and controls

42 lines (33 loc) · 1.31 KB

INSTRUCTIONS

Sandbox

Use ngrok

  • Install ngrok
  • Unzip download folder
  • Run on terminal ./ngrok http 4390
  • Copy forwarding address
Note: ngrok constantly changes this URL

Create Slack app

-Building Slack app

  • Create a Slack app
  • App Name: atena-sandbox-{yourname}
  • Select Workspace: Impulso - Sandbox
  • Setup:
  • Menu > Features > Event Subscriptions: activate
  • Request URL: Put ngrok address - http://{your-number}.ngrok.io/slack/events
  • Add Workspace Event:
  • message.channels, reaction_added and reaction_removed
  • Save Changes
  • Menu > Features > OAuth & Permissions
  • Scopes > Select Permission Scopes:
  • Add users.profile:read and channels:read
  • Save Changes
  • Install App to Workspace
  • Copy OAuth Access Token and add in SLACK_TOKEN on .env
  • Menu > Settings > Basic Information
  • Copy Signing Secret and add in SLACK_SIGNIN_EVENTS ON .env

Google Analytcs account (optional)

  • Create account
  • Add Tracking code UA-{number} in GA on .env