fix: Update invalid payload for template messages (#5802)
This commit is contained in:
@@ -264,7 +264,7 @@ export default {
|
|||||||
inboxId: this.targetInbox.inbox.id,
|
inboxId: this.targetInbox.inbox.id,
|
||||||
sourceId: this.targetInbox.source_id,
|
sourceId: this.targetInbox.source_id,
|
||||||
contactId: this.contact.id,
|
contactId: this.contact.id,
|
||||||
message: { content, templateParams },
|
message: { content, template_params: templateParams },
|
||||||
assigneeId: this.currentUser.id,
|
assigneeId: this.currentUser.id,
|
||||||
};
|
};
|
||||||
return payload;
|
return payload;
|
||||||
|
|||||||
Reference in New Issue
Block a user