Click or drag to resize

ITwilioNumbers Interface

The interface used to maintain twilio phone numbers. The interface is implemented by the TwilioSMS service.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface ITwilioNumbers

The ITwilioNumbers type exposes the following members.

Methods
  NameDescription
Public methodDeleteNumber
Deletes a single number by sid
Public methodDeleteNumbers
Deletes all numbers in the specified pattern (use a "*" as a wildcard for any digit). See the IncomingPhoneNumbers List Resource twilio documentation page.
Public methodGetPhoneNumberInfo
Returns information about a phone number from its SID
Public methodListIncomingNumbers
Gets a list of all TwilioNumber twilio phone numbers with the current ApplicationSID.
Public methodUpdateNumberApplications
Updates the numbers in the specified pattern (use a "*" as a wildcard for any digit) with the current ApplicationSID for inbound handling. See the IncomingPhoneNumbers List Resource twilio documentation page.
Top
See Also