Hi Nick
You need to use the GET /api/v2/quality/forms/surveys to get the contextid for a survey or GET /api/v2/quality/forms/surveys/{formId}
It appears two ideas were merged and likely needs a new idea specifically without a conversation. However this is possible using a workflow or other automation but is a lot more than 1 API to get to the URL.
------------------------------
Richard Chandler
Connect
------------------------------
Original Message:
Sent: 01-23-2026 14:35
From: Nick Argeson
Subject: Request for Information: Direct Web Survey URL Generation API
I am trying to use this as well. I was under the assumption that you would not need the conversation id to send the survey.
Are there any suggestions on how to use this for web messaging?
------------------------------
Nick Argeson
Telephony Admin
------------------------------
Original Message:
Sent: 01-23-2026 13:21
From: Balaji Balakrishnan
Subject: Request for Information: Direct Web Survey URL Generation API
Hi Richard,
Thank you for the information.
I was able to find the POST /api/v2/quality/surveys API in the API Explorer, and I've tested it successfully.
The API is working as expected and returns the survey URL in the response.
Thanks again for your guidance and support.
---
Thanks,
Balaji Balakrishnan
Original Message:
Sent: 1/23/2026 11:06:00 AM
From: Richard Chandler
Subject: RE: Request for Information: Direct Web Survey URL Generation API
Hi Balaji,
It's POST /api/v2/quality/surveys
If you go to the API Explorer you will find the API with the documentation. The body is like that below and then you will get a survey URL in the response.
{
"conversationId": "XXXX",
"surveyFormContextId": "XXXX",
"agentId": "XXXX",
"queueId": "XXXX"
}
------------------------------
Richard Chandler
Connect