Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

MailUp provides all the tools so that a user can subscribe to a specific list using a subscription form. Such form can be placed on the MailUp console website or on the customer’s website.

Existing forms on customer's website

A subscription form on the customer’s website can transfer the inserted data to the MailUp console, through calls provided by aspx pages. Aspx pages contain procedures to insert, modify, search, remove contacts in MailUp.

How to integrate MailUp with a subscription form on the customer’s website

 

The available procedures allow to:

  • Subscribe a user to different lists and groups, using the “Codes table” as a reference (path: Settings > Codes table)
  • Unsubscribe a user from a list;
  • Check user status;
  • Update user’s personal data.

Please read on to find technical details on how to perform these operations.

Customer's website does not have a subscription form

Customers who do not have a subscription form available can create a new one, or use one of the forms available inside the MailUp console.

 

Ready-to-use buttons and forms

 

Subscription buttons and links to predefined forms are available in the MailUp console at the page Settings > Subscription Form. The form’s HTML code can also be copied and pasted on any website (asp, php, etc..): it will work perfectly, as its path is absolute.

 


 

How to use available buttons and forms




  • No labels