EventsV1Sink

Create a new Sink

Create a new Sink

post/v1/Sinks

Response

Created

date_createdstring date-time nullable

The date that this Sink was created, given in ISO 8601 format.

date_updatedstring date-time nullable

The date that this Sink was updated, given in ISO 8601 format.

descriptionstring nullable

A human readable description for the Sink

sidstring nullable

A 34 character string that uniquely identifies this Sink.

{"stackTrail":"components:schemas:events.v1.sink:properties:sink_configuration","oasType":"schema","type":"unknown","description":"The information required for Twilio to connect to the provided Sink encoded as JSON.","nullable":true}
sink_type'kinesis' | 'webhook' | 'segment' | 'email'

The Sink type. Can only be "kinesis" or "webhook" currently.

status'initialized' | 'validating' | 'active' | 'failed'

The Status of this Sink. One of initialized, validating, active or failed.

urlstring uri nullable

The URL of this resource.

linksobject nullable

Contains a dictionary of URL links to nested resources of this Sink.

Changes

Changed in 3 of the 51 revisions of this API.313

  • v12bc57338abc511See the full diff
    • the response's property type changed from object to no type for status

      response-property-type-changed

    • the request property type was generalized from object to no type

      request-property-type-generalized

  • v12ad3c7d7e22b211See the full diff
    • the request property type changed from no type to object

      request-property-type-changed

    • the response's property type changed from no type to object for status

      response-property-type-changed

    • added the new email enum value to the response property for the response status

      response-property-enum-value-added

    • added the new email enum value to the request property

      request-property-enum-value-added

    • api tag EventsV1Sink added

      api-tag-added