You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is part of a method I wrote to send a transactional email using a template. The signature for setParams specifies that you pass a java.lang.Object - I've tried passing manually-constructed JSON strings (as in the example below), and passing an array of brevo.Pair objects, but no mater what, I get an HTTP 400 response with a message "invalid params".
The documentation is far from clear on how to pass parameters using the Java API.
This is part of a method I wrote to send a transactional email using a template. The signature for
setParams
specifies that you pass ajava.lang.Object
- I've tried passing manually-constructed JSON strings (as in the example below), and passing an array ofbrevo.Pair
objects, but no mater what, I get an HTTP 400 response with a message "invalid params".The documentation is far from clear on how to pass parameters using the Java API.
Thanks
--Steve
The text was updated successfully, but these errors were encountered: