Kit · Example Payload

Update A Sequence

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Update A Sequence is an example object payload from Kit, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarymethodpathtagrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Update a sequence",
  "method": "PUT",
  "path": "/v4/sequences/{id}",
  "tag": "Sequences",
  "request_body": {
    "name": "string",
    "email_address": "string",
    "email_template_id": 1,
    "send_days": [
      "string"
    ],
    "send_hour": 1
  },
  "response": {
    "sequence": {
      "id": 1,
      "name": "string",
      "hold": true,
      "repeat": true,
      "created_at": "string"
    }
  }
}