Search results

  1. C

    Accessing data external to MailWizz for use in outgoing mails?

    Just after a bit of guidance really. In some cases I'd like to access small amounts of data from our databases to personalise outgoing mails. The data would be different for each outgoing email address. Is there an existing way to do that, or could I write a hook or filter to do it? Colin
  2. C

    Automatically create API keys?

    Aha, I didn't know that's all they were. Yes, that will be the easiest way. Thanks, Colin
  3. C

    List of Tags in "List Page Types"

    Just to make people aware, this has now all been added in the upcoming 1.9.7 release of which I've had an early copy. Awesome support! Colin
  4. C

    Automatically create API keys?

    Is there any programmatic way to prod MailWizz into creating API keys for a customer? I can't see anything in the API to do it. Reason I ask is that I have hundreds of customers to set up, and then interface with our own code, hence the need for API keys. Just getting Mailwizz to create them...
  5. C

    List of Tags in "List Page Types"

    Ticket opened. Seems like a good tag name to me :-)
  6. C

    List of Tags in "List Page Types"

    Excellent news! Any help you need testing etc. just ask. Alongside this could you implement another tag to get the list name rather than the display name (I'm sure if you change what the LIST_NAME returns it would cause all sorts of havoc, so another tag would probably be best)? Thanks, Colin
  7. C

    List of Tags in "List Page Types"

    Maybe to clarify that a bit now I have re-read it. We wouldn't be using twig just to replace tags, we would use some of twig's logic capability to extract the folder name from the list name. So if we named the list customerlist-foldername-timecreated (time in there to avoid collisions) with a...
  8. C

    List of Tags in "List Page Types"

    Yes I can see that would work, and I will probably try to use a variant of it in the short term. There are a few of problems with it from our circumstances. We are trying to integrate this with an existing system, and the structure of that makes this problematic. We run a software as a...
  9. C

    List of Tags in "List Page Types"

    OK I've got twig working in some of the List Pages but not all of them. It seems like those that are going to become emails accept twig syntax, but those that are for display in a browser don't. For example: - Subscribe confirm email: Works Welcome email: Works Subscribe form: Doesn't work...
  10. C

    List of Tags in "List Page Types"

    Thank you. Simple as that!
  11. C

    List of Tags in "List Page Types"

    Well I've just updated to the latest (1.9.6) but I don't get a list of tags when I click the info button, I just get... Am I doing something wrong? Colin
  12. C

    List of Tags in "List Page Types"

    Thanks for that. I'm on 1.9.4 and I don't see that when I press the info button. I guess I just need to update as it was added in a later release? Good news about Twig in those pages. Will make what I want to do so much easier! Colin
  13. C

    List of Tags in "List Page Types"

    Is there a list of tags we can use in the "List Page Types" pages? And is it still the case that we can't use Twig in those pages? Thanks, Colin
  14. C

    Create/Update single/double opt-in list via API?

    That's perfect. Thank you. Might be worth updating the API documentation (or is it there and I couldn't see it)?
  15. C

    Create/Update single/double opt-in list via API?

    Can we specify single/double opt-in when updating a list via the API? I looked in the API docs but couldn't see anything. Reason for wanting this ability is that we want to have a list that is double opt-in but we have a requirement in some circumstances to add a subscriber via the API without...
Back
Top