Email Notifier

This node allows you to send a notification as an email

The email is split into different objects:

  • Type
  • Title
  • Link
  • Subtitle
  • Text_pain

To dynamically structure a message, you need to combine an input any node or a patch JSON node to patch in data into your structure.

To edit the text format you can use html language:

Eg. <b> My text in bold </b> Take a look at the example below to understand better how you can use it:

Example

You want to get a notification by email if your account is not spending. You want to patch each section to get a valid JSON as below.

Patch JSON Structure
Patch JSON Structure
Valid JSON input
[
  {
    "type": "heading",
    "title": "No Spend | Account Level | Today",
    "link": "https://business.facebook.com/adsmanager/manage/campaigns?act=12345678901",
    "subtitle": "Account: Kitchn Demo",
    "text_plain": "<b>Please check it out!</b>\n<br /> <hr>\n<i>There is no ad spending today in your account.</i>\n"
  }
]

As a result you will receive the following email:

Notion image

Input Fields

field
schema
explanation
emails
email
Enter the email of the people who should be notify
messages
message
The message that should be sent
 
Did this answer your question?
😞
😐
🤩

Last updated on February 14, 2023