Changes to Create a new Interaction.

POST /v1/Interactions

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

Changed in 7 of the 51 revisions of this API.79

  1. v105805a8f9c8511
  2. v10e4cd336d78a22
  3. v12f0de8ff61252
  4. v165f781b3f6b14
  5. v17e7d5d33e5821
  6. v1c37c20a0a1cb1
  7. v10a02afc7903e2

What changed

  • v105805a8f9c8511See the full diff
    • removed the success response with the status 201

      response-success-status-removed

    • added the success response with the status 200

      response-success-status-added

  • v10e4cd336d78a22See the full diff
    • the channel response's property type/format changed from object/ to / for status 201

      response-property-type-changed

    • the routing response's property type/format changed from object/ to / for status 201

      response-property-type-changed

    • the Channel request property type/format was generalized from object/ to /

      request-property-type-generalized

    • the Routing request property type/format was generalized from object/ to /

      request-property-type-generalized

    • added the new optional request property WebhookTtid

      new-optional-request-property

    • added the optional property webhook_ttid to the response with the 201 status

      response-optional-property-added

    • the Channel request property type/format changed from / to object/

      request-property-type-changed

    • the Routing request property type/format changed from / to object/

      request-property-type-changed

    • the channel response's property type/format changed from / to object/ for status 201

      response-property-type-changed

    • the routing response's property type/format changed from / to object/ for status 201

      response-property-type-changed

    • the request property Routing became optional

      request-property-became-optional

    • api tag FlexV1Interaction added

      api-tag-added

    • added the new optional request property InteractionContextSid

      new-optional-request-property

    • added the optional property interaction_context_sid to the response with the 201 status

      response-optional-property-added