Issue Summary
The appropriate types necessary for a successful mail/send API call is documented here. We want to throw a type exception when the wrong type is provided.
Acceptance Criteria
- All parameters for the
mail\send endpoint are type checked and if they fail the type check and exception is thrown with instructions on how to fix
Issue Summary
The appropriate types necessary for a successful
mail/sendAPI call is documented here. We want to throw a type exception when the wrong type is provided.Acceptance Criteria
mail\sendendpoint are type checked and if they fail the type check and exception is thrown with instructions on how to fix