Skip to content

Releases: run-crank/cog-pardot

Pardot Cog - v0.5.0

08 Jul 23:17
Compare
Choose a tag to compare

New Features

Prospect field check step includes two new operators [#39]
In addition to all pre-existing operators, it's now possible to use the following operators:

  • be one of: When used, the expected value should consist of comma-separated values (matching CSV semantics). When the actual value matches any one of the given values, the step will pass.
  • not be one of: Similar to the above, except the step will fail if the actual value matches any one of the given values.
  • be set: The step will pass if any non-empty value is set on the given field (when this operator is used, the expected value is optional).
  • not be set: Similar to the above, except the step fill pass only if the given value is empty.

Installation

# Install this version
$ crank cog:install automatoninc/pardot:0.5.0

# Install the latest version
$ crank cog:install automatoninc/pardot

Thanks to Contributors

Pardot Cog - v0.4.0

21 Apr 22:39
Compare
Choose a tag to compare

New Features

New step to check Pardot Prospect Membership

- step: Then the {{ProspectEmail}} Pardot prospect should {{be opted in to|be opted out of|not be a member of}} list {{ListID}}

Installation

# Install this version
$ crank cog:install automatoninc/pardot:0.4.0

# Install the latest version
$ crank cog:install automatoninc/pardot

Thanks to Contributors

Pardot Cog - v0.3.0

17 Mar 21:34
Compare
Choose a tag to compare

New Features

  • For users running v0.9.0+ of the Crank CLI, all steps will now include extra data on failure or error outcomes to aid in debugging/diagnosis.

Installation

# Install this version
$ crank cog:install automatoninc/pardot:0.3.0

# Install the latest version
$ crank cog:install automatoninc/pardot

Pardot Cog - v0.2.1

10 Jan 18:04
Compare
Choose a tag to compare

Maintenance

Installation

# Install this version
$ crank cog:install automatoninc/pardot:0.2.1

# Install the latest version
$ crank cog:install automatoninc/pardot

Thanks to Contributors

Pardot Cog - v0.2.0

31 Dec 23:15
Compare
Choose a tag to compare

New Features

Prospect field check step now includes operators [#16, #17]
The step expression for the Check a field on a Pardot Prospect step has been updated to include operators beyond simple equality.

You may now specify be less than, be greater than, contain, not contain, or not be, in addition to the previous, sole, hard-coded be operator.

Maintenance

  • All dependencies have been updated to address security vulnerabilities [#13]
  • Building/installing the Cog is now a pre-condition to build success in Circle CI [#28]

Installation

# Install this version
$ crank cog:install automatoninc/pardot:0.2.0

# Install the latest version
$ crank cog:install automatoninc/pardot

Thanks to Contributors

Pardot Cog - v0.1.0

19 Nov 21:34
Compare
Choose a tag to compare

New Features

New step to create Pardot Prospects [#3]

- step: When I create a Pardot Prospect
 data:
   prospect:
     field1: value1
     field2: value2

New step to delete Pardot Prospects [#4]

- step: Finally, delete the {{any.email}} Pardot Prospect

New step to check a field on a Pardot Prospect [#2]

- step: Then the {{field}} field on Pardot Orospect {{any.email}} should be {{expected.value}}

Installation

# Install this version
$ crank cog:install automatoninc/pardot:0.1.0

# Install the latest version
$ crank cog:install automatoninc/pardot

Thanks to Contributors