Programmable Voice APIs
Implementing Your gRPC Endpoint for Real-Time Call Events
1 min
to integrate with our legs api, your team will need to implement a grpc endpoint our platform uses a grpc based, event driven architecture , which means we will push real time call events directly to your service, offering a more efficient solution than traditional polling the service contract, which defines the required methods, is in the proto file configuration steps implement the grpc service use the attached proto schema as your service definition your implementation must include the triggercallbackevent method this is the callback our system will invoke to push event data to you deploy your service endpoint the endpoint must be publicly reachable and will act as the "listener" for our events it needs to be secured with tls (https on port 443 is standard) mutual tls is optional but recommended register your endpoint once deployed, please provide us with the public url of your grpc endpoint so we can complete the integration from our end
🤔
Have a question?
Our knowledgeable support team and an awesome community will get you an answer in a flash.
To ask a question or participate in discussions, you'll need to authenticate first.