Recieve Profile Data for CRM via PostMessage

Last updated January 3, 2023

There are several reasons why you might want to receive profile data:

  • You want to send customers all their recommendations via Email

  • You want them to sign up and store their data on your site

  • You would like to send direct marketing campaigns

  • You would like to track profile data by yourself

The Product Finder will communicate with the host website at defined points to communicate events. This communication is done by postMessage. The specific postMessages that are sent can differ from one Product Finder to another, for example, you might not receive the ‘add-to-cart‘ if this is handled by direct links instead.

The standard setup handles the most common messages:

  • receiving the user profile data

  • receiving an EAN to add to the cart

  • receiving a notification when the questionnaire is finished

  • receiving recommended product matches

Use this snippet as a starting point for deeper integration between the questionnaire and your website.

Login with your account at getskinmatch.com > Administration > Edit Questionnaire > Settings > Integration to retrive the post message details.

Related Topics