Tools
| Name | Description |
|---|---|
track_usersSend user attributes, custom events, or purchases to Braze /users/track. | Send user attributes, custom events, or purchases to Braze /users/track. |
export_users_by_identifierRetrieve Braze user profiles by external IDs, Braze IDs, aliases, emails, or phone numbers. | Retrieve Braze user profiles by external IDs, Braze IDs, aliases, emails, or phone numbers. |
delete_usersDelete Braze users by external IDs, Braze IDs, or user aliases. | Delete Braze users by external IDs, Braze IDs, or user aliases. |
list_campaignsList Braze campaigns. | List Braze campaigns. |
get_campaign_detailsRetrieve details for a Braze campaign. | Retrieve details for a Braze campaign. |
send_triggered_campaignSend an API-triggered Braze campaign to explicit recipients. | Send an API-triggered Braze campaign to explicit recipients. |
list_segmentsList Braze segments. | List Braze segments. |
get_segment_detailsRetrieve details for a Braze segment. | Retrieve details for a Braze segment. |
update_subscription_group_statusUpdate a user subscription group status in Braze. | Update a user subscription group status in Braze. |
change_email_subscription_statusChange the global email subscription status for a Braze email address. | Change the global email subscription status for a Braze email address. |
custom_api_callMake a custom call to the configured Braze REST endpoint. | Make a custom call to the configured Braze REST endpoint. |
Quick Start
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.