Hello everyone,
I have created a voucher table that has a relationship with the contact entity of N:1 (Multiple vouchers can be assigned to a single contact). Please correct me if the relationship type is wrong.
The voucher table has the following sample data:
Title: Voucher A, Expiry date: 1/31/2022
The scenario I need to achieve:
- I want to send a voucher for a targeted segment that has today's birthdays of our contacts in an Marketing email, and the voucher must be valid by date and not expired.
- I would like to know the logs of the vouchers that have been sent to all contacts previously.
For example, if we sent voucher A to a customer on 1/12/2022 and the following year 1/12/2023 we sent them another voucher (voucher B), I want a simple grid in the contact table that shows me these logs.
3. For logs, do I need to have a separate table between vouchers and contacts for transactions to get the necessary logs? Or is there an OOB feature that already does this? If not, how can I feed the contacts with this data to show the previous vouchers were sent to a specific contact?
I saw a great post that is very similar to my case Send coupon code. However, I still need guidance on the above requirements and would greatly appreciate it if you could provide a useful example or resource that shows how to implement something similar to this case.
Any help is most welcome.
Thank you!