Create a task outcome

Create a new task outcome

{
  "taskOutcome": {
    "title": "Interested",
    "sentiment": "Positive"
  }
}
{
  "taskOutcome": {
    "title": "Interested",
    "sentiment": "POSITIVE",
    "created_by": "1",
    "disabled": "",
    "links": {
      "tasktypeOutcomeRels": "https://youraccountname.api-us1.com/api/3/taskOutcomes/1/tasktypeOutcomeRels",
      "dealTasks": "https://youraccountname.api-us1.com/api/3/taskOutcomes/1/dealTasks"
    },
    "id": "1"
  }
}
Body Params
string
required

Title of the outcome

string
enum
required

Sentiment of the outcome. Only three values are currently allowed.

Allowed:
string
enum

1 is for disabled and 0 is for active outcome.

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json
text/plain