Create a new Sink Test Event for the given Sink

POST /v1/Sinks/{Sid}/Test

Test sink

Create a new Sink Test Event for the given Sink.

Path parameters

  • Sid string Required

    A 34 character string that uniquely identifies the Sink to be Tested.

Responses

  • 201

    Created

    Hide response attribute Show response attribute object
    • result string | null

      Feedback indicating whether the test event was generated.

POST /v1/Sinks/{Sid}/Test
curl \
 -X POST https://events.twilio.com/v1/Sinks/{Sid}/Test \
 --user "username:password"
Response examples (201)
{
  "result": "string"
}