Using Email node

Which are the requirement to send and email in addition to those included in Email node documentation?
Please see attached, this is I would like to do.

Thank you

@Tron7,

Are you having troubles sending emails? Currently, there are two ways to send an email within Losant:

  1. Email Node - There is not really any additional “requirements”. After configuring the node, it should send emails.

  2. SendGrid Node - If you want more control over the email (add attachments, etc.), the SendGrid Node is the more customizable route to go.

I hope this answers your question. Let me know if I can help further :slight_smile:

Well, this is really a weird situation:upside_down_face:
The reason the email is not sent, is due to the conditional nodes which works in reverse.
I tested inserting the Email node on conditional node’s return false path and it does work.
The rate is not as specified in documentation but currently this is secondary.
Some idea?

@Tron7

You can find more on rate-limiting in the docs:

This node is rate limited to one email every minute per workflow (bursts of up to 10 allowed), and is limited to a maximum of 5 recipients per email. - Email Node Documentation

Hi Taron and Julia

I would needed your help to operate a conditional node.

I think I’m comparing values of different nature, so the node does not work and I cannot send Emails.

The first conditional node from the left (HP) has for example {{data.value0}} > {{data.limit0}} as condition.

Where value0 is string value received from Particle device with the idea of being displayed on the dashboard and the workflow debug tab shows it as string.

On the other hand, limit0 is set by a slider as input control and a button trigger to confirm its value.

I wish if you can help me to see how to set the limit0 value to be compared with data.value0 and get a node working .

The dashboard that I am currently using is Ref.Cir 2.

Thank you in advance.

Hi @Tron7,

I think you might find the String Node to be quite useful here. :smile:

Thanks!
Julia