When it comes to incorporating the sales intelligence extension into your preferred web-based tool, you have several options to choose from. You are not limited to a single option but can also use a combination of multiple options.
Option 1: Link
To implement Molequle through a link, you need to generate a specific link that performs a search for people or accounts based on available attributes or combinations thereof. The link structure is as follows:
https://ORG_NAME.sales-intelligence.molequle.io/ENTITY/discover?ATTRIBUTE_NAME=ATTRIBUTE_VALUE
ORG_NAME: This represents the unique identifier for your organization's Molequle instance. If you're unsure of this name, please contact support.
ENTITY: Replace this placeholder with "people" to search for individuals or "accounts" to search for accounts.
ATTRIBUTE_NAME: Specify the attribute you wish to search in Molequle. For example, if you want to search people by their email address, replace this placeholder with "email".
ATTRIBUTE_VALUE: This is the value that Molequle will use to search for a particular record. For instance, if you want to search for a person using their email address, you would provide the actual email address as the ATTRIBUTE_VALUE.
For example, the link to search for people by their email address would be: https://ORG_NAME.sales-intelligence.molequle.io/people/discover?email=EMAIL_ADDRESS. Similarly, to search for accounts by their website, the link would be: https://ORG_NAME.sales-intelligence.molequle.io/accounts/discover?website=WEBSITE.
You can also search for records using multiple attributes. Simply combine multiple attribute/value pairs with an ampersand. For instance, to search for people by their first and last name, use the following link: https://ORG_NAME.sales-intelligence.molequle.io/people/discover?first_name=FIRST_NAME&last_name=LAST_NAME.
Option 2: Iframe
To embed Molequle using an iframe, refer to the documentation on integrating Molequle with a link mentioned above. Once you've generated the link to search for individuals or accounts, add the following URL parameter to indicate that Molequle is embedded via an iframe: embed=true.
For example, to embed Molequle in an iframe and search for people by email address, use the following link: https://ORG_NAME.sales-intelligence.molequle.io/people/discover?email=EMAIL_ADDRESS&embed=true (the only difference is the additional query parameter).
Once you have the link, use the following HTML code to embed Molequle through an iframe:
<iframe src="MOLEQULE_LINK" width="100%" height="600"></iframe>
Option 3: Browser Extension
Instead of relying on an iframe or a link, you and your colleagues can use the browser extension to see additional information about individuals or accounts. The extension is available in Chrome's web store or as a Firefox add-on.
It can be configured to e.g. display all relevant information from Molequle for leads, contacts, or accounts in your CRM. More information about the browser extension can be found in the documentation linked above.