subscribing users via post request

emailwrks

Member
hey,

just another quick one i'm afraid. Im trying to set up a project into mailwizz, where we post users into MW from a CRM, doing a post request. I think its using a RestSharp method.

When trying to subscribe though, it was saying page not found, is this the correct page format to post a user into?

http://platform.xyz/api/index.php/lists/le030wd6tb060/subscribers/create

its using something we found here : https://github.com/thangtx/mailwizzphpapi-wrap/blob/master/src/Middleware.php

unless you know of a better solution, my dev guy couldnt see how to create an endpoint using the existing and supported PHP documentation

thanks
 
okay thanks, think my developer is having issues working out what the;

endpoint URL
HTTP headers
HTTP Body

should actually look like for a standard HTTP request, any pointers?
 
Back
Top