How to schedule for moderated projects
oneOnOne
, focusGroup
, inRespondentHome
, inRespondentOffice
.
bookingURL
field in the externalResearcher
object is required to schedule with participants. The link provided should lead participants to a page where they can select a time to participate in the study. The booking page should not require a participant to enter email or phone number and should instead rely on the data passed in the redirect URL parameters to associate the schedule with the appropriate participant: ?respondent_profile_id={{%PROFILE_ID%}}&respondent_project_id={{%PROJECT_ID%}}&respondent_screener_response_id={{%SCREENER_RESPONSE_ID%}}
Participants will see the link as the "Book a Time" button in their dashboard.
/v1/projects/{projectId}/screener-responses/{screenerResponseId}/invite
/v1/projects/{projectId}/screener-responses/{screenerResponseId}/schedule
, should be utilized to send Respondent the booking information to keep the participant informed.
Participants will see the ability to Reschedule, a Scheduled status, and the time of meeting
Clicking on a project name will review projects details including the meeting link.
/v1/projects/{projectId}/screener-responses/{screenerResponseId}/cancel-booking-reinvite
This simple moves the participant back to their original “invited status.
Participants will see the link as the "Book a Time" button in their dashboard.
/v1/projects/{projectId}/screener-responses/{screenerResponseId}/cancel-booking
Participants will see a "Cancelled" status.