Want to capture Custom stamp creation event to store Custom Stamps locally

Product: Salesforce Webviewer

We want capture the details of custom stamp while creating and store it in Salesforce, so when user login or refresh the web viewer so they can have the custom stamp they created previously to use. So we need to capture the event while creating the custom stamp.

1 Like

Hello bhuvaneshpm0012,

The Salesforce integration is very similar to web sdk, just that the communication is done through the config.js file. Message to webviewer is done in the component that contains the WebViewer constructor using the postMessage to iframe method and to communicate back to salesforce is done through the config.js ​postMessage.

Best regards,
Tyler

1 Like