You can use Looker's Salesforce Campaigns integration to create campaigns in Salesforce and populate the campaign members with leads and contacts from a Looker Explore or Look. You can choose to create a new campaign or append users to an existing campaign in Looker.
Setup requirements
- Salesforce API v42.0 and later (released Spring 2018)
- Users will need "Create" and "Edit" permissions on the Campaigns object (this is associated with the "Marketing User" profile by default) as well as the "Marketing User" checkbox selected on their user profile
- If you do not have sufficient permissions, you may see the following error message:
entity type cannot be inserted...
- If you do not have sufficient permissions, you may see the following error message:
Setup instructions
Create a user attribute to control access to the action and specify the Salesforce domain. On the User Attributes page in the Users section of the Admin menu, click Create user attribute. Define your new user attribute:
- Name: salesforce_campaigns_action_domain
- Label: Salesforce Campaigns Action Domain
- Data Type: String
- User Access: View
- Hide Values: No
- No default value
Select Save.
Once you define a user attribute, you can assign Salesforce domain (for example, "https://MyDomainName.my.salesforce.com") as a value to the individual users and user groups that will use the action. Select the User Values and Group Values tabs at the top of the User Attributes page to assign values to individual users and user groups, respectively.
- Different users can target different domains (for example, a Staging or Development Salesforce instance), and you can update the domain value at any time.
- Users who do not have an assigned value will not see the action as a destination option.
Next, enable the action. Go to the Actions page in the Platform section of the Admin menu, and select Enable next to the Salesforce Campaigns Action Domain action. On the Salesforce Campaigns Action Domain page, enable the Enabled toggle, and select the Salesforce Campaigns Action Domain user attribute for the Salesforce domain field. Click Save.
Optionally, set up LookML tags
sfdc_contact_id
andsfdc_lead_id
for contacts and lead fields, respectively. Alternatively, the action will attempt to regex match the field label with the following expressions:/contact id/i
and/lead id/i
(case insensitive).
Using the Salesforce Campaigns action
Once the Salesforce Campaigns action has been configured, you can use it in the Looker Scheduler:
- From a Look or an Explore, create a schedule or select the option to Send a one-time delivery.
- Under Where should this data go?, select the Salesforce Campaigns action.
- The first time you use the action, you will be prompted to log in to Salesforce. Click Log in.
- On the OAuth consent screen, click Allow and return to the Looker Scheduler window.
Select Verify credentials. Once you've logged in to Salesforce within the Looker Scheduler, fill out the Salesforce Campaigns action form to configure the details of your Look or Explore delivery:
- Create or Append: Select Create create a new campaign or Append to modify an existing campaign.
- Campaign Name: Enter the name for the new campaign or select an existing campaign.
- Member Status: Select the status of the campaign members. This list will be populated from available statuses from your Salesforce instance.
- Surface Salesforce Errors In Looker: Set this to Yes to surface any Salesforce errors with setting campaign members in Looker's scheduled job status detail. This will record an Error in Looker's scheduled job status on the Schedule History page in the Admin menu, which is useful for troubleshooting errors on a member level. Set this to No to ignore all errors related to campaign members (default). This will record a Complete status, regardless of any errors that might have occurred when you set up the campaign members.
Specify any other options for your delivery.
Select Send.
Removing the Salesforce Campaigns action
If you want to switch the connected Salesforce instance or disconnect the Looker action from your Salesforce instance, you can revoke the connection to the Looker application from within your Salesforce account.
Limitations
- This action is limited to a maximum of 5,000 rows. The functionality to send all results is currently being developed.
- Each Salesforce Edition has a limit to the number of API calls that are allowed in a 24-hour period. Refer to the Salesforce API Request Limits and Alloctions documentation to learn your instance's API limits. This action leverages POST requests with sObject Collections to execute multiple records (200 records per API call) in a single request.