fix: Update invalid payload for template messages (#5802)
This commit is contained in:
parent
a23974d8b9
commit
526722dffa
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ export default {
|
|||
inboxId: this.targetInbox.inbox.id,
|
||||
sourceId: this.targetInbox.source_id,
|
||||
contactId: this.contact.id,
|
||||
message: { content, templateParams },
|
||||
message: { content, template_params: templateParams },
|
||||
assigneeId: this.currentUser.id,
|
||||
};
|
||||
return payload;
|
||||
|
|
Loading…
Reference in a new issue