Hi!
I want to send invite for event and I want to track who RSVP. How do I build base or connection? I am thinking weebhook. So every member gets email with the specific webhook (record id), but where (in which table) do I put it?
These are my tables: Members/Events/Speakers
How can i send email to every member with a link (webhook), that when the member click on "i am going" button in email, I can see the list of all who clicked either "i am going" or "i am not going".
I already created webhook in make and I added it in AT and customeyed it with record ID.
https://hook.eu2.make.com...' & "?Record=" & RECORD_ID()
I put this field in Members table.
Then I create automation:
Trigger: if the date of event is 1 week before today - in table Events
1st action is find records - in table Members (so that i can send emails to them)
2nd action in send email with webhook. and here my problem accour. I can only select "list of "webhook") in the email, because webhook field is in the members table). so when the email is send, in the message there is a whole list of webhooks of every member.
So I am not doing it right.
Does someone have better idea how to solve this smoother?
Thanks!