architect-channel-architecture

Design multi-channel messaging topology and orchestration for Braze campaigns and Canvases.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/delta-and-beta/braze-agency --skill architect-channel-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect-channel-architecture
Source: https://github.com/delta-and-beta/braze-agency/tree/main/skills/architect-channel-architecture
Command: npx skills add https://github.com/delta-and-beta/braze-agency --skill architect-channel-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Architects and campaign owners struggle to choose the right combination of messaging channels, delivery types, and orchestration patterns for scalable, compliant campaigns across Braze workspaces. This Skill concisely maps urgency, content richness, and platform capabilities to practical topology and sequencing decisions so teams can design reliable cross-channel journeys without reworking implementation details later.

Core Features & Use Cases

  • Channel taxonomy & selection: Converts urgency × richness tradeoffs into recommended channels (push, in-app, email, SMS/RCS, WhatsApp, LINE, KakaoTalk, webhooks, content cards, banners).
  • Orchestration patterns: Provides Canvas-level patterns (fallback chains, coordinated timing, cross-surface persistence, webhook orchestration) and how to implement them safely.
  • Platform capability mapping: Identifies when BrazeAI, delivery types, RCS, or partner integrations affect architecture and cross-workspace copying constraints.
  • Use case: Design a re-engagement flow that uses push as primary, falls back to email after 24 hours, persists content via content cards, and flags SMS compliance checks for international markets.

Quick Start

Use the architect-channel-architecture skill to produce a channel topology and Canvas orchestration plan for a given campaign brief.

Frequently Asked Questions about architect-channel-architecture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a multi-channel messaging topology in Braze?

Braze Canvas orchestration uses fallback chains and coordinated timing to sequence channels like push, email, and SMS. You set primary messages, define wait periods, and configure fallback steps to trigger secondary channels when initial delivery fails or remains unengaged.

What is the best way to sequence channels for a Braze re-engagement campaign?

Braze re-engagement sequencing typically uses push as the primary channel, falls back to email after 24 hours, and persists content via content cards. This topology approach ensures message visibility across surfaces while respecting user engagement states.

Does Braze support SMS, RCS, and WhatsApp fallback in Canvas workflows?

Braze Canvas workflows support SMS, MMS, RCS, and WhatsApp fallbacks alongside partner requirements for LINE and KakaoTalk. Channel architecture maps these delivery types into orchestration patterns while flagging compliance checks for international messaging markets.

When should I use BrazeAI features in my channel architecture?

Use BrazeAI features in channel architecture when platform capability mapping indicates they affect delivery type choices or orchestration patterns. They optimize timing and channel selection dynamically within Canvas workflows based on user behavior signals.

Can I copy multi-channel Canvas architectures across different Braze workspaces?

Copying multi-channel Canvas architectures across Braze workspaces faces technical constraints and workspace copy limitations. Channel architecture planning accounts for these restrictions, ensuring cross-workspace replication scenarios are mapped before implementation begins.

How do webhook integrations work within Braze Canvas orchestration?

Webhook orchestration in Braze Canvas integrates external data triggers and responses into multi-channel sequencing patterns. It coordinates cross-surface persistence by sending real-time payloads to external endpoints and routing return data back into the messaging topology.