sendgrid_elixir icon indicating copy to clipboard operation
sendgrid_elixir copied to clipboard

Does this work with latest Sendgrid API?

Open Preen opened this issue 4 years ago • 7 comments

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

Preen avatar Nov 05 '20 22:11 Preen

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

noizu avatar Nov 07 '20 20:11 noizu

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

noizu avatar Nov 07 '20 21:11 noizu

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

noizu avatar Nov 07 '20 21:11 noizu

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

alexgaribay avatar Nov 07 '20 21:11 alexgaribay

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

sgessa avatar Jun 22 '21 13:06 sgessa

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

LandonSchropp avatar Oct 06 '21 22:10 LandonSchropp

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

sgessa avatar Oct 16 '21 03:10 sgessa