Agendize Actions API

Click-to-Call

Make a call between a button and an end user.

Authentication is required to execute this request. Please refer to Authentication for more.


Request

HTTP Request

POST https://api.agendize.com/api/2.0/actions/call

Request body

In the request body, supply a request resource:

{ "buttonId": {string}, "caller": { "phoneNumber": {string} }, "delay": {integer} }
Parameter name Value Description
Required Properties
buttonId string Button Id. The identifier of the tool.
called object The called informations.
called.phoneNumber string The called phone number.
Optional Properties
delay integer How long to wait before initiating call, in minutes. Default: 0 minutes

Response

If successful, this method returns a response content in the response body:

{ "buttonId": {string}, "status": "done", "called": { "phoneNumber": {string} }, "caller": { "phoneNumber": {string} } }