Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to your subaccount:

  2. Create a folder where you keep the learning process organized and on the Start tab click Build an Integration, Create a new Process->

  3. Configure the Start Shape with the No Data option and click the OK button

  4. Connect a Message Shape to the Start Shape and type the following into the Message box:

    Code Block
    languagexml
    Today is {1} and I am sending my first UConn Boomi email
  5. To replace the {1} variable in the message,

    1. configure the date variable in the message by clicking the + function in the Variables that adds a parameter.

    2. Click the Date/Time Type in the drop down and then select one of the available Date Masks.

    3. Set the Date Type to Current Date

  6. Click the OK button when the Message Shape looks like this

  7. Add a Set Properties Shape and add 3 Properties, each with a Source Type = Connectors, Connector = Mail:

    1. Mail - Subject

    2. Mail - From Address (set to boomi@uconn.edu)

    3. Mail - To Address (set to your UConn email account)

  8. Add a Mail Connector shape and use some of the pre-built objects available in the account (Search for the pre-builts by clicking the magnifying glass in each setting)

    Image RemovedImage Added
    1. Set Connection to UConn Mass Mail Connection

    2. Set the Action to Send

    3. Select the Attachment In Line Mail Connector Operation

  9. Add a Stop Shape

  10. Name the Process “My first UConn Boomi Process” and save it to your learning folder. The process should look like this

    Image RemovedImage Added


Tip

Time to Test

How to Test

...

The process should execute in Test mode and you will see each step get a green halo as it completes successfully

...

and you will see a success message when it is done

...

Image Added

Check your email to ensure you received the message

...

...