Skip to main content
GET
Retrieve a campaign step

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the campaign step

Response

200 - application/json

The campaign step — the same shape as the entries in a campaign's steps array

type
enum<string>
required

The step type. Always "email" for this step

Available options:
email
email_template_id
string
required

The ID of the email template to use in this step

custom_step_id
string

Optional. The ID of the custom step to use in this step. The type of the custom step must be "email" as well