sf-knowledge-platform-events

Provide curated Salesforce Platform Events guidance for event-driven integrations.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Avinava/sf-documentation-knowledge --skill sf-knowledge-platform-events
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-knowledge-platform-events
Source: https://github.com/Avinava/sf-documentation-knowledge/tree/main/skills/platform-events
Command: npx skills add https://github.com/Avinava/sf-documentation-knowledge --skill sf-knowledge-platform-events

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates Salesforce Platform Events best practices and developer guidance into a curated, easy-to-navigate knowledge base, reducing research time and preventing misinformation.

Core Features & Use Cases

  • Curated guidance: Provides structured, vetted explanations and examples for Platform Events topics.
  • Topic-focused learning: Allows jumping directly to topics like event notifications, event schemas, and integration patterns.
  • Use Case: Imagine a developer needs to implement reliable event-driven communication between Salesforce and an external system; this Skill provides step-by-step guidance and code references from the Platform Events Developer Guide.

Quick Start

Open knowledge/current/platform-events/_index.md to identify topics and read the individual topic files for detailed steps.

Frequently Asked Questions about sf-knowledge-platform-events

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

FAQPage Schema
How do I implement event-driven integrations with Salesforce Platform Events?

Salesforce Platform Events enable event-driven integrations by using a publish/subscribe model to communicate changes to external systems. This curated knowledge base provides step-by-step guidance, code references, and best practices for practical implementation.

What are Salesforce Platform Events and when should I use them?

Salesforce Platform Events are a messaging framework used to transmit event data between Salesforce and external systems. You use them to build reliable, event-driven communication patterns where systems react to specific business events.

How do I define event schemas for Salesforce Platform Events?

Defining event schemas involves structuring the event message payload to ensure reliable data transmission. This curated guidance offers vetted explanations and examples covering event schema topics to jump-start your implementation.

What is the best way to structure publish and subscribe patterns for external system integration?

The best way to structure publish and subscribe patterns is to follow curated best-practice explanations from the Platform Events Developer Guide. This approach ensures reliable event-driven communication between Salesforce and external systems.

Do I need prior Apex knowledge to work with Salesforce Platform Events?

You need a foundational understanding of Salesforce development to navigate Platform Events effectively. This curated knowledge base provides structured topic navigation and developer guidance, but assumes baseline familiarity with building on the platform.

Why are my Salesforce Platform Events not reaching the external system subscriber?

If your Platform Events are not reaching the external system, review the event schema and publish/subscribe configuration. This knowledge base consolidates vetted best practices and developer guidance to help troubleshoot and prevent misinformation.