|
Quick Start: Parsing Unsubscribe Requests |
Previous Topic Next Topic |
|
Double-click the mailing list icon, and click the “Unsubscribe” tab. Click the “Form/Parsing” button. You will now need to repeat these steps for every piece of text want to extract:
Note: At this point you may either want to parse the name and email address of the subscriber to remove from the mailing list (after all this is what the “Unsubscribe” tab is all about) or to parse a field to use in a reply to the unsubscribe request or any message sent in response to the request.
You can choose “Name” to use the extracted text as the name of the subscriber to remove from the mailing list. If you use the “Reply to the sender of the original message” option this will be the name of the recipient of the reply.
You can also type an arbitrary field name (e.g. Phone) in the “Save as” drop-down to create a new custom field. If you do that, you will be able to use the extracted content in replies to unsubscribe requests using $(...) syntax.
Example:
$(Phone)
To learn how to view a sample message you want to parse, read: Downloading Sample Messages |