Mass Email With Custom Parameter
Hello,
I have a group of contacts that have multiple items assigned to each contact. I'd like the contacts to update the availability of these items. I'm attempting to send a mass email to all contacts with a link that filters the report of the item to show only the items associated with that contact. I'm just getting used to Zoho.
In normal code I'd: Loop though all contacts, get the ID of the contact, generate a URL and change a URL parameter such as
https://creator.zoho.com/appbuilder/name/form/listItems?CONTACTID=# and then on that form take URL.CONTACTID and use it to filter the items on the page and send this link out via email to all users.
So: Where would I put the action button to email all users? I assume i need to create a new page somewhere, add a button, write some Deluge to loop though all contacts and generate a url based upon their ID? A link to an article or something in that direction would be helpful.
Thank you for your time!