fix: accepting external source_id (#8359)

Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Hugo Castro de Deco 2023-12-13 07:51:55 -03:00 committed by GitHub
parent 3adaa2d602
commit bf883794a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,8 @@ class Messages::MessageBuilder
content_type: @params[:content_type],
items: @items,
in_reply_to: @in_reply_to,
echo_id: @params[:echo_id]
echo_id: @params[:echo_id],
source_id: @params[:source_id]
}.merge(external_created_at).merge(automation_rule_id).merge(campaign_id).merge(template_params)
end
end