alexgaribay / sendgrid_elixir

Create and send composable emails with Elixir and SendGrid.
MIT License
86 stars 44 forks source link

Does this work with latest Sendgrid API? #40

Open Preen opened 3 years ago

Preen commented 3 years ago

I get access forbidden on anything I try with this lib.

noizu commented 3 years ago

I'll take a look on my fork @Preen and let you know later this week.

noizu commented 3 years ago

I still activally use my work to send templated emails from an automated system so it should be okay.

noizu commented 3 years ago

But it's quite and old fork: https://github.com/solaceclub/sendgrid_elixir

alexgaribay commented 3 years ago

@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?

sgessa commented 3 years ago

SendGrid v3 updated the endpoints for managing contacts and lists and now all functions from SendGrid.Contacts return access denied.

LandonSchropp commented 2 years ago

I just ran into the same issue that @sgessa mentioned.

sgessa commented 2 years ago

For anyone who needs to work with the new API, here is my fork: https://github.com/sgessa/sendgrid_elixir