Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvlaz committed Mar 22, 2023
2 parents aa7798e + e3ffa6b commit 9f19f6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const presets: DestinationDefinition['presets'] = [
{
name: 'Track Calls',
subscribe: 'type = "track"',
partnerAction: 'trackEvent',
partnerAction: 'receiveEvents',
mapping: {
...defaultValues(receiveEvents.fields),
email: {
Expand All @@ -31,7 +31,7 @@ const presets: DestinationDefinition['presets'] = [
{
name: 'Identify Calls',
subscribe: 'type = "identify"',
partnerAction: 'trackEvent',
partnerAction: 'receiveEvents',
mapping: {
...defaultValues(receiveEvents.fields),
email: {
Expand Down

0 comments on commit 9f19f6b

Please sign in to comment.