Skip to content

Serverless automation for Slack actions triggered from Zapier webhooks

Notifications You must be signed in to change notification settings

nathandines/serverless-slack-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

serverless-slack-automation

AWS Deployment

Prod deploy. Defaults to ap-southeast-2

SLACK_AUTH_TOKEN="<slack_auth_token_goes_here>" sls deploy --stage prod

Zapier Setup

  1. Create a trigger for a "New Channel" event from "Slack"
  2. Setup an action of a POST "Webhook"
  3. Configure the webhook with the URL of your API Gateway
  4. Set the payload type as "json"
  5. Set the unflatten option to "false"
  6. Configure the header x-api-key with your API key

About

Serverless automation for Slack actions triggered from Zapier webhooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published