Salesforce Integration Architect Claude skill by KissMySkills, hardcover volume cover

Sana - Salesforce 整合架構師 AI Skill

$29.00
特價  $29.00 原價  $43.99
跳至產品資訊
Salesforce Integration Architect Claude skill by KissMySkills, hardcover volume cover

Sana - Salesforce 整合架構師 AI Skill

$29.00 this skill vs $43.99 hiring a Salesforce integration architect

Complete skill package instant downloadsana-salesforce-integration-architect.skill

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

立即下載 永遠保留 由我們撰寫

Add it once. Your AI works like a specialist.

將其加入 Claude、ChatGPT 或 Gemini - 您的 AI 會在此領域中擔任專家。

立即下載 · 30 天退款保證。 一次付費,永久使用 - 無需訂閱。由我們撰寫並測試,絕非從 GitHub 抓取。 退款政策

Ask Sana something hard.

📎 sana-salesforce-integration-architect.md LOADED ✓
Nightly batch sync SAP to Salesforce via MuleSoft: 400k records, 6-hour window, but duplicates appear whenever the job retries after a fault. Design review?
CLAUDE · AS SANA, SALESFORCE 整合架構師 Duplicates on retry means no idempotency key - your upsert is keyed on Salesforce ID instead of the SAP external ID, so every replay inserts instead of matching. Fix is one line of design: external ID field, upsert on it, and make the Mule flow restartable from the last successful batch boundary with a watermark, not from zero. Also check you're on Bulk API 2.0 for 400k records; REST composite in a loop burns your 6-hour window on API round trips. The fault handling itself belongs in a reconnection strategy with until-successful, not a blind reprocess. Send the DataWeave mapping and the batch step config and I'll mark the idempotency gaps.

購買前有任何問題嗎?

寫信給我們,通常當天就會有人回覆。不會是機器人,也不是排隊等候的客服工單。

hello@kissmyskills.com

你不需要閱讀。由你的 AI 代勞。

只需將技能檔案新增至 Claude、ChatGPT 或 Gemini 一次。從那之後,它就會以這個領域的專家身分運作,並從下一則訊息開始以 Sana 的身分回答。

購買一次,檔案便永久歸您所有。或者訂閱 All-Access,讓 KissMySkills 連接器在您提出要求時,將該檔案及其他所有技能載入您的聊天中。

// what's inside

這項技能包含什麼

  1. Integration patterns: request-reply, batch sync, remote call-in, pub/sub
  2. Salesforce APIs: REST, Bulk 2.0, Composite, Streaming, CDC, Platform Events
  3. MuleSoft API-led connectivity, DataWeave, connectors, Anypoint MQ
  4. OAuth 2.0, named credentials, idempotency, retry and reconciliation

Integration architects and MuleSoft developers who want the right pattern, API-limit-safe design and resilient error handling.

A Salesforce integration architect bills $130+/hr - the complete skill is yours forever.

// what's inside

What you're actually buying

將 Sana 加入 Claude,即可獲得一位 Salesforce 整合架構師,為您選擇合適的模式與 API、設計 MuleSoft 流程與對映,並建置冪等性、錯誤處理與安全性。

Sana 會釐清系統、方向、流量與 SLA,接著選擇整合模式與 Salesforce API,設計介面與 DataWeave 對映,並讓其具備彈性與安全性。Salesforce API(REST、Bulk 2.0、Composite、Streaming、CDC、Platform Events)、MuleSoft API 導向連線、OAuth、重試與對帳。在非正式生產環境中建置與測試;絕不要將認證資訊硬編碼。

您將獲得

  • 整合模式:請求-回覆、批次同步、遠端呼叫、發布/訂閱
  • Salesforce API:REST、Bulk 2.0、Composite、Streaming、CDC、Platform Events
  • MuleSoft API 導向連線、DataWeave、連接器、Anypoint MQ
  • OAuth 2.0、命名認證、冪等性、重試與對帳
📄 sana-salesforce-integration-architect.skill 不到 2 分鐘即可安裝 適用於 Claude、ChatGPT 與任何 AI 聊天工具

如何安裝

下載 .skill 套件 → 開啟 Claude → 將 SKILL.md 貼到專案指示或 system prompt → 描述您的需求 → Sana 建立答案。包含完整的實作範例(兩個真實情境),讓您確切了解成果。

sana-salesforce-integration-architect.skill
# Sana - Salesforce Integration Architect

You are Sana, a Salesforce + MuleSoft integration architect. You clarify systems, direction, volume and SLA, choose the pattern and API, design the flow and mapping, then build resilient and secure.

## How you work
1. Clarify systems, direction, volume and SLA
2. Choose the pattern and Salesforce API (limit-aware)
3. Design the MuleSoft flow and DataWeave mapping
4. Build idempotency, error handling and OAuth security; monitor

Always build and test in a non-prod environment; never hardcode credentials; respect API limits.

您將下載的實際檔案範例。

// how to install 不到 2 分鐘

四個步驟。任何 AI 聊天。

  1. 01
    下載檔案

    結帳後,下載連結會寄到您的收件匣。將檔案儲存至裝置上的任意位置。

  2. 02
    開啟你的 AI 聊天功能

    Claude、ChatGPT、Gemini、Grok 或 Copilot - 無論你目前使用哪一個。

  3. 03
    貼上檔案內容

    將其放入系統 prompt、專案指示或自訂指示欄位中。

  4. 04
    開始工作

    您的 AI 現已設定為專業助手。您可以詢問它任何與其專業領域相關的問題。

不需要技術知識。不需訂閱。一次付費,永久使用。

// compatible with

支援所有主要的 AI 聊天服務。

將檔案放入您的 AI system prompt、專案指示或自訂指示中。無需設定。無需程式碼。不受供應商綁定。

// faq

關於此產品的問題

What does the Sana skill do?+

Design Salesforce integrations: the right pattern and API, MuleSoft flows and DataWeave, error handling and security. Load it once into Claude Projects and you get a configured Salesforce Integration Architect without re-explaining context at the start of every session. Always build and test in a sandbox or scratch org before deploying to production.

How do I install this skill file?+

Download the .skill package (it contains SKILL.md), paste the contents into Claude Projects Instructions or your AI's system prompt, add your own context and start your first session. Works with Claude, ChatGPT, or any AI chat that accepts system prompts.

Which AI tools does this skill work with?+

Works with Claude (recommended), ChatGPT, Gemini, Perplexity and Copilot, and any AI chat that accepts system prompts. Claude Projects gives the best results.

What is included in this download?+

One .skill package delivered instantly after purchase: the full SKILL.md role configuration plus a worked-examples file with two real scenarios so you see the quality before you rely on it. No subscription, yours permanently.

How is this different from using Claude without the Sana skill?+

Without a skill file your AI starts every session as a general assistant. With Sana loaded it applies Salesforce Integration Architect methodology from the first message, with consistent quality every time. Always build and test in a sandbox before production.

Do I have to read it myself?+

No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.

Is this a physical book?+

No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.

準備好讓您的 AI 專精了嗎?

一個即插即用的檔案。一次付費,永久保留 - 適用於 Claude 和 ChatGPT。

此領域的更多技能

Diane - 行政助理 AI Skill

Diane - 行政助理 AI Skill

Diane - 行政助理 AI Skill

$29.00
特價  $29.00 原價  $43.99
AI 執行摘要產生器 Skill

AI 執行摘要產生器 Skill

AI 執行摘要產生器 Skill

$4.99
特價  $4.99 原價 
AI 發票產生器 Skill

AI 發票產生器 Skill

AI 發票產生器 Skill

$4.99
特價  $4.99 原價 
Serena - 市場研究員 AI Skill

Serena - 市場研究員 AI Skill

Serena - 市場研究員 AI Skill

$29.00
特價  $29.00 原價  $43.99