Skip to content

Pardot Cog - v0.5.0

Latest
Compare
Choose a tag to compare
@iamEAP iamEAP released this 08 Jul 23:17
· 127 commits to master since this release

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