We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Согласно документации (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 = '' )
The text was updated successfully, but these errors were encountered:
Параметр send_date =)
Sorry, something went wrong.
No branches or pull requests
Согласно документации (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 = '' )
The text was updated successfully, but these errors were encountered: