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](./array-sfo.md) 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 | emailfirstNamelastName | stringstringstring | true if subscribed |
subscribe(email, fullName) | boolean | emailfullName | string string | true if subscribed |
See Also
Was this page helpful?