Using twilio-webchat-react-app with twilio.com

TypeScript integration

✓ Official SDK
Install
npm install twilio-webchat-react-app
Quick start
import Twilio_webchat_react_app from 'twilio-webchat-react-app';

const client = new Twilio_webchat_react_app({ apiKey: "YOUR_API_KEY" });
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/SipDomains/{SipDomain}
Fetch the Inbound Processing Region assigned to a SIP Trunk.
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/Trunks/{SipTrunkDomain}
Fetch the Inbound Processing Region assigned to a phone number.
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/PhoneNumbers/{PhoneNumber}
SDK on GitHub 📄 API Docs
SDK
twilio-webchat-react-app
TypeScript
API
twilio.com
twilio.com:twilio_routes_v2
At a glance
Language TypeScript
Endpoints6
Base URLhttps://routes.twilio.com
✓ Official