{
	"actions": [
		{
			"say": "I'll connect you with an agent now."
		},
		{
			"handoff": {
				"channel": "voice",
				"uri": "INSET YOUR TWIML_URL HERE",
				"method": "POST",
				"voice_status_callback_url": "INSERT STATUS_CALLBACK_URL HERE",
				"voice_status_callback_method": "POST"
			}
		}
	]
}
