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.
To prevent misuse, such as email flooding or spam, the following rate limits and restrictions are applied:
Rate Limiting on clicmanager.sendemail
Endpoint:
Recipient Limitation in Payload:
clicmanager.sendemail
endpoint, which specifies recipients limits the number of recipients.To change these limits, adjust values for the following options in Advanced Configuration Options:
required | object | ||||||||||||||||
|
{- "data": {
- "typedId": "2147491329.Q",
- "templateName": "word",
- "attachmentType": "WORD",
- "subject": "Quote P-2147491329",
- "emailText": "You can call me at…",
- "attachedFiles": "1147.BD",
- "recipients": [
- {
- "name": "admin",
- "email": "ondrej.tesar@pricefx.com"
}
]
}
}
{- "response": {
- "node": "string",
- "data": null,
- "status": 0,
- "startRow": 0,
- "endRow": 0
}
}