Changes to Execute Task

POST /v1/tasks/{task_id}/execute

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 12 revisions of this API.37

  1. 80f4fd40b75e1
  2. 2f1c56db78f811
  3. 2bd7bb8e3a3724
  4. b390cd1c4e2a1

What changed

    • added the optional property snoozed_until to the response with the 200 status

      response-optional-property-added

  • 2f1c56db78f811See the full diff
    • added the new WRONG_NUMBER enum value to the disposition/anyOf[subschema #1: CallDisposition]/ response property for the response status 200

      response-property-enum-value-added

    • added the new WRONG_NUMBER enum value to the request property payload/oneOf[subschema #4: CallPayload]/disposition/anyOf[subschema #1: CallDisposition]/

      request-property-enum-value-added

    • added the new INTERESTED enum value to the disposition/anyOf[subschema #1: CallDisposition]/ response property for the response status 200

      response-property-enum-value-added

    • added the new NOT_INTERESTED enum value to the disposition/anyOf[subschema #1: CallDisposition]/ response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property payload/oneOf[subschema #3: NewLeadReviewPayload]/exclusion

      new-optional-request-property

    • added the new optional request property payload/oneOf[subschema #4: CallPayload]/excludeLead

      new-optional-request-property

    • added the new INTERESTED enum value to the request property payload/oneOf[subschema #4: CallPayload]/disposition/anyOf[subschema #1: CallDisposition]/

      request-property-enum-value-added

    • added the new NOT_INTERESTED enum value to the request property payload/oneOf[subschema #4: CallPayload]/disposition/anyOf[subschema #1: CallDisposition]/

      request-property-enum-value-added

    • endpoint added

      endpoint-added