Search results

  1. Pablo Oliva

    Successful send event hook

    @twisted1919 I am implementing this action within an extension and it is hooked only into the console and there is no need for settings administration from the backend. My question is, since we don't need to make any settings available to the user or the backend administrator, do I still need to...
  2. Pablo Oliva

    Successful send event hook

    We would like to add some custom code that executes once a campaign is successfully sent. Is there a hook that exists that can help us with this, or would you suggest another approach? Thank you.
  3. Pablo Oliva

    New customers

    I think that I still have some additional challenges. I see (https://forum.mailwizz.com/threads/api-info.78/#post-404) that I can create a new customer account without the need for API keys. Immediately after creating a new customer account though, I would like to create (import) a new list for...
  4. Pablo Oliva

    New customers

    Nevermind, just found this other thread - https://forum.mailwizz.com/threads/api-info.78/#post-404
  5. Pablo Oliva

    New customers

    @twisted1919 I too would like to create a new customer with the use of the API, but as you posted previously, the challenge is that the API keys must already exist in order for us to use the API. What do you think about this proposed "solution?" What if I were to in the backend create a...
  6. Pablo Oliva

    Auto validate delivery server

    Beautiful! Thank you @twisted1919
  7. Pablo Oliva

    Auto validate delivery server

    Thanks for the feedback and direction. After cloning server with id=1 can I then programmatically update the details for the new cloned server without triggering a need to revalidate? I am asking because most customers have their own unique servers on separate domains, etc.
  8. Pablo Oliva

    Auto validate delivery server

    I'm glad you asked :) I was looking into how to do that, and it seems that I'll have to extend the API (https://forum.mailwizz.com/threads/extending-the-api.1379/), if I'm not mistaken. I don't have all the details worked out yet, but this is the basic idea. I already have a generic...
  9. Pablo Oliva

    Auto validate delivery server

    Correct. This would only be needed the first time our users leave our Java app to use MW, but this "first" time would be upon each user's choosing, so it would be variable or dependent on each user. Once a user chooses to use MW, we import the settings if an account is not already active in MW...
  10. Pablo Oliva

    Auto validate delivery server

    @twisted1919 I understand your concern. What if I could guarantee that the servers are already validated? Our app already uses the same server and server settings that are requested by MW. We would like to make the handoff from our app to MW as seemless as possible, and eliminating the need to...
  11. Pablo Oliva

    Auto validate delivery server

    Is it possible to eliminate the request to validate a delivery server? We'd like to create customer accounts, including servers settings, in an external app and then have that info imported into MailWizz, and as a part of this process, we'd like to eliminate the request to validate the delivery...
  12. Pablo Oliva

    How to Setup PHP SDK API?

    If anyone else runs into a similar issue, as I found on this thread (https://forum.mailwizz.com/threads/subscribers-email-through-api.1019/#post-6294), the API URL in setup.php has to include "index.php," i.e. 'apiUrl' => 'http://127.0.0.1/api/index.php'
  13. Pablo Oliva

    How to Setup PHP SDK API?

    @twisted1919 First, can I confirm that in the above code sample, 'LIST-UNIQUE-ID' should actually be the ID of the list that you are trying to display, correct? Even when I replace that with an actual ID, I get the following error: MailWizzApi_Params Object (...
  14. Pablo Oliva

    Sample statistics/analytics, can anyone provide a screenshot?

    @wissem thank you! The screenshots you provided me with helped greatly with my presentation today.
  15. Pablo Oliva

    Sample statistics/analytics, can anyone provide a screenshot?

    I have to do a presentation next week on the features that MailWizz offers and since we have not had any active campaigns I can not accurately demonstrate the Dashboard charts. Would anyone be able to provide me with a screenshot as an example?
  16. Pablo Oliva

    Upgrade successful?

    @twisted1919 beautiful. I appreciate you being open to suggestions.
  17. Pablo Oliva

    Upgrade successful?

    Thanks @twisted1919. Maybe I'm just not very smart and this is just a suggestion, but the readme file could possibly be a little clearer as in: If you are installing... and If you are upgrading... I thought we had to install and then upgrade. Not the most logical, I know, but I just didn't...
  18. Pablo Oliva

    Upgrade successful?

    We just purchased the app and did a fresh install, then attempted the upgrade (https://kb.mailwizz.com/articles/upgrade-steps/), but I never saw the update wizard. When I attempt to hit the update wizard URL (I tried both http://www.yourdomain.com/backend/index.php/update and...
  19. Pablo Oliva

    IMAP extension Warning

    Thank you @khanlustglobas this was helpful.
  20. Pablo Oliva

    Translations to Germany, Italian & Arabic

    How for along is the German translation? I can help with that, and Spanish.
Back
Top