Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A list of common issues that you may run into when making a POST or GET request to the MailUp API.

For details on the parameters to pass in those requests, please see this page.

Issue

Likely cause

User is subscribed
Custom data fields are not handled correctlyMake sure that the field code is being used (Campo1, Campo2, etc.) instead of the field name (e.g. UserName).

The recipient is subscribed, but remains among pending

users

contacts, even though I do not use a confirmation request

It is likely that

Likely, some of the parameters are not passed correctly.

For example, make sure that the different fields are passed as "

Field1

Campo1", "

Field2

Campo2", "

FieldN

CampoN" and not with the field names used in the console.

In order to

To map lists and groups and match them to the correct IDs check the page Settings

>Codes

> Codes Table and List GUID in the MailUp console.

Should the problem persist, check that the parameter "confirm" is passed to the procedure with value "0" or "1" and not "true" / "false"

Calls to xmlSubscribe.aspx systematically return errors

Check that the caller IP address has been registered: if not, it must be added to the list available

at

on the page Manage > Web Services (select "Manage > WebServices

=

> FrontEnd")

Calls to UpdateSubscriber.aspx return an errorMake sure that you specify the ListGuid and not just the list ID. Click here for more details.