Create an email task template.

Creates an email template which will act as a draft for an incoming 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/templates?localeId=:localeId&recipients=:recipients&author=:author&replyTo=:replyTo&subject=:subject&message=:message&anonymous=:anonymous'
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!