Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Нет поддержки параметра send_date в методе createCampaign #13

Open
lapaliv opened this issue Aug 3, 2017 · 1 comment

Comments

@lapaliv
Copy link

lapaliv commented Aug 3, 2017

Согласно документации (https://sendpulse.com/integrations/api/bulk-email#create-campaign) при создании кампании есть возможность устанавливать дату отправки. В данный момент данного параметра в библиотеке нет

/**
* Create new campaign
*
* @param $senderName
* @param $senderEmail
* @param $subject
* @param $body
* @param $bookId
* @param string $name
* @param string $attachments
* @param string $type
* @return mixed
*/
public function createCampaign( $senderName, $senderEmail, $subject, $body, $bookId, $name = '', $attachments = '', $type = '' )

@lapaliv
Copy link
Author

lapaliv commented Aug 3, 2017

Параметр send_date =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant