Checkbox Survey Software Checkbox Survey Software
  • Survey Features
  • Pricing
  • On-Premises Version
  • Clients
  • Support
  • Sign In
  • Try it Free
Questions?(866) 430-8274 | (617) 231-8891|info@checkbox.com

Add Email Address To Email List Panel

The AddEmailAddressesToEmailListPanel() method can be utilized to populate an already created email list with addresses. The addresses will need to be passed into the method as an array of strings. Since email lists cannot contain complex user data you can only insert simple strings as email addresses. If you want to add complex user data you will need to utilize users and or user groups.

    class Test
    {
        static void Main()
        {
            var invProxy = new InvitationManagementServiceClient();

            //Add email to panel
            var addEmailToPanelResult = invProxy.AddEmailAddressesToEmailListPanel(authToken,
                1015, new[] { "dev@checkbox.com" });

            if (addEmailToPanelResult.CallSuccess)
                Console.WriteLine("Successfully added email address to panel");
            else
                throw new Exception();
        }
    }

Input Parameters

Parameter Type Description
authToken string Authentication token to validate permission over the data requested
emailListPanelID id ID of the email list to add the addresses to
emailAddresses string[] Array of email addresses as strings
This section is currently under construction. Any documents that appear blank will be populated as soon as possible. If you have any questions or need assistance with something that is not currently documented please feel free to submit a support ticket and we will be glad to assist you.
May 15, 2017

Web Services

  • Getting Started
    • Checking if API Is Live
    • Adding a service reference
  • Authentication
    • Login
  • Responses
    • Export Responses
  • Surveys
    • List Available Surveys
    • List Surveys and Folders
  • Users
    • Get User Data
    • Create User
    • Create User Group
    • Get Users
    • Lock User
    • Unlock User
  • Invitations
    • Create Invitation
    • Update Invitation
    • Add Scheduled Invitation Activity
    • Send Invitation to Filtered Recipient List
    • Create Email List Panel
    • Add Email Address To Email List Panel
    • Add Email List Panels to Invitation
  • Security
  • Styles

Checkbox develops affordable, feature-rich survey software for organizations, teams, and individuals. Available as a cloud-hosted subscription or installable software. API, source code and integration options available.

Checkbox Survey, Inc.
44 Pleasant Street, Watertown, MA  02472  USA
(617) 231-8890
info@checkbox.com

  • Features
  • Pricing
  • On-Premises Software
  • Blog
  • Contact Us
  • Pay a Quote/Invoice
  • Support
  • Release Notes
  • Developer Center
  • Hosted SLA
  • Software License Agreement
  • Privacy Policy
©  Checkbox Survey, . Screen images on this site have been simulated for clarity of display.
LinkedinFacebookTwitter