Weavz
Braze

Braze

Lifecycle marketing and customer engagement platform

11 tools

Tools

Name
track_users

Send user attributes, custom events, or purchases to Braze /users/track.

export_users_by_identifier

Retrieve Braze user profiles by external IDs, Braze IDs, aliases, emails, or phone numbers.

delete_users

Delete Braze users by external IDs, Braze IDs, or user aliases.

list_campaigns

List Braze campaigns.

get_campaign_details

Retrieve details for a Braze campaign.

send_triggered_campaign

Send an API-triggered Braze campaign to explicit recipients.

list_segments

List Braze segments.

get_segment_details

Retrieve details for a Braze segment.

update_subscription_group_status

Update a user subscription group status in Braze.

change_email_subscription_status

Change the global email subscription status for a Braze email address.

custom_api_call

Make a custom call to the configured Braze REST endpoint.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('braze', 'track_users', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'braze',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Braze to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Braze support?

Braze supports 11 tools including Create or Update Users, Export Users by Identifier, Delete Users, List Campaigns, Get Campaign Details, and more.

Can I use Braze with AI agents?

Yes. Add Braze to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Braze be used in stateful agent workflows?

Yes. Agents can combine Braze tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Braze use?

Braze uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Braze integration cost?

The Braze integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Braze in minutes

Get 20,000 free action executions every month. No credit card required.