Search results

  1. V

    API Documentation?

    Great. It works! Thank you! I get the text: [_readOnly: MailWizzApi_Params: private] => I can not delete the subscriber. What needs to be configured?
  2. V

    API Documentation?

    There is nothing. It work just before: // CREATE THE ENDPOINT $endpoint = new MailWizzApi_Endpoint_Customers();
  3. V

    API Documentation?

    Yes, I did that. I wrote my actual email list unique id. There are no errors, but no new subscribers are created.
  4. V

    API Documentation?

    Nothing happens if I use the code: // ADD SUBSCRIBER $response = $endpoint->create('LIST-UNIQUE-ID', array( 'EMAIL' => 'email@info.com', // the confirmation email will be sent!!! Use valid email address 'FNAME' => 'John', 'LNAME' => 'Doe' )); // DISPLAY RESPONSE echo '<hr...
  5. V

    API Documentation?

    apiUrl was wrong. I deleted the "tld" in the address, now get: MailWizzApi_Params Object ( [_data:MailWizzApi_Params:private] => Array ( [status] => error [error] => Customer creation is disabled. ) [_readOnly:MailWizzApi_Params:private] => ) Where to...
  6. V

    API Documentation?

    I configured, but not working. I deleted the line: exit('COMMENT ME TO TEST THE EXAMPLES!'); What did I wrong do? I get this text: MailWizzApi_Params Object ( [_data:MailWizzApi_Params:private] => Array ( [status] => error [error] => Could not resolve host...
  7. V

    Where do i find my API info?

    Thank you! API status was offline.
  8. V

    API Documentation?

    Thanks a lot!
  9. V

    API Documentation?

    I just started learning Mailwizz. I'm looking for step by step documentation for the API. Do I need to install Compozer for the API to work? If my provider does not support installing Compozer, how to work with API?
  10. V

    Where do i find my API info?

    I dn't have the menu item api key. How can I get api key?
  11. V

    Tags Setting

    it still wont work, i've attached screenshot from original link to how it shows .
  12. V

    Tags Setting

    should it work on all versions or only on latest ones ?
  13. V

    Tags Setting

    Ive been putting it that way and it wont work. : https://google.com?aid=00000&acid=1&xi_oclkid=[CLICKID]}&xi_resid=[LEADID]&subid=[AFFILIATEID]
  14. V

    Tags Setting

    I have 3 custom fields in my email list called "Custom field click id", "Custom field lead id", "Custom field affiliate id". I need to insert those fields' values in email body. How do I do that?
Back
Top