Skip to content

Commit

Permalink
Update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-joshi99 committed Apr 8, 2024
1 parent d56403a commit f530cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { createProfile, addProfileToList, createImportJobPayload, sendImportJobR
import { email, external_id, list_id, enable_batching, batch_size } from '../properties'

const action: ActionDefinition<Settings, Payload> = {
title: 'Add Profile To List',
title: 'Add Profile to List (Engage)',
description: 'Add Profile To List',
defaultSubscription: 'event = "Audience Entered"',
fields: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getProfiles, removeProfileFromList } from '../functions'
import { email, list_id, external_id, enable_batching } from '../properties'

const action: ActionDefinition<Settings, Payload> = {
title: 'Remove profile from list',
title: 'Remove Profile from List (Engage)',
description: 'Remove profile from list',
defaultSubscription: 'event = "Audience Exited"',
fields: {
Expand Down

0 comments on commit f530cc1

Please sign in to comment.