Agendize Actions API
Actions API Reference
The Actions API empowers you to execute Agendize actions bypassing the default widgets.
Click-to-Call
Method |
HTTP Request |
Description |
URIs relative to https://api.agendize.com/api/2.0/call, unless otherwise noted |
call |
POST /call |
Make a call between a button and a end user. |
SMS / Text Message
Method |
HTTP Request |
Description |
URIs relative to https://api.agendize.com/api/2.0/sms, unless otherwise noted |
sms |
POST /call |
Send a SMS / Text message to a mobile phone. |
Email
Method |
HTTP Request |
Description |
URIs relative to https://api.agendize.com/api/2.0/actions/email, unless otherwise noted |
email |
POST /call |
Share a contact, event or web page by email. |
Save & Share Buttons
Method |
HTTP Request |
Description |
URIs relative to https://api.agendize.com/api/2.0/actions/buttons, unless otherwise noted |
delete |
DELETE /buttons/{buttonId} |
Deletes an entry on the save & share button list. |
get |
GET /buttons/{buttonId} |
Returns an entry of the save & share button list. |
list |
GET /buttons |
Returns entries on the save & share button list. |
insert |
POST /buttons |
Adds an entry to the save & share button list. |
update |
PUT /buttons/{buttonId} |
Updates an entry on the save & share button list. |