Send follow-up question
Surveys
Send follow-up question
Sends a follow-up question to a specific respondent based on a completed survey response. The question is delivered to the respondent through their PickFu inbox; they may answer or decline.
Prerequisites
- Survey must be completed (
donestatus) - Response (answer GUID) must belong to the specified survey
- Question must be 10-255 characters
Use the id field returned by GET /v1/surveys/{id}/responses as the responseId for this endpoint.
POST
Send follow-up question
Authorizations
OAuth2 access token obtained via the authorization flow. Include in the Authorization header as: Bearer {access_token}
Path Parameters
Survey ID (GUID)
Response ID (GUID). This is the id field returned by GET /v1/surveys/{id}/responses for an individual answer.
Body
application/json
The follow-up question to send to the respondent (10-255 characters).
Required string length:
10 - 255