GetMailingLists
Get a collection of all mailing lists created in Microbizz.
Output
maillists | collection[maillist] | A collection of the mail lists |
GetReceivers
Get all receivers on a given mailing list
maillistid | number | ID of the mail list |
Output
receivers | collection[mailreceiver] | The receivers on the list |
LinkToMailingList
Add an existing customer or person to a mailing list.
maillistid | number | ID of the mail list |
customerid | number | ID of the customer |
personid | number | ID of the person. If this is provided customerid is ignored and can be left blank. |
Output
RemoveFromMailingList
Remove an existing customer or person from a mailing list.
maillistid | number | ID of the mail list |
customerid | number | ID of the customer |
personid | number | ID of the person. If this is provided customerid is ignored and can be left blank. |
Output