Please ensure Javascript is enabled for purposes of website accessibility
Add a Survey via the User Interface
  • 18 Dec 2023
  • 2 Minutes to read
  • Dark
    Light
  • PDF

Add a Survey via the User Interface

  • Dark
    Light
  • PDF

Article Summary

The Mindful Feedback user interface offers several ways to create and send new survey interactions (instances of a survey to deliver to customers). Each of the options described in this article uses the New Survey Interaction form to collect important information about the survey interaction before sending it, but each option has its own particular advantages.

This article covers the following three ways to add a survey interaction via the user interface:

  • Option 1: Open the New Survey Interaction form manually
  • Option 2: Use a pre-filled URL with query string parameters
  • Option 3: Use a webhook URL
NOTE
For agents, user permissions could affect your ability to add new survey interactions.

Option 1: Open the New Survey Interaction Form Manually

The New Survey Interaction form allows you to manually enter the attributes of a survey interaction and send it when ready. There are two ways to access the form directly in the UI:

  • Click the Send Surveys link in the sidebar menu, or...
  • Click the Add Interaction button near the bottom-right of the Surveys page (Surveys > Your survey > Interactions)Screen capture of New Survey Interaction modal window
    The New Survey Interaction form on this page allows you to enter all the necessary values for the mandatory and optional survey interaction fields. Use the following steps to complete the form:
    1. Select an existing survey via the Survey dropdown menu.
    2. Select the desired survey type from the Survey Method dropdown menu. 
    3. Enter values for all required attribute fields, such as the Email Address and Phone Number. Different fields will be required based on the selected survey method.
    4. If needed, click Add Custom Attribute to attach additional attributes to the survey interaction.
    5. Click Send Survey when finished to trigger the selected survey.

    Option 2: Use a Pre-Filled URL With Query String Parameters

    The New Survey Interaction page accepts query string parameters in the URL. Rather than clicking the Send Surveys link in the UI (which will load the URL <domain>.surveydynamix.com/interaction/new), you can load the same URL directly with query string parameters appended. This will load the page with all of the necessary fields pre-filled and ready to submit.

    This method of adding survey interactions can be useful if you wish to use the form to manually send surveys often with the same attributes. 

    EXAMPLE
    The following example shows a pre-filled URL with the following parameters appended:
    • survey_type: sms
    • phone_number: 330-555-1234
    • agent_id: John Doe
    • external_ref: ABC123
    • call_type: Customer Service
    • CustomerName: Jane Smith
    https://<domain>.surveydynamix.com/interaction/new?survey_type=sms&phone_number=+13305551234&agent_id=John%20Doe&external_ref=ABC123&call_type=Customer%20Service&CustomerName=Jane%20Smith
    After entering the complete URL in your browser (with the appropriate instance filled in), the New Survey Interaction form would be pre-filled as shown below:
    Screen capture of New Survey Interaction modal window

    For a complete list of survey interaction attributes that you can pre-fill, see the API documentation or the Survey Interaction Data Model article.


    Option 3: Use a Webhook URL

    Quick access: Surveys > Your survey > Advanced tab

    If you have generated an Add interaction webhook URL, you can paste the URL into your browser to open the New Survey Interaction page. Anyone can use the URL to manually generate and send new survey interactions without authentication.

    You can generate an Add interaction webhook URL for an existing survey at Surveys > Your survey > Advanced tab. Click Generate URL next to the Add interaction webhook URL field to generate a new URL. 

    The webhook URL offers more functionality than just this, as well. For more information on using webhooks, see the Add a Survey via Webhook how-to guide.
    Screen capture of Advanced tab with Add interaction webhook URL highlighted



Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.