Skip to main content
PATCH
Update Email Campaign

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

campaign_id
string<uuid>
required

Body

sender_identity_ids
string<uuid>[]

Optional sender pool for random campaign sending.

name
string
Required string length: 1 - 255
status
enum<string>
  • draft - Draft
  • active - Active
  • paused - Paused
  • completed - Completed
  • cancelled - Cancelled
Available options:
draft,
active,
paused,
completed,
cancelled
description
string
timezone
string
Maximum string length: 64
allowed_windows
any
stop_on_reply
boolean
is_deleted
boolean
created_at
string<date-time>
company
string<uuid>
workflow
string<uuid> | null
created_by
string<uuid> | null
responder_agent
string<uuid> | null

Response

id
string<uuid>
required
read-only
steps
object[]
required
read-only
sender_identities
string
required
read-only
sent_count
string
required
read-only
unique_opens
string
required
read-only
unique_clicks
string
required
read-only
replies
string
required
read-only
name
string
required
Maximum string length: 255
updated_at
string<date-time>
required
read-only
company
string<uuid>
required
sender_identity_ids
string<uuid>[]

Optional sender pool for random campaign sending.

status
enum<string>
  • draft - Draft
  • active - Active
  • paused - Paused
  • completed - Completed
  • cancelled - Cancelled
Available options:
draft,
active,
paused,
completed,
cancelled
description
string
timezone
string
Maximum string length: 64
allowed_windows
any
stop_on_reply
boolean
is_deleted
boolean
created_at
string<date-time>
workflow
string<uuid> | null
created_by
string<uuid> | null
responder_agent
string<uuid> | null