/emailtask/{id}/activate

Activates the email task.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Activates the email task if it is an draft and it contains email templates. Empty email task cannot be activated because there is no reason to run it.

curl -i -X POST \
   -H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
   -H "Accept:application/json" \
 'https://my.surveypal.com/api/rest/emailtask/:id/activate'
Path Params
int64
required

Email task id

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!