Getting Started

As we make changes to our API, we’ll publish below. Changes to the product itself will be published on Product Updates.

January 5, 2021

Changes to the Sequence API

  1. Failed attempt at creation/update/deletion of a Sequence because of an issue with permissions will now return a 403 error instead of a 401 error.
  2. Errors pertaining to Sequence Steps will no longer give you a deep nested error structure (e.g. {"field-errors": {"steps": {"errors": {...}}}}), but rather a simple high-level error (e.g. {"error": "The delay of a Sequence Step must not be larger than 365 days."}).