Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 3.31 KB

File metadata and controls

38 lines (34 loc) · 3.31 KB

freeclimb.Model.SMSTenDLCPartnerCampaign

Properties

Name Type Description Notes
AccountId string ID of the account that created this Queue. [optional]
CampaignId string Alphanumeric identifier assigned by the registry for a campaign. This identifier is required by the NetNumber OSR SMS enabling process of 10DLC.
Status SMSTenDLCPartnerCampaignStatus [optional]
CreateDate DateTime Unix timestamp when campaign was created. [optional]
BrandId string Alphanumeric identifier of the brand associated with this campaign.
Usecase string Campaign usecase. Must be of defined valid types. Use `/registry/enum/usecase` operation to retrieve usecases available for given brand.
Description string Summary description of this campaign.
EmbeddedLink bool Does message generated by the campaign include URL link in SMS? [optional] [default to false]
EmbeddedPhone bool Does message generated by the campaign include phone number in SMS? [optional] [default to false]
AffiliateMarketing bool Does message content controlled by affiliate marketing other than the brand? [optional]
NumberPool bool Does campaign utilize pool of phone nubers? [optional] [default to false]
AgeGated bool Age gated content in campaign. [optional]
DirectLending bool [optional]
SubscriberOptin bool Does campaign require subscriber to opt-in before SMS is sent to subscriber? [optional] [default to false]
SubscriberOptout bool Does campaign support subscriber opt-out keyword(s)? [optional] [default to false]
SubscriberHelp bool Does campaign responds to help keyword(s)? [optional] [default to false]
Sample1 string Message sample. Some campaign tiers require 1 or more message samples. [optional]
Sample2 string Message sample. Some campaign tiers require 2 or more message samples. [optional]
Sample3 string Message sample. Some campaign tiers require 3 or more message samples. [optional]
Sample4 string Message sample. Some campaign tiers require 4 or more message samples. [optional]
Sample5 string Message sample. Some campaign tiers require 5 or more message samples. [optional]
MessageFlow string Message flow description. [optional]
HelpMessage string Help message of the campaign. [optional]
OptinKeywords string Subscriber opt-in keywords. Multiple keywords are comma separated without space. [optional]
OptoutKeywords string Subscriber opt-out keywords. Multiple keywords are comma separated without space. [optional]
HelpKeywords string Subscriber help keywords. Multiple keywords are comma separated without space. [optional]
OptinMessage string Subscriber opt-in message. [optional]
OptoutMessage string Subscriber opt-out message. [optional]
Brand SMSTenDLCPartnerCampaignBrand [optional]

[Back to Model list] [Back to API list] [Back to README]