Skip to content

Updates your Sendy subscriber list whenever a new user is created on Discourse.

License

Notifications You must be signed in to change notification settings

rishabhlakhotia/discourse-sendy-subscriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discourse Sendy Subscriber

Updates your Sendy subscription list whenever a new user is created or destroyed in the Discourse. The app works on AWS Lambda to avoid running an unnecessary server on your system.

Environment Variables

Define the following environment variables in the Lambda

  • SENDY_HOST=<hostname of your sendy installation>
  • SENDY_API_KEY=<your sendy api key>
  • SENDY_LIST=<the hashed list id in which you will store the subscriber details>

To check if the lambda installation is working correctly, ping the app from Discourse webhook and you will receive A ping was received from Discourse as the response.

About

Updates your Sendy subscriber list whenever a new user is created on Discourse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published