mailThis imports an e-mail to a participant.

This imports an e-mail to a participant.

curl -X POST "https://api.example.com/restapi/v1/mail/participant/123" \
  -H "Content-Type: application/json" \
  -d '{
  "subject": "example_string",
  "mailBody": "example_string",
  "cid": 123,
  "mailFrom": "example_string",
  "mailTo": "example_string"
}'
[
  {
    "leadId": 123,
    "taskNr": "example_string",
    "taskId": 123
  }
]
POST
/mail/participant/{participantId}
POST
Base URLstring

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

path
participantIdinteger
Required

The mail gets imported to the participant with the participant-ID.

Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Path Parameters

participantIdinteger
Required

The mail gets imported to the participant with the participant-ID.

Responses

leadIdinteger
taskNrstring
taskIdinteger