Spring 2017 Updates

June 16, 2017 | by

In the Spring 2017 release, we are adding the ability to bulk extract lead and activity object data asynchronously, and to manipulate named account lists.  See the full list of updates below.

Lead Database APIs

Bulk Extract of Leads

New endpoints to support extraction of leads in bulk.  Specify record selection criteria using a variety of options.  Details can be found here.

Bulk Extract of Activities

New endpoints to support extraction of Activities in bulk.  Specify record selection criteria using date range, and activity list.  Details can be found here.

Named Account Lists

New endpoints to support CRUD operations on Named Account Lists.  Details can be found here.

Other Enhancements

  • The Get Campaigns endpoint now allows you to filter “triggerable” campaigns.  This is achieved by passing “isTriggerable=true” as a query parameter.
  • The Clone Program endpoint now supports programs that contain all asset types except SMS Message.

Mobile SDK

Ionic

You can now use Marketo Mobile MME and with the Ionic application framework.  Details can be found here.

Unregister Push Notification Token

A new method was added to the SDK that allows you to unregister the push notification token with Marketo.  This is useful for example when a user logs out of your app.  For usage see “unregisterPushDeviceToken” (iOS) or “uninitializeMarketoPush” (Android) method here.