Agendize Actions API

Email

Share a contact, event or web page by email.

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

Request body

In the request body, supply a request resource:

{ "buttonId": {string}, "recipients": [ {string} ] }
Parameter name Value Description
Required Properties
buttonId string Button Id. The identifier of the tool.
recipients[] string Array of recipient email addresses.

Response

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

{ "buttonId": {string}, "status": "done" }