todoThis saves an email as a todo in DB.

This saves an email as a todo in DB.

curl -X POST "https://api.example.com/restapi/v1/todo/import" \
  -H "Content-Type: application/json" \
  -d '{
  "subject": "example_string",
  "mailBody": "example_string",
  "mailFrom": "example_string",
  "mailTo": "example_string"
}'
[
  {
    "id": 123,
    "clientId": 123
  }
]
POST
/todo/import
POST
Base URLstring

Target server for requests. Edit to use your own host.

Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Responses

idinteger
clientIdinteger