ExternalAutoResponder SFO

Properties

Field

Type

Comment/Sample

Methods

 

Method

Returns

Parameters

Parameter Types

Comments/Sample

reset()

void

none

none

clear out subscriptions

setList(list)

void

list

string

set the list the email is about to subscribe to

setLists(lists)

void

list

Array of string

set the lists the email is about to subscribe to

subscribe(email)

boolean

email

string

true if subscribed

subscribe(email, firstName, lastName)

boolean

email

firstName

lastName

string

string

string

true if subscribed

subscribe(email, fullName)

boolean

email

fullName

string
string

true if subscribed

See Also