konnexengine ~master (2022-03-11T22:24:10Z)
Dub
Repo
NewSubscriberToGroup
konnexengine
integrations
mailerlite
api
Undocumented in source.
static
struct
NewSubscriberToGroup {
this
(string g, string e, string n, string ln);
string
groupName
;
string
email
;
string
name
;
string
lastName
;
string
country
;
}
Constructors
this
this
(string g, string e, string n, string ln)
Undocumented in source.
Members
Variables
country
string
country
;
Undocumented in source.
email
string
email
;
Undocumented in source.
groupName
string
groupName
;
Undocumented in source.
lastName
string
lastName
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
konnexengine
integrations
mailerlite
api
classes
NewSubscriberToGroups
functions
addSubscriberToGroup
batchAddSubscriberToGroups
createActiveSubscriberFrom
getSubscriberBy
updateActiveSubscriberFrom
structs
AuthInfo
CustomerDetails
NewSubscriberToGroup
SubscriberIdentifier
variables
BASE_URL