Connect Zymewire's intelligence directly to your Salesforce workflow using our optimized Visualforce components.
Live Environment
<apex:page standardController="Account">
<apex:iframe src="https://zymewire.com/company/crm_iframe?account_id={!Account.Id}&account_name={!URLENCODE(Account.Name)}&sf_login=true&panel=events" width="100%" height="600px" scrolling="true"/>
</apex:page>
<apex:page standardController="Account">
<apex:iframe src="https://zymewire.com/company/crm_iframe?account_id={!Account.Id}&account_name={!URLENCODE(Account.Name)}&sf_login=true&panel=company_info" width="100%" height="600px" scrolling="true"/>
</apex:page>
Development Environment
<apex:page standardController="Account">
<apex:iframe src="https://sandbox.zymewire.com/company/crm_iframe?account_id={!Account.Id}&account_name={!URLENCODE(Account.Name)}&sf_login=true&panel=events" width="100%" height="600px" scrolling="true"/>
</apex:page>
<apex:page standardController="Account">
<apex:iframe src="https://sandbox.zymewire.com/company/crm_iframe?account_id={!Account.Id}&account_name={!URLENCODE(Account.Name)}&sf_login=true&panel=company_info" width="100%" height="600px" scrolling="true"/>
</apex:page>