I am very new to working in Corteza. I am trying to set up a workflow that Alerts an administrator when a new record is created, and some information within the new record being displayed within the email.
I have a workflow that triggers after creation of a new record which then has a function that sends an email to a specific user but it just says “A new record has been created” essentially. This workflow is working perfectly. However, I want to add content to the body of the e-mail that gets pulled from the new record that is created.
Where would I begin looking into automatically having parts of the record that was created included in the email that is sent so that an administrator can quickly discern some information from the email that is sent to them?
We’ve managed to build a template for a workflow we modeled after the “CRM - Quote - Send to Custom Email” example. Our templates preview is exactly how we intended it to look. However, regarding the workflow, we’re facing challenges with the “Compose Records Search” query and integrating the template seamlessly into the workflow. Any guidance on this issue would be appreciated
These steps (like they are named) Get the quote line items, set the variables for the template.
Then they render the template and send it via email.
The steps that prepare and populate the template are the first two in the image, i suggest you take a look at those.
Without knowing more i cannot say why they don’t populate for you. So you’ll have to debug it yourself, i suggest using prompts or debug log to confirm the values are ok in those steps.
Thank you very much for your answer. I read and tried to use the workflow specified in the link.
My goal is to send lead data (email, phone) via email. I couldn’t achieve this, so I decided to use the quote module, as an email template uses many variables. If I could do it with the quote module, I would repeat it for leads by analogy. So, I created two workflows: sending record data via HTTP (the data arrives in this form)