Twilio::OutgoingCallerIdsApi
Constants
Constructors
Instance methods
@return Crest::Request
@return Crest::Request
@return Crest::Request
@return Crest::Request
@return Crest::Request
@required @param account_sid [String?] The SID of the Account responsible for the new caller ID resource.
@required @param phone_number [String?] The phone number to verify in E.164 format, which consists of a + followed by the country code and subscriber number.
@optional @param call_delay [Int32?] The number of seconds to delay before initiating the verification call. Can be an integer between 0 and 60, inclusive. The default is 0.
@optional @param extension [String?] The digits to dial after connecting the verification call.
@optional @param friendly_name [String?] A descriptive string that you create to describe the new caller ID resource. It can be up to 64 characters long. The default value is a formatted version of the phone number.
@optional @param status_callback [String?] The URL we should call using the status_callback_method to send status information about the verification process to your application.
@optional @param status_callback_method [Twilio::HttpMethod?]
@return [Twilio::ValidationRequest]
@required @param account_sid [String?] The SID of the Account responsible for the new caller ID resource.
@required @param phone_number [String?] The phone number to verify in E.164 format, which consists of a + followed by the country code and subscriber number.
@optional @param call_delay [Int32?] The number of seconds to delay before initiating the verification call. Can be an integer between 0 and 60, inclusive. The default is 0.
@optional @param extension [String?] The digits to dial after connecting the verification call.
@optional @param friendly_name [String?] A descriptive string that you create to describe the new caller ID resource. It can be up to 64 characters long. The default value is a formatted version of the phone number.
@optional @param status_callback [String?] The URL we should call using the status_callback_method to send status information about the verification process to your application.
@optional @param status_callback_method [Twilio::HttpMethod?]
@return nil
@required @param account_sid [String?] The SID of the Account responsible for the new caller ID resource.
@required @param phone_number [String?] The phone number to verify in E.164 format, which consists of a + followed by the country code and subscriber number.
@optional @param call_delay [Int32?] The number of seconds to delay before initiating the verification call. Can be an integer between 0 and 60, inclusive. The default is 0.
@optional @param extension [String?] The digits to dial after connecting the verification call.
@optional @param friendly_name [String?] A descriptive string that you create to describe the new caller ID resource. It can be up to 64 characters long. The default value is a formatted version of the phone number.
@optional @param status_callback [String?] The URL we should call using the status_callback_method to send status information about the verification process to your application.
@optional @param status_callback_method [Twilio::HttpMethod?]
@return [Tuple(Twilio::ValidationRequest, Integer, Hash)] Twilio::ValidationRequest, response status code and response headers
Delete the caller-id specified from the account @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resources to delete. @required @param sid [String?] The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete. @return [Nil]
Delete the caller-id specified from the account @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resources to delete. @required @param sid [String?] The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete. @return nil
Delete the caller-id specified from the account @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resources to delete. @required @param sid [String?] The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete. @return [Tuple(Nil, Integer, Hash)] Nil, response status code and response headers
Fetch an outgoing-caller-id belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to fetch. @return [Twilio::OutgoingCallerId]
Fetch an outgoing-caller-id belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to fetch. @return nil
Fetch an outgoing-caller-id belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to fetch. @return [Tuple(Twilio::OutgoingCallerId, Integer, Hash)] Twilio::OutgoingCallerId, response status code and response headers
Retrieve a list of outgoing-caller-ids belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resources to read. @optional @param phone_number [String?] The phone number of the OutgoingCallerId resources to read. @optional @param friendly_name [String?] The string that identifies the OutgoingCallerId resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return [Twilio::ListOutgoingCallerIdResponse]
Retrieve a list of outgoing-caller-ids belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resources to read. @optional @param phone_number [String?] The phone number of the OutgoingCallerId resources to read. @optional @param friendly_name [String?] The string that identifies the OutgoingCallerId resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return nil
Retrieve a list of outgoing-caller-ids belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resources to read. @optional @param phone_number [String?] The phone number of the OutgoingCallerId resources to read. @optional @param friendly_name [String?] The string that identifies the OutgoingCallerId resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return [Tuple(Twilio::ListOutgoingCallerIdResponse, Integer, Hash)] Twilio::ListOutgoingCallerIdResponse, response status code and response headers
Updates the caller-id @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resources to update. @required @param sid [String?] The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to update. @optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long. @return [Twilio::OutgoingCallerId]
Updates the caller-id @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resources to update. @required @param sid [String?] The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to update. @optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long. @return nil
Updates the caller-id @required @param account_sid [String?] The SID of the Account that created the OutgoingCallerId resources to update. @required @param sid [String?] The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to update. @optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long. @return [Tuple(Twilio::OutgoingCallerId, Integer, Hash)] Twilio::OutgoingCallerId, response status code and response headers