Custom Macros for Email Templates In Creatio Studio

I need to create email templates that will autofill data from a "Potential Renters" table based on a match with the sender's email address as a primary key. Then I would like to select the corresponding values in the "Name", "Property", "Unit" columns.

Based on the documentation. I keep receiving an error that IMacrosInvokable can not be found. From another post, it seems like IMacrosInvokable is only available for macros in Creatio Service.

What is the work around for this?

Thank you!

Like 0

Like

1 comments

Hello,

The interface IMacrosInvokable is available only in Creatio products that include the Service package (Service Creatio). It is not included in Creatio Studio, which is why you are receiving the "IMacrosInvokable not found" error. This is a known platform limitation.

Here is a related community post describing the same issue:
https://community.creatio.com/questions/how-create-custom-macros-emails-without-caseservice

Show all comments