When using the get_email_campaign function, the following exception is raised if my campaign does not have input in "scheduled_at". This input is optional during campaign creation.
Exception when calling EmailCampaignsApi->get_email_campaign: (0)#012Reason: Failed to parse `` as datetime object
The api actually returns fine, it is the python client that raises the exception.
When using the get_email_campaign function, the following exception is raised if my campaign does not have input in "scheduled_at". This input is optional during campaign creation.
Exception when calling EmailCampaignsApi->get_email_campaign: (0)#012Reason: Failed to parse `` as datetime object
The api actually returns fine, it is the python client that raises the exception.