arthur34 Posted August 22, 2022 Share Posted August 22, 2022 Hello, I would like to integrate this code on the WHMCS email templates. It's for tagging and sending the order reference number to Trustpilot so that it invites my customers to put a review. docs : https://support.trustpilot.com/hc/en-us/articles/360021253259-How-to-use-Automatic-Feedback-Service-without-a-BCC-field Exemple code : <script type="application/json+trustpilot"> { "recipientName": "{$client_last_name}", "recipientEmail": "{$client_email}", "referenceId": "{$service_order_id}", "tags": ["web"] } </script> When I save this code WHMCS deletes it, how to do ? I should be able to do by email template to assign the right tag. Regards, Arthur 🙂 0 Quote Link to comment Share on other sites More sharing options...
lulzkiller Posted August 24, 2022 Share Posted August 24, 2022 Why not just use the BCC field? I do it that way and it works quite nicely. 0 Quote Link to comment Share on other sites More sharing options...
arthur34 Posted August 25, 2022 Author Share Posted August 25, 2022 Hello, Thank you for your answer, I use the BCC but I would like to add this additional information for Trustpilot. 0 Quote Link to comment Share on other sites More sharing options...
g39garcia Posted December 24, 2023 Share Posted December 24, 2023 How can be BCC field being added, im really also into to implement it in WHMCS but not sure how add trustpilot because paypal way doesnt work at all 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.