mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
chore: Add custom attributes in campaign.triggered event (#4463)
This commit is contained in:
@@ -46,7 +46,10 @@ export default {
|
||||
conversationCustomAttributes,
|
||||
}) {
|
||||
if (activeCampaignId) {
|
||||
bus.$emit('execute-campaign', activeCampaignId);
|
||||
bus.$emit('execute-campaign', {
|
||||
campaignId: activeCampaignId,
|
||||
customAttributes: conversationCustomAttributes,
|
||||
});
|
||||
this.$store.dispatch('contacts/update', {
|
||||
user: {
|
||||
email: emailAddress,
|
||||
|
||||
Reference in New Issue
Block a user