sendgrid_elixir
sendgrid_elixir copied to clipboard
Does this work with latest Sendgrid API?
I get access forbidden on anything I try with this lib.
I'll take a look on my fork @Preen and let you know later this week.
I still activally use my work to send templated emails from an automated system so it should be okay.
But it's quite and old fork: https://github.com/solaceclub/sendgrid_elixir
@Preen Which API are you trying to use? I just tested the Mailer API and it still works. Are you sure you properly configured the API key within SendGrid and within the application?
SendGrid v3 updated the endpoints for managing contacts and lists and now all functions from SendGrid.Contacts
return access denied
.
I just ran into the same issue that @sgessa mentioned.
For anyone who needs to work with the new API, here is my fork: https://github.com/sgessa/sendgrid_elixir