Calls
Handle Screening Gather
Twilio webhook: Handle DTMF input from screening call.
This endpoint is called by Twilio when the recipient presses a digit.
- Press 1: Accept the call (status becomes "accepted")
- Press 2: Decline the call (status becomes "declined")
No authentication (Twilio webhook).
post/calls/screening/gather/{screening_id}
Path parameters
screening_idstring uuid required
Response
Successful Response
{"stackTrail":"paths:/calls/screening/gather/{screening_id}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.