SMSFactor.Campaigns (SMSFactor v0.5.0)
View SourceWrappers around Campaigns section of SMSFactor API.
Summary
Types
Params for retrieving campaigns history.
Types
Params for retrieving campaigns history.
start: You can define the start record for pagination. Default 0length: You can define the number of records to retrieve per request. Default 100. Maximum 1000date_start: Add a filter to retrieve campaigns of which send date is after this date. Date format must be as follow:Y-m-d H:i:sdate_end: Add a filter to retrieve campaigns of which send date is before this date. Date format must be as follow:Y-m-d H:i:ssms_min: Add a filter to retrieve campaigns that have a minimum amount of SMSsms_max: Add a filter to retrieve campaigns that have a maximum amount of SMS
Functions
@spec blacklist_campaign_npai(Tesla.Client.t(), integer()) :: Tesla.Env.result()
@spec get_campaign(Tesla.Client.t(), integer()) :: Tesla.Env.result()
@spec get_campaign_npais(Tesla.Client.t(), integer()) :: Tesla.Env.result()
@spec get_campaign_replies(Tesla.Client.t(), integer()) :: Tesla.Env.result()
@spec get_campaign_stops(Tesla.Client.t(), integer()) :: Tesla.Env.result()
@spec get_campaigns_history(Tesla.Client.t(), campaigns_history_params()) :: Tesla.Env.result()