We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46d6f4 commit 4c4f72fCopy full SHA for 4c4f72f
packages/destination-actions/src/destinations/bing-ads-audiences/syncAudiences/index.ts
@@ -4,7 +4,7 @@ import type { Payload } from './generated-types'
4
5
const action: ActionDefinition<Settings, Payload> = {
6
title: 'Sync Audiences',
7
- description: '',
+ description: 'Sync users to Bing Ads',
8
fields: {},
9
perform: (request, data) => {
10
// Make your partner api request here!
0 commit comments