Skip to main content

BucketOutreachConfigOverride

Outreach overrides a campaign bucket may apply (only these outreach fields are overridable).

initial_message_send_at object

Override for when the initial outreach message is sent.

anyOf
string
source object

Override for the outreach message source (content).

anyOf
text object
anyOf
string
prompt_id object
anyOf
integer
prompt_version_id object
anyOf
integer
prepared_message_id object
anyOf
integer
waba_template_id object
anyOf
integer
file_idsinteger[]
caption object
anyOf
string
subject object

Override for the message subject (email channels).

anyOf
string
BucketOutreachConfigOverride
{
"initial_message_send_at": "string",
"source": {
"text": "string",
"prompt_id": 0,
"prompt_version_id": 0,
"prepared_message_id": 0,
"waba_template_id": 0,
"file_ids": [
0
],
"caption": "string"
},
"subject": "string"
}