[API] Endpoint for sending mails - all users should send quotes with their own email address (FROM address)
Hello,
my main objective is the following:
I would like to create a CRM button that can be used by many different people. Under the Quotes module, this button should allow you that you can click on several data records and then send a standardised quote to all selected quote contact persons without having to manually open all the quotes individually. In this way, the user can work in batches and complete the work more quickly.
I read in the CRM documentation that you can use the endpoint for this.
POST {api-domain}/crm/{version}/{module_api_name}/{record_id}/actions/send_mail
My problem is the following:
In the request JSON you need to fill the data "from" ("The user name and email address from which you want to send an email"). The connections I can create in CRM are always user-specific. This means that I can only send mails with this endpoint using the e-mail address of the connection user...
However, I would like to make this functionality available to several users and they should not all use my email address or the email address of the administrator who created the connection.
How do I solve my problem? The users should all send out the quotes with their own email address!
Regards,
Sven