Search results

  1. Scott

    Segment API

    Can we add option to edit list segments via the API? There's a few segments where I want to run a daily script that automatically updates the segments once daily.
  2. Scott

    [INCREMENT_BY_X]

    Awesome. Sounds great thanks! Let me know when available if you don't mind.
  3. Scott

    [INCREMENT_BY_X]

    I there a way to only "increment by x" for each unique open/click? For example I set this to "increment by 1" for an open. One subscriber opens this email 3 times, but it's only incremented 1 time instead of 3. I think the feature would be much more useful with this logic since open rates and...
  4. Scott

    Emails on Multiple Lists Custom Fields Sync

    If I have subscribers on multiple lists within a single customer account, is there a way to sync the custom fields of similar emails on multiple lists? For example if I have a unique email that is subscribed to both list 1 and list 2. If a custom field gets updated on list 1, can it also be...
  5. Scott

    PHP 7.4 Update To PHP 8/8.1?

    Should I be running latest php (8.1) or continue running 7.4? Does it make much difference in performance?
  6. Scott

    Webhook on list subscribe via API

    For the webhook that runs when someone subscribes to a list. How can I make this webhook also run when someone is subscribed to a list via the api?
  7. Scott

    Custom Field Sync

    What's the difference between custom field sync for "subscribers" vs "responders"
  8. Scott

    Sendmail vs SMTP

    If I'm hosting Mailwizz on the same server that I'll be sending emails from. Is there any disadvantage to using sendmail as the delivery server vs the SMTP option?
  9. Scott

    API Update Custom Field For Unconfirmed Subscribers

    I'm getting a 404 error when trying to update custom fields via the API for unconfirmed subscribers. There are situations in my funnel in which I would like to update the custom field for subscriber before they confirm. For example after an optin I recommend one of my products to purchase on...
  10. Scott

    Domain Policy Reject - Hotmail/Outlook

    @twisted1919 how many servers will the system look through before it gives up on sending to an email?
  11. Scott

    Delivery Server For Only "List Emails"

    Is there some way to assign a specific delivery server to send the confirmation emails, same as we can assign a specific delivery server for each campaign / autoresponder?
  12. Scott

    Delivery Server For Only "List Emails"

    I'd like to use a specific delivery server to send my double optin confirmation emails. The only way I'm seeing how to do that is. 1. Duplicate a delivery server and set it to "Use For: List Emails" 2. For EVERY other delivery server I would need to duplicate it 5x. For each duplicated...
  13. Scott

    [FNAME] Tag Not Blank

    When I get replies from subscribers I can see the "[FNAME]" tag showing in the email. Shouldn't this default to blank when it has no value?
  14. Scott

    Campaign Webhooks

    Works perfectly :)
  15. Scott

    Campaign Webhooks

    That's amazing thank you both very much. One last question. If I implement this code could it slow down the sending of my other campaigns? Or will it only have an effect on the campaign that matches that specific campaign id?
  16. Scott

    Domain Policy Reject - Hotmail/Outlook

    I thought I read somewhere that the issues with domain policies were fixed. But these types of issues still exist?
  17. Scott

    Campaign Webhooks

    That looks great thank you so much. I'm horrible at php... but I assume I could have it modified to activate only for a specific campaign? For example... (I'm sure my code is wrong just an example of what I would try to achieve) <?php...
  18. Scott

    Campaign Webhooks

    Yes that's an option. Would greatly appreciate it. Thank you.
  19. Scott

    Campaign Webhooks

    Tried to workaround by moving/copying a subscriber to a new list on campaign sent, and having a subscription webhook for that list, but seems those webhooks only trigger on a proper form submission and not on moving/copying subscriber to a new list. Anyway I can work around the current setup to...
  20. Scott

    Campaign Webhooks

    Possible to do webhooks upon campaign sent? So I can trigger automations for all subscribers that receive a certain autoresponder email. https://kb.mailwizz.com/articles/campaign-webhooks/
Back
Top