Skip to content

Commit

Permalink
fixing preset
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment committed Mar 27, 2023
1 parent 9f19f6b commit 8d4b051
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { DestinationDefinition } from '@segment/actions-core'
import type { Settings } from './generated-types'
import sendData from './sendData'
import { defaultValues } from '@segment/actions-core'

const baseUrl = 'https://segment-api.blnd.ai/'

Expand Down Expand Up @@ -40,7 +41,8 @@ const destination: DestinationDefinition<Settings> = {
{
name: 'Send Data to Blend',
subscribe: 'type = "identify" or type = "page" or type = "screen" or type = "track"',
partnerAction: 'sendData'
partnerAction: 'sendData',
mapping: defaultValues(sendData.fields)
}
],
actions: {
Expand Down

0 comments on commit 8d4b051

Please sign in to comment.