alexgaribay / sendgrid_elixir

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

feat: adds PUT request #39

Closed gilacost closed 1 year ago

gilacost commented 4 years ago

Description 📖

Adding a new contact into the marketing contact list requires that the HTTP method is PUT. These PR ads this type of request to the main SendGrid module.