Skip to main content
POST
Preview Teams Message

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_id
string<uuid>
required

Body

application/json

Current (possibly unsaved) builder values for the Teams chat preview.

Mirrors the email preview: campaign_title/duration_minutes let the campaign builder preview with the real campaign values so the {title} and {duration} placeholders render as they will in the actual chat.

message
string | null
Maximum string length: 4000
language
string | null
campaign_title
string | null
Maximum string length: 300
duration_minutes
integer | null
Required range: 1 <= x <= 240

Response

Successful Response

html
string
required