Agendize Actions API

Desktop

Share a contact, event or web page by PDF or RTF file.

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/desktop

Request body

In the request body, supply a request resource:

{ "buttonId": {string}, "format": {string} }
Parameter name Value Description
Required Properties
buttonId string Button Id. The identifier of the tool.
format string Export file format. Values: "pdf", "rtf".

Response

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

{ "content": {string}, "contentType": "application/pdf", "fileName": {string} }
Parameter name Value Description
content string Base 64 encoded content of the file.
contentType string Content-type of the file. Values: "application/pdf", "application/rtf".
fileName string File name: [button name].[pdf/rtf].