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 causes the date to be set to the default value of the last 30 days (see Campaign Monitor's API Documentation here), instead of the date that is passed in. Where it says (MultivaluedMap)null, it should really say queryString instead, like the methods for getting the number of unsubscribes, bounces, opens, and clicks do for the Journey API.
For our project, I created a JourneyEmail Java class that extends the CreateSendBase Java class so that I could override the recipients method and replace the null value with the date that I passed in.
This causes the date to be set to the default value of the last 30 days (see Campaign Monitor's API Documentation here), instead of the date that is passed in. Where it says
(MultivaluedMap)null
, it should really sayqueryString
instead, like the methods for getting the number of unsubscribes, bounces, opens, and clicks do for the Journey API.For our project, I created a
JourneyEmail
Java class that extends theCreateSendBase
Java class so that I could override therecipients
method and replace thenull
value with the date that I passed in.The text was updated successfully, but these errors were encountered: