Skip to content

Releases: jepcastelein/marketo-rest-python

v0.5.21 add email variable support

22 Dec 23:57
Compare
Choose a tag to compare

Added Email Variable support: get_email_variables and update_email_variable

v0.5.20 add get_email_template_used_by and update push_lead

14 Oct 03:56
Compare
Choose a tag to compare

Thanks to @petrklus for contributing a method for get_email_template_used_by .
Thanks to @suhaibwangdemck for fixing push_lead (made lookupField optional)

v0.5.19 add missing Smart Campaign methods

20 May 18:44
Compare
Choose a tag to compare

added methods for 'get smart campaign by name' and 'create/update/clone/delete smart campaign'

v0.5.18 Bug Fix for listing all Bulk Export Jobs

25 Apr 22:47
Compare
Choose a tag to compare

Previously, at most 300 Bulk Export Jobs were exported. Now it will take the nextPageToken and loop to download all Bulk Export Jobs for the past 7 days.

v0.5.17 Bug fix for "Get Smart Campaigns by Lead ID"

08 Apr 23:58
Compare
Choose a tag to compare

"Get Smart Campaigns by Lead ID" will now download more than 300 Smart Campaigns if the Lead is a member of over 300 Smart Campaigns. Also, the batchSize, earliestUpdatedAt and latestUpdatedAt are now implemented.

v0.5.16 timeout support by ViMonks; new method "Get Smart Campaigns by Lead ID"

08 Apr 19:58
Compare
Choose a tag to compare

Requests timeout support by @ViMonks ;
New method "Get Smart Campaigns by Lead ID"

v0.5.15 Stream Bulk files and Yield Folders and Lists

30 Jan 23:43
Compare
Choose a tag to compare

Changes:

  • Stream Bulk files for the Bulk Extract API (contrib by @tkachoff)
  • Made the error for reaching the daily bulk quota a fatal error rather than retrying (contrib by @java8964)
  • Yield Folders and Lists rather than wait for all of them to download
  • Fixed some readme typos

v0.5.14 Bulk Export Custom Objects and Program Members

27 Dec 04:34
Compare
Choose a tag to compare

Added support for bulk export for Custom Objects and Program Members.

v0.5.13 Submit Form

27 Dec 04:32
Compare
Choose a tag to compare

Added the Submit Form method

v0.5.12 Bug fix

07 Jul 01:54
Compare
Choose a tag to compare
v0.5.12 bug fix to handle 601 and 602 errors when passing in Access T…