BMC Remedy Email Message Create
Version 3
Parameters
Name |
Description |
To |
The address the email message will be sent to |
Subject |
The subject of the email message |
Body |
The body of the email message |
Priority |
The priority associated with the email message |
Submitter |
Remedy User ID to be listed as the submitter of the email message |
Sample Configuration
Name |
Description |
To |
<%= @answers['Recipient'] %> |
Subject |
<%= @answers['Message Subject'] %> |
Body |
<%= @answers['Message Body'] %> |
Priority |
3 |
Submitter |
KD_WEBUSER |
Results
Name |
Description |
Entry Id |
The Entry Id of the Email Message record that was created. |
Changelog
BMCRemedyEmailMessageCreateV3 (2014-12-10)
- Updated so it will work in Task 4 or 3
BMCRemedyEmailMessageCreateV2 (2014-03-06)
- This handler is safe to use in a subtree because it does not rely on any @base
information to process. All data is passed into the handler as parameters.
BMCRemedyEmailMessageCreateV1 (2010-04-19)
Related Handlers
- ARS9 Generic Create
- Create an entry in the form specified
- ARS9 Generic Query Retrieve
- Retrieves a single ARS v9.x entry related to the Remedy Form specified.
- BMC Execute Process
- Submits an Execute Process command to the server
- BMC Remedy Email HTML Message Create
- Creates an email message on the AR System Email Messages form
- BMC Remedy User Update
- Updates an entry in the User form based on the Remedy Login ID
- Remedy Generic Create
- Creates a single Remedy entry given the JSON mapping of field values and form name.
- Remedy Generic Dataload
- Populates Records from a CSV data file
- Remedy Generic Delete
- Deletes a single Remedy entry related to the form entered with the Request ID specified.
- Remedy Generic Find
- Retrieves request IDs (field 1) and Instance IDs (field 179) for Remedy entries for the form entered using the query specified.
- Remedy Generic Retrieve
- Retrieves a single Remedy entry related to the form entered with the Request ID specified.
- Remedy Generic Update
- Updates a single Remedy entry related to the form entered with the Request ID specified. Updates field specified to value specified.
- Remedy Group list Users
- Lists users for given Group. Throws exception if Group does not exist.
- Remedy User add Group
- Adds a group to an existing user. Throws exception if User does not exist, also if group does not exist.
- Remedy User Create
- Creates a User in the User form - Login Name must be unique.
- Remedy User list Groups
- Lists groups for given User. Throws exception if User does not exist.
- Remedy User Remove Group
- Rmoves a group from an existing user. Throws exception if User does not exist, also if group does not exist.