Passing Parameters through url link to send personalized email in bulk


Hi All,

In this post, we just want to share how to send customer online form to multiple
customers at the same time and the customer name will be auto-populated.

How to send personalized email in bulk.

Step 1: Go to Customization -> List, Records and Fields
 -> Record Types ->New
 
Step 2: Set Fields on the Forms

Step 3: Create Online Form

Step 4: Copy external link of the online form
Step 5: Passing Parameters through url link to send personalized email in bulk
https://system.extforms.netsuite.com/app/site/crm/externalcustrecordpage.nl?
compid=121212&formid=37&h=AACffht_-XrpzofiWEfc_doLSabLvSZ3Bls&custrecord_cef_customer_company=${customer.internalid}

Where:

https://system.extforms.netsuite.com/app/site/crm/externalcustrecordpage.nl?
compid=121212&formid=37&h=AACffht_-XrpzofiWEfc_doLSabLvSZ3Bls

is the external url link of the online form


custrcord_cef_customer_company: field ID of the Company name field in the record

customer.internalid : this is the internal id of customer record 
which will auto-populate customer name when customer click on the link.



We hope that it will give you an idea about how to pass parameters 
through url link to send personalized email in bulk.


Thanks
Bella Tran


Team Netsuite Guru

Comments