Improved

2026 June Week 3 release: Updates to existing APIs

Summary: Updated APIs for Delivery.

Delivery

Link to the documentation

Delivery (v v2)


What's Changed


GET /integration/v2/delivery
Parameters:

Changed: enabled in query

When true, returns only enabled delivery options. When false or omitted, returns all delivery options regardless of enabled status.

Return Type:

Changed response : 200 OK

OK

  • Changed content type : application/json
    Changed items (object):
    • Changed property id (string -> string)

      Unique identifier for the delivery option.

    • Changed property name (string)

      Display name of the delivery option as shown in the Seismic UI.

    • Changed property isEnabled (boolean)

      Whether this delivery option is currently enabled for the tenant.

    • Changed property isCustom (boolean)

      Whether this is a custom delivery option (true) or a built-in Seismic delivery channel (false).

    • Changed property hasForm (boolean)

      Whether this delivery option requires additional form inputs before delivering.

    • Changed property externalApplication (string)

      The external platform this delivery option integrates with. Empty string for standard Seismic delivery channels. Possible non-empty values: ios, salesforce, sharepoint, google drive, gmail.
      Added enum values:

      • ``
      • google drive
      • gmail

Result


API changes broke backward compatibility