Skip to content

twilio config #40

Answered by ucswift
feadrick asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @feadrick thanks for submitting this question!

Resgrid's web systems are split into 3:
Resgrid Web is the web application with the UI that users interact with
Resgrid API is an web api project that is used for system to system communications
Resgrid Events is a web project that is used for SignalR

Those Twilio API Urls are used to send to Twilio for Twilio to call back into your Resgrid installation via the Resgrid API urls.

TwilioApiUrl handles text message iteration and will be [your resgrid api url]/api/Twilio/IncomingMessage
TwilioVoiceCallApiTurl is for outbound voice calls and will be [your resgrid api url]/api/Twilio/VoiceCall?userId={0}&callId={1}
TwilioVoiceApiUrl is for inbo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by feadrick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants