Versions Compared

Key

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

...

The “value” field must contain the ID of the list the user will be subscribed to. You can see that numeric value shown in the MailUp admin console under Settings > Edit lists or looking at the dropdown menu at the top left of the page. In the image, the list called "New products" has value=3.

Image RemovedImage Added

Mobile phone number (optional)

...

CODEDESCRIPTION
0Operation completed successfully / Either email address or mobile number has been changed
1Generic error
2Invalid email address or mobile number
3User already subscribed
-1011IP not registered

...

Code Examples

Code Block
languageruby
collapsetrue
m = MailUp::API.new('console_url')
m.xml_subscribe(:email => 'sample@email.com', :list => 1)
# => 0

Xmlchksubscriber.aspx (User subscription check)

...