Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBAN & Collection date available as token for emails #240

Closed
magnolia61 opened this issue Jan 19, 2015 · 11 comments
Closed

IBAN & Collection date available as token for emails #240

magnolia61 opened this issue Jan 19, 2015 · 11 comments

Comments

@magnolia61
Copy link
Contributor

A week after registration we send out an automated email to the parents of our camp participant to check the registration information.

We would like to include a section about the direct debit payment in this email.
Would it be very hard to have the IBAN and collection date available as tokens?

Kind regards,
Richard

@bjendres bjendres added this to the 1.2 milestone Jan 20, 2015
@bjendres
Copy link
Member

We would like to include a section about the direct debit payment in this email.

Could you be more specific? How exactly do you want to create the email? Individually? By batch? If a contact has more than one mandate, how would it know which one you want in the email?

In the meantime, we have the PDF Prenotification button in the mandate to generate a PDF file with this data. That is something that you could then attach to your email.

@magnolia61
Copy link
Contributor Author

We would like tot include it in a scheduled mail tot participants so from the event_id and the uid the corresponding mandate could be found. The same flow would apply to memberships I guess.

@bjendres
Copy link
Member

So, are we talking about the "Scheduled Reminders" system here?

@magnolia61
Copy link
Contributor Author

Yep. Between registration and the even itself we send the parents of oud summercamp participants a series of mails. The first mail would inform on the payment and preferably include the IBAN, amount and collection date as a extra confirmation.

@tttp
Copy link
Member

tttp commented Jan 20, 2015

For security reason, not sure it's a good idea to multiply the number of
emails with IBAN in it.

Think about it: if you don't require paper mandate, the IBAN is like a
credit card number: it's the only thing needed to buy something online. For
good reasons, you wouldn't send the credit card number by email, shouldn't
it be the same practice for iban?

X+

On 20 January 2015 at 10:54, Richard van Oosterhout <
notifications@github.com> wrote:

Yep. Between registration and the even itself we send the parents of oud
summercamp participants a series of mails. The first mail would inform on
the payment and preferably include the IBAN, amount and collection date as
a extra confirmation.


Reply to this email directly or view it on GitHub
#240 (comment).

@bjendres
Copy link
Member

For security reason, not sure it's a good idea to multiply the number of emails with IBAN in it.

That's a good point. But it should be up to the user to decide this. I think it makes sense to implement this, and to provide the email processor with all the relevant mandate information - whether you use it not.

@magnolia61: I would estimate this to require 2-4hrs, if you help with the testing.

@magnolia61
Copy link
Contributor Author

You know I am glad to help in the way I can: debugging & testing on drupal & joomla in a production setting :-)

@bjendres
Copy link
Member

Sounds good. Then all we need, as the tag needs funding indicates, is funding.

@bjendres
Copy link
Member

bjendres commented Feb 3, 2015

@magnolia61: Please have a look at #250 and tell me if it works now.

@bjendres bjendres modified the milestones: Future Features, 1.2 Jun 1, 2015
@eptbertram
Copy link
Contributor

Late answer, but there are some SEPA mandate tokens now (German here, but they shall be in your language as well):

  • {Letztes_SEPA_Mandat.iban}
  • {Letztes_SEPA_Mandat.iban_anonymised}
  • {Letztes_SEPA_Mandat.first_collection}
  • {Letztes_SEPA_Mandat.amount_text}
  • {Letztes_SEPA_Mandat.amount}
  • etc.

Hope this helps you and anybody else :)

@bjendres
Copy link
Member

Thanks @eptbertram!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants