Link survey answer to the email task.

Will link an existing answer to the email task.

curl -i -X PUT \
   -H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
   -H "Accept:application/json" \
 'https://my.surveypal.com/api/rest/emailtask/:id/answers?answerId=:answerId'
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!