gsquire / sendgrid-rs

Unofficial Rust library for the SendGrid API
https://crates.io/crates/sendgrid
MIT License
107 stars 50 forks source link

Add a function to allow attaching custom_args to a Personalization #92

Closed hgzimmerman closed 3 years ago

hgzimmerman commented 3 years ago

We needed the ability to set the custom_args field in Personalization and the crate currently lacks the ability to do so. This PR adds a function to set the custom_args.

gsquire commented 3 years ago

Thanks!

gsquire commented 3 years ago

This has been added in version 0.17.3.