CreateSingleMember
Description
Creates a single member of a list. CreateSingleMember is easer to use programmatically than CreateManyMembers, as it requires three strings instead of the MemberStructArray that CreateManyMembers requires.
Arguments
EmailAddress - The email address of the member (string)
FullName - The full name of the member (string)
ListName - The name of the list the member will be added to (string)
Returns
Success Flag (boolean)
![]() ![]() |