This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
send_messages_to_clients_upon_batch_submissions [2014/11/05 13:49] Lisa Adams |
send_messages_to_clients_upon_batch_submissions [2014/11/05 13:50] (current) Lisa Adams [3. Now we’re ready to set up the messages. Add a new rule to the bottom choosing “For each payment”.] |
||
|---|---|---|---|
| Line 37: | Line 37: | ||
| Here is an example template: | Here is an example template: | ||
| - | <code>“Hi $client->firstname, your payment for $payment->amount($payment->currency) has been scheduled for $payment->date->neat. If you have any queries please contact us on 082-111-1111. Regards, SnapBill.”. Once templating has run the messages come out something like: “Hi Josh, your payment for $15.50 has been scheduled for March 3rd. If you have any queries please contact us on 082-111-1111. Regards, SnapBill.”.</code> | + | <code> |
| + | “Hi $client->firstname, your payment for $payment->amount($payment->currency) has been scheduled for $payment->date->neat. If you have any queries please contact us on 082-111-1111. Regards, SnapBill.”. Once templating has run the messages come out something like: “Hi Josh, your payment for $15.50 has been scheduled for March 3rd. If you have any queries please contact us on 082-111-1111. Regards, SnapBill.”. | ||
| + | </code> | ||