Marketo Connector

Content Type: Module
Categories: Connectors

Overview

Leverage the Marketo API with the Marketo Connector module. This module helps you discover the possibilities of Marketo and provides some examples of how you could integrate Market into your app or use Mendix in your marketing workflow.

Documentation

Description

Use the Marketo Connector to enhance your Mendix app with Marketo data an actions to integrate with your Marketing workflows. Create or Update Marketo Leads and Activies based on events happening in your organization.

Typical usage scenario

Store multiple authentications and get Auhorization from you Marketo instance(s). Retrieve Marketo data to transform and store in your Mendix app. Create or update Leads and activities in Marketo based on business events happening in your country. Use Marketo webhooks to let Marketo call your Mendix app as part of a smart campaign.

Features

  • Get metadata about your Marketo instance
  • Retrieve Leads
  • Create or Update Leads
  • Integrate Marketo web hooks

Dependencies

  • Encryption module
  • CommunityCommons module
  • Mendix Studio Pro 9.0.5

Installation

  • Download the Encryption module and add a value in the EncryptionKey constant.
  • Download the CommunityCommons module.
  • Assign the Administrator Module role to an App Role that should be able to configure the Marketo authentication.
  • Add the Snip_Snip_Authentication_Overview or Snip_Administration to a page in your app.

Releases

Version: 2.1.0
Framework Version: 9.0.5
Release Notes: upgrade to support Atlas 3 and Mx9 minor improvements
Version: 2.0.0
Framework Version: 8.12.7
Release Notes: - added example actions for retrieving, updating and creating leads - added Published Rest Service for Marketo Webhooks - improved encryption implementation
Version: 1.0.0
Framework Version: 8.8.1
Release Notes: -initial release