Search results

  1. P

    Mailwizz API: create campaign with "Change subscriber custom field value upon campaign sent" option

    Where is this stored in the database? Maybe I can insert this information with SQL INSERT or UPDATE after creating the campaign?
  2. P

    Mailwizz API: create campaign with "Change subscriber custom field value upon campaign sent" option

    How can I use the "Change subscriber custom field value upon campaign sent" option, when I create a campaign with Mailwizz API?
  3. P

    update subscriber profile form with validator

    Not a bad idea, but I should specifically check the value of the date field. Is it possible?
  4. P

    update subscriber profile form with validator

    I tried it, but unfortunately it doesn't work. If a subscriber updates their own profile, they can enter any date of birth. Not just those over 18 years old.
  5. P

    update subscriber profile form with validator

    How can I add a validator to my subscriber profile update form? Specifically, a date type field should be checked to include a date of birth at least 18 years ago.
  6. P

    API getLists error

    it still doesn't work
  7. P

    API getLists error

    Hi, if I call this: $response = $endpoint->getLists($pageNumber = 1, $perPage = 10); this is the answer: <pre>MailWizzApi_Http_Response Object ( => http://mailwizz.xxx.com/api/index.php/lists?page=1&per_page=10 [headers] => [contentType] => application/json; charset=UTF-8...
  8. P

    After sending a campaign we get replies with "Please unsubscribe me!"

    Hi, I want to remove the mailto link from the unsubscribe path, but I can't. - Reply-To email in my campaign is required field - /backend/index.php/settings/customers/campaigns/List unsubscribe header email field is empty how can I solve this problem?
Back
Top