Skip to content

anandpdoshi/sendgrid_integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SendGrid Integration

Set communication status from SendGrid via webhooks.

Installation

  1. Install Frappe Bench
  2. Get SendGrid Integration App: bench get-app sendgrid_integration https://github.com/semilimes/sendgrid_integration
  3. Install it for your site: bench --site {site_name} install-app sendgrid_integration
  4. Restart your bench

How To Use

  1. Create SendGrid account
  2. Go to API Keys settings and generate API Key
    • Give full access to 'Event Notification' and 'Mail Send'
  3. Use your SendGrid credentials and API Key to setup Email Account in Frappe
    • Check 'Login ID is different' and use your Sendgrid username as Login ID
  4. SendGrid event webhook will be configured automatically if Email Account settings are correct
  5. You can double check webhook settings in Mail Settings

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • HTML 3.6%
  • JavaScript 2.8%