LeadSquared Developer Centre

ON THIS PAGE

Update Virtual Numbers


Lets you update the virtual numbers associated with your telephony connector. You need to pass the “ConnectorId” in the API URL.

API URL

URL
Icon
POST https://{host}/v2/Telephony.svc/UpdateVirtualNumbers?accessKey=AccessKey&secretKey=SecretKey&connectorId=ConnectorId

URL Parameters

Parameter Description
ConnectorId Please contact support@leadsquared.com to get this.

Request

Content-Type: application/json
JSON Body/Payload Icon
[{
        "PhoneNumber": "+91-9611795988",
        "Tag": "HelloWorld"
},
{
        "PhoneNumber": "+91-9611795922",
        "Tag": "HelloWorld"
}]

Request Parameters

Parameter Description
PhoneNumber

This is the virtual phone number you need to update. You can pass multiple numbers in the JSON.

Tag

This is the tag associated with the number.

On this page

© 2022 by MarketXpander Services Pvt Ltd. All Rights Reserved.