New Articles

  1. Account Webhooks: Receive Survey and Response Notifications

    This feature is available to enterprise customers. If you are interested, please contact us for more information! If you are an enterprise customer, Webhooks are only accessible to Account Administrators . Account Notification Webhooks allow ...
  2. Create a Table Question via the API

    Did you know you can create a table question via the API?! You'll need a call to create the overall question and then a call for each row and column. Create the overall table question: https://api.alchemer.com/v5/survey/123456/surveypage/1/sur...
  3. PHP: OAuth Sample Code

    The following code uses the OAuth Client library found here: (http://code.google.com/p/oauth-php/) -- but any library will work. /** * testapiAction * The following code tests the OAUTH authentication method of our API. * It uses the ...
  4. Create an Image Heatmap Question via API

    Looking to create an Image Heatmap question via the API? You'll need use the surveyquestion and surveyoption endpoints to fully build out the question. 1. Create the Image Heatmap Question Start by creating the Image Heatmap question with th...
  5. Create a Text Highlighter Question via the API

    Looking to create an Text Highlighter question via the API? You'll need use the surveyquestion and surveyoption endpoints to fully build out the question. 1. Create the Text Highlighter Question Start by creating the Text Highlighter question ...
  6. Create a Poll and Poll Answer Options

    Some users have requested an example call for creating a poll using the REST API. The below call creates a survey object with type=poll . When creating a survey object with type=poll the polloptions array is required. In the below call we specif...
  7. Survey Contacts from an Existing Database

    Pulling contacts from an existing database for the purposes of surveying or other otherwise gathering information is one of the most common uses of the Alchemer API. In this use-case example we'll cover how to create a campaign, add contacts, an...
  8. PHP: Build an Array of Response Data

    Some users have requested example scripts to parse the basic survey response array into something more malleable for working with the data. The following example is very similar to code we use to organize survey data into an array that is easier to ...
  9. SurveyResponse Sub-Object

    The following API calls are currently available for the SurveyResponse object: GET LIST Filtering SurveyResponse Returns GET SURVEYRESPONSE CREATE SURVEYRESPONSE UPDATE SURVEYRESPONSE DELETE SURVEYRESPONSE For info on ...
  10. Account Object

    The GET LIST call is the only call available for the Account object. Resellers can create new accounts (contact onboarding@sgizmo.com to learn more). V4 of Alchemer is an older version of what is currently in place. We strongly recommend explo...