Twilio · Capability
Twilio - Events — Sinks
Twilio - Events — Sinks. 7 operations. Lead operation: Sinks. Self-contained Naftiko capability covering one Twilio business surface.
What You Can Do
POST
Createsink
— Create a new Sink
/v1/v1/sinks
GET
Listsink
— Retrieve a paginated list of Sinks belonging to the account used to make the request.
/v1/v1/sinks
GET
Fetchsink
— Fetch a specific Sink.
/v1/v1/sinks/{sid}
DELETE
Deletesink
— Delete a specific Sink.
/v1/v1/sinks/{sid}
POST
Updatesink
— Update a specific Sink
/v1/v1/sinks/{sid}
POST
Createsinktest
— Create a new Sink Test Event for the given Sink.
/v1/v1/sinks/{sid}/test
POST
Createsinkvalidate
— Validate that a test event for a Sink was received.
/v1/v1/sinks/{sid}/validate
MCP Tools
create-new-sink
Create a new Sink
retrieve-paginated-list-sinks-belonging
Retrieve a paginated list of Sinks belonging to the account used to make the request.
read-only
idempotent
fetch-specific-sink
Fetch a specific Sink.
read-only
idempotent
delete-specific-sink
Delete a specific Sink.
idempotent
update-specific-sink
Update a specific Sink
create-new-sink-test-event
Create a new Sink Test Event for the given Sink.
read-only
validate-that-test-event-sink
Validate that a test event for a Sink was received.
read-only