Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const destination: BrowserDestinationDefinition<Settings, _1flow> = {
description:
'This is the unique app_id for your 1Flow application, serving as the identifier for data storage and retrieval. This field is mandatory.',
label: 'Project API Key',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const destination: BrowserDestinationDefinition<Settings, BrazeDestinatio
api_key: {
description: 'Found in the Braze Dashboard under Manage Settings → Apps → Web',
label: 'API Key',
type: 'string', // SDK API keys are not secret
type: 'password', // SDK API keys are not secret
required: true
},
endpoint: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const destination: BrowserDestinationDefinition<Settings, Iterate> = {
apiKey: {
label: 'Embed API Key',
description: 'The Embed API Key for your account. You can find this on your settings pages.',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const destination: BrowserDestinationDefinition<Settings, PendoSDK> = {
apiKey: {
label: 'Pendo API Key',
description: 'Pendo API Key',
type: 'string',
type: 'password',
required: true
},
region: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'Your Aampe API Key',
type: 'string',
type: 'password',
required: true
},
region: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import sendCustomEvent from './sendCustomEvent'

import dayjs from '../../lib/dayjs'


export const API_URL = "https://api.converscience.com/events"
export const API_URL = 'https://api.converscience.com/events'

export function formatTimestampAsUnixSeconds(ISOTimestamp: string | number) {
return dayjs.utc(ISOTimestamp).unix()
Expand All @@ -32,7 +31,7 @@ const destination: DestinationDefinition<Settings> = {
client_secret: {
label: 'Client Secret',
description: 'Your Actable-supplied Client Secret.',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ const destination: DestinationDefinition<Settings> = {
default_app_token: {
label: 'Default App Token',
description: 'The app token for your Adjust account. This can be overridden in the event mapping.',
type: 'string',
type: 'password',
required: false
},
default_event_token: {
label: 'Default Event Token',
description: 'The default event token. This can be overridden in the event mapping.',
type: 'string',
type: 'password',
required: false
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'apiKey',
description: 'An API key which has write permissions to the Algolia Insights API',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const destination: DestinationDefinition<Settings> = {
label: 'API Key',
description:
'The API Key is available via Ambee’s API Dashboard: https://api-dashboard.getambee.com. Paste the API key generated on the homepage. For bulk use, subscribe to enterprise plan on the dashboard',
type: 'string',
type: 'password',
required: true
},
email: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'Amplitude project API key. You can find this key in the "General" tab of your Amplitude project.',
type: 'string',
type: 'password',
required: true
},
secretKey: {
label: 'Secret Key',
description:
'Amplitude project secret key. You can find this key in the "General" tab of your Amplitude project.',
type: 'string',
type: 'password',
required: true
},
endpoint: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'AppFit project API key. ',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'Your Attentive API Key.',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'Avo Inspector API Key',
description: 'Avo Inspector API Key can be found in the Inspector setup page on your source in Avo.',
type: 'string',
type: 'password',
required: true
},
env: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const destination: DestinationDefinition<Settings> = {
scheme: 'custom',
fields: {
apiKey: {
type: 'string',
type: 'password',
label: 'API Key',
description: 'Blend API key - found on integration page.',
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'You can find your API Key in the Segment Integration page in your admin settings.',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const destination: DestinationDefinition<Settings> = {
secret_key: {
label: 'Secret Key',
description: 'Your Clay secret key',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const destination: DestinationDefinition<Settings> = {
label: 'CleverTap Account Passcode',
description:
'CleverTap Passcode. This can be found under [Settings Page](https://developer.clevertap.com/docs/authentication#getting-your-account-credentials).',
type: 'string',
type: 'password',
required: true
},
clevertapEndpoint: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'Your Cordial API Key',
type: 'string',
type: 'password',
required: true
},
endpoint: {
Expand All @@ -48,7 +48,7 @@ const destination: DestinationDefinition<Settings> = {

extendRequest({ settings }) {
return {
headers: { 'x-api-key': `${settings.apiKey}`, 'Accept': 'application/json'}
headers: { 'x-api-key': `${settings.apiKey}`, Accept: 'application/json' }
}
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const destination: DestinationDefinition<Settings> = {
writeKey: {
label: 'Dawn Write Key',
description: 'Get your key at app.dawnai.com',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'API key for your Drip account. You can find this in your Drip account settings.',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'The API Key is available via Dub Dashboard: https://app.dub.co/settings/tokens',
type: 'string',
type: 'password',
required: true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const destination: DestinationDefinition<Settings> = {
description:
'Encharge.io API Key. This can be found on your [Account page](https://app.encharge.io/settings/api-keys).',
label: 'API Key',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const destination: DestinationDefinition<Settings> = {
authKey: {
label: 'Friendbuy MAPI Key',
description: 'Contact your Friendbuy account manager to generate your Friendbuy MAPI key and secret.',
type: 'string',
type: 'password',
format: 'uuid',
required: true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'Gainsight PX API key. You can find this key in the "Administration/Products" screen.',
type: 'string',
type: 'password',
required: true
},
dataCenter: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const destination: DestinationDefinition<Settings> = {
scheme: 'custom',
fields: {
apiToken: {
type: 'string',
type: 'password',
label: 'Secret API token',
description: 'Found in `Project settings` -> `Secret API token`.',
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const destination: DestinationDefinition<Settings> = {
label: 'API Secret',
description:
'An API SECRET generated in the Google Analytics UI, navigate to: Admin > Data Streams > choose your stream > Measurement Protocol > Create',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const destination: DestinationDefinition<Settings> = {
scheme: 'custom',
fields: {
apiKey: {
type: 'string',
type: 'password',
label: 'API Key',
description: 'Your Hyperengage API key located in the Integration Settings page.',
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const destination: AudienceDestinationDefinition<Settings, AudienceSettings> = {
scheme: 'custom',
fields: {
apiKey: {
type: 'string',
type: 'password',
label: 'API Key',
description:
"To obtain the API Key, go to the Iterable app and naviate to Integrations > API Keys. Create a new API Key with the 'Server-Side' type.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const destination: DestinationDefinition<Settings> = {
scheme: 'custom',
fields: {
apiKey: {
type: 'string',
type: 'password',
label: 'API Key',
description:
"To obtain the API Key, go to the Iterable app and naviate to Integrations > API Keys. Create a new API Key with the 'Server-Side' type.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'Your June API Key',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'Kevel API Key',
description: 'Your Kevel API Key',
type: 'string',
type: 'password',
required: true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'Your Loops API Key',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const destination: DestinationDefinition<Settings> = {
apiToken: {
label: 'API token',
description: 'Required in order to pass GDPR deletion requests to Magellan AI',
type: 'string',
type: 'password',
required: false
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const destination: DestinationDefinition<Settings> = {
apiKey: {
label: 'API Key',
description: 'The API key for the app in Mantle. Get this from the API Keys section for your app in Mantle.',
type: 'string',
type: 'password',
required: true
}
},
Expand Down
Loading