v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Clicmanager

Send an Email

Sends an email with attached document (e.g., a Quote) to the specified recipients using the Publishing Template. You can retrieve available publishing templates calling the configurationmanager.fetchtemplates/{TypeCode} endpoint.

Email Sending Rate Limits and Restrictions

To prevent misuse, such as email flooding or spam, the following rate limits and restrictions are applied:

Rate Limiting on clicmanager.sendemail Endpoint:

  • Each user account is restricted to calling this endpoint no more than 5 times (default) within a 5-minute period (default).
  • This limit is counted per partition.

Recipient Limitation in Payload:

  • The payload for the clicmanager.sendemail endpoint, which specifies recipients limits the number of recipients.
  • A default limit of 20 recipients.

To change these limits, adjust values for the following options in Advanced Configuration Options:

  • sendEmailMaxRecipients
  • sendEmailMinutesCountForThrottling
  • sendEmailMaxCountInLastMinutes
post/clicmanager.sendemail

Request body

Example request

{
  "data": {
    "attachedFiles": "1147.BD"
  }
}

Response

A general response that contains data property with a content depending on returned objects (e.g., Product master table fields when calling the /fetch/P endpoint). Can be null.