| Tropo WebAPI Development Guide | Home | Frameset Home |
| to | Data Type: Object | Default: (none) | Required |
| The SIP destination for the incoming call, as a URL. An example: sip:9991436228@sip.trpop.com | |||
| name | Data Type: String | Default: "" (undefined) | Optional |
| This is the key used to identify the result of an operation, so you can differentiate between multiple results. As an example, if you asked the user for their favorite color, you could set the name value as 'color' while the returned value might be 'blue'. Not particularly useful if there's only one result returned, but if there are multiple results it helps to determine which result belonged to which operation. | |||
| required | Data Type: Boolean | Default: true | Optional |
| This determines whether Tropo should move on to the next verb; if required is set to 'true', Tropo will only move on to the next verb if the current operation completely successfully. | |||
{
"tropo":[
{
"redirect":{
"to":"sip:9991427589@sip.tropo.com"
},
"name":"foo"
}
]
}
| ANNOTATIONS: EXISTING POSTS |
| login |