{% extends "base.html" %} {% block content %}
Automated Qualtrics submissions use a Get Survey Response workflow task followed by an authenticated Web Service POST. Qualtrics sends the complete survey response as one JSON value, so no question-by-question Web Service mapping and no Qualtrics API license are required. EORO keeps the full response, maps known fields, and uses the same CUNY ID first / Email fallback identity rules as manual imports. New mentors enter as Applicant + Inactive; new mentees enter as Active. Existing records keep their current operational status.
EORO_QUALTRICS_API_KEY environment variable before testing a Web Service workflow.
{% endif %}
{{ qualtrics_mentor_endpoint }}
POST JSON; body key: survey_response; authenticated with the EORO Web Service key
{{ qualtrics_mentee_endpoint }}
POST JSON; body key: survey_response; authenticated with the EORO Web Service key