Passa al contenuto principale

Recipient

The <recipient> element is where you add recipients directly to the XML file, if you have decided to use this option.

The <recipient> element is:

Use

Use the following format to add recipients directly to the XML:

    <new_recipients>
<recipient>
<field1>field1 content</field1>
<field2>field2 content</field2>
</recipient>
<recipient>
...
</recipient>
</new_recipients>

Add one <recipient> element for each recipient.

The <field> tags in the above example represent the actual field names, which must be selected from and match those used in the database. However, field name matching is not case sensitive, for example, you can use Name or name.

Examples:

Send a email to somebody@somedomain.com

    <recipient>
<email>somebody@somedomain.com</email>
<firstname>field2A</firstname>
...
</recipient>

Send a sms to 0039448374932

    <recipient>
<phone>0039448374932</phone>
</recipient>

See Filtering and added recipients for more about how the user database is filtered to match new recipients.