automations

List DM automations

Lists the current user's DM automations, ordered by creation time (most recent first). Supports cursor-based pagination.

get/v2/dm-automations

Query parameters

limitinteger

Maximum number of DM automations to return. Defaults to 50.

cursorstring

Opaque cursor returned by a previous call. Pass it to fetch the next page.

Response

Default Response

cursorstring

Cursor for the next page. Absent when there are no more DM automations.

Changes

Changed in 2 of the 8 revisions of this API.7

    • added the optional property action to the response with the 404 status

      response-optional-property-added

    • added the optional property action to the response with the 500 status

      response-optional-property-added

    • added the optional property details to the response with the 404 status

      response-optional-property-added

    • added the optional property details to the response with the 500 status

      response-optional-property-added

    • added the optional property items/items/emailGate to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/followGate to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/webhook to the response with the 200 status

      response-optional-property-added