customerDetail = Map();
customerDetail.put('名前','OhHaNi'); //プレーンテキスト
customerDetail.put('電話番号','9876543210'); //電話番号
customerDetail.put('hobby',{'Swimming','CycleRide'}); //リスト
customerDetail.put('日付','12/12/2021'); //日付
customerDetail.put('marital_status','いいえ'); //チェックボックス
customerDetail.put('ContactInfo_BAR','SecretKey'); //バーコード
customerDetail.put('ContactInfo_QR','SecretQR'); //QRコード
customerDetail.put('richtext_field','
ここにHTMLコンテンツが入ります
'); //リッチテキスト
customerDetail.put('住所','ABS ここにマルチラインコンテンツが入ります'); //マルチライン
mergedata = Map();
mergedata.put('merge_data',{'data':customerDetail});
mergedata.put('件名','I am testing it 差出人 DRE'); //任意
mergedata.put('メッセージ','Look!! its 完了'); //任意
Zoho.writer.mergeAndSend('fbsa6360a78f53f564dfa9b4a1e79febed569','pdf','x@Zoho.com',mergedata,'writer”);