Explore
Browse and search prompts, skills, and rules from the community.
24 results in Integration Flow
MuleSoft Integration Flow Builder
Interactively builds Mule integration flows by asking about source, processing steps, and target systems.
Circuit Breaker for External Calls
Apply circuit breaker pattern for all calls to external systems to prevent cascade failures.
Use Mule Domains for Shared Configurations
Use Mule Domains to share global configurations like error handlers, properties, and connection configs.
Use kebab-case for Projects and Flows
Follow MuleSoft naming conventions: kebab-case for project and flow names, camelCase for DataWeave.
Use ObjectStore for Stateful Integrations
Use ObjectStore for any integration that requires persistence across requests.
Integration: email on new Salesforce case
Create an integration that sends email notifications for new Salesforce cases.
Process API: Jira to Salesforce Case
Build a Process API that maps Jira issue data to Salesforce Cases with error handling.
Send email on new Salesforce case
Generate a flow that sends an email notification when a Salesforce case is created.
Update Salesforce phone via API
Create a flow that listens for API calls and updates a Salesforce Account phone number.
Sync phone field between Salesforce and DB
Create a flow that syncs the phone field of account objects between Salesforce and a database.
Create Salesforce-to-NetSuite integration
Create a Mule project that syncs Salesforce opportunities to NetSuite orders on close.
Modify an existing application
Update a deployed application to meet new business requirements.
MuleSoft General Rules (combined)
A set of generic rules that should be applied on every Mule development task
Use kebab-case for Projects and Flows
Follow MuleSoft naming conventions: kebab-case for project and flow names, camelCase for DataWeave.
Use ObjectStore for Stateful Integrations
Use ObjectStore for any integration that requires persistence across requests.
Circuit Breaker for External Calls
Apply circuit breaker pattern for all calls to external systems to prevent cascade failures.
Use Mule Domains for Shared Configurations
Use Mule Domains to share global configurations like error handlers, properties, and connection configs.
Send email on new Salesforce case
Generate a flow that sends an email notification when a Salesforce case is created.
Update Salesforce phone via API
Create a flow that listens for API calls and updates a Salesforce Account phone number.
Sync phone field between Salesforce and DB
Create a flow that syncs the phone field of account objects between Salesforce and a database.
Integration: email on new Salesforce case
Create an integration that sends email notifications for new Salesforce cases.
Process API: Jira to Salesforce Case
Build a Process API that maps Jira issue data to Salesforce Cases with error handling.
Create Salesforce-to-NetSuite integration
Create a Mule project that syncs Salesforce opportunities to NetSuite orders on close.
Modify an existing application
Update a deployed application to meet new business requirements.
