cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2268
Views
0
Helpful
1
Replies

Replace body text with variables

drubino
Level 1
Level 1

I'm trying to modify certain text in a message body to include information related to the message stored in variables.  I know about headers, notifications, etc.  I'm specifically referring to the edit-body-text command in the CLI message filter.

 

I've tried:

edit-body-text("test1234","$EnvelopeSender");  > result is literal text "$EnvelopeSender"

edit-body-text("test1234",$EnvelopeSender);  > filter won't save (invalid character)

 

Is there a way to accomplish the use of variables in this command?

1 Accepted Solution

Accepted Solutions

Libin Varghese
Cisco Employee
Cisco Employee

Action variables cannot be used for the edit-body-text action.

 

You can add disclaimers to the email body with action variables though.

 

- Libin Varghese

View solution in original post

1 Reply 1

Libin Varghese
Cisco Employee
Cisco Employee

Action variables cannot be used for the edit-body-text action.

 

You can add disclaimers to the email body with action variables though.

 

- Libin Varghese