/api/v5/campaign_section/

Create a campaign_section.

Body Params
string

The unique campaign ID.

The campaign/campaign template to associated this campaign with; supersedes campaign_id when specified.

string

Creates a copy of the specified campaign when a campaign_section UID is specified.
When copying a campaign_section, you can override any of the attributes in the root campaign_section object. Below is an example of copying a campaign_section and changing the ordinal.

  "copy_from_id": "campaign_section:1",
  "ordinal": 1.5,
} ```


 
ext
object

The structure containing section details.

number | null

Default ordering of the task relative to others with the same subject.

string | null

The schema defining the type of section. The default system schema will be applied if schema_id is not specified during a POST/PUT request.

required
string

The section title.

string
enum

The section type - brief or workspace.

Allowed:
boolean

Whether to skip this this section's required fields validation; defaults to False.

Responses

Retry-After header

Language
Credentials
OAuth2
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json