v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Sequence Template

sequenceTemplate.info

Retrieves metadata for a reusable sourcing sequence template visible to the caller. Archived templates may be returned. Message subjects and bodies are not exposed.

Returns sequence_template_not_found when the template does not exist, is not a reusable sourcing template, or is not visible to the caller.

Requires the sourcingRead permission.

post/sequenceTemplate.info

Request body

sequenceTemplateIdstring uuid required

The unique identifier for the sequence template

Response

Responses from the sequenceTemplate.info endpoint

OR

Example response

{
  "success": true,
  "results": {
    "id": "97f36cec-3736-4f14-b1e2-ec60a132efab",
    "title": "Senior Engineer outreach",
    "isArchived": false,
    "unsubscribeLinkActive": true,
    "updatedAt": "2026-07-13T12:34:56.000Z",
    "stages": [
      {
        "id": "cc506f71-e2a3-438e-9130-a90b5f350ce3",
        "type": "Email",
        "sendAfter": {
          "kind": "NoDelay"
        }
      },
      {
        "id": "f03c715f-aa66-49ac-b983-04f51337760d",
        "type": "Email",
        "sendAfter": {
          "kind": "TimeIntervalElapsed",
          "amount": 3,
          "unit": "day",
          "time": "09:00",
          "timezone": "America/Los_Angeles",
          "allowedWeekdays": [
            1,
            2,
            3,
            4,
            5
          ]
        }
      }
    ]
  }
}