Integration Guide | Zymewire
Implementation Assets

CRM Integration Snippets

Connect Zymewire's intelligence directly to your Salesforce workflow using our optimized Visualforce components.

Salesforce Production

Live Environment

Recent Zymewire Events

Copied
<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>

Company Dashboard Overview

Copied
<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>

Salesforce Sandbox

Development Environment

Recent Zymewire Events

Copied
<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>

Company Dashboard Overview

Copied
<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>