example: params = { 'content' : { 'Subject' : 'Janet & John', 'Text' : 'hello all, } } the Subject in params is truncated and RT only receives the 'Janet'
example:
params = { 'content' : {
'Subject' : 'Janet & John',
'Text' : 'hello all,
}
}
the Subject in params is truncated and RT only receives the 'Janet'