SlideShare a Scribd company logo
10 May 2023
Manchester MuleSoft Meetup Group
Building Up MuleSoft Capabilities +
MuleSoft Automation with Anypoint and Composer
2
● Introductions and Networking
● Technical Session 1 - Building up Mule Capabilities from the MuleSoft Support, Catalyst and
Code Labs
● Break out for snacks and drinks
● Technical Session 2 - Delivering process orchestration with Composer and Anypoint Platform
● Networking !
Agenda
3
●About the organizer:
○ Steve Clarke (Slalom)
○ Akshata Sawant (MuleSoft)
○ Francis Edwards (Saint-Gobain)
●About the sponsor:
○ Slalom
Introductions
A SHOW OF HANDS:
Who is new to this Meetup?
Speakers
4
Francis Edwards
Building up Mule Capabilities from
the MuleSoft Support, Catalyst
and Code Labs
6
An Agenda for Building
To review platform capabilities and pull together custom Assets
- MuleSoft Exchange
- gateway to assets and structure of the capabilities
- MuleSoft Documentation - tools (oauth), release notes
- Knowledge Hub - catalyst, playbooks, standards, documentation
- MuleSoft Support - tools, solved questions
- MuleSoft GitHub - catalyst, labs, meetup solutions
- MuleSoft Training - catalyst, certification, build pipelines, code reuse, custom assets
- Building the Product Backlog
- Maintaining Assets
- Meetup Solutions
- Salesforce Ideas Exchange
7
Building Baseline Functionality
Create initial assets for operational implementing, monitoring and error handling
- MuleSoft Documentation
- Mule OAuth 2.0 Provider and Policy
- https://docs.mulesoft.com/api-manager/2.x/mule-oauth-provider-landing-page
- https://docs.mulesoft.com/exchange/to-publish-assets-maven
- Knowledge Hub
- RAML Fragments and governance rulesets
- https://knowledgehub.mulesoft.com/s/article/Common-RAML-Fragments
- MuleSoft Catalyst GitHub
- Circuit breaker policy, canary deployment policy, exponential backoff retry policy
- https://github.com/mulesoft-catalyst/circuit-breaker-policy-mule-4
- MuleSoft Support
- Network Tools
- https://github.com/mulesoft-labs/net-tools-api/
8
Scaling Functionality
Leverage tools, code snippets and assemble functionality from reusable custom assets
- MuleSoft Consultants / Partners
- Custom Connectors
- https://github.com/avioconsulting/mule-custom-logger
- Meetups & Blogs
- Secure Properties Generator
- https://secure-properties-api.us-e1.cloudhub.io/ https://github.com/djuang1/secure-config-properties-
api
- MuleSoft Training
- Level 2 Developer Courses
- Parent Pom for injecting deployment configurations
- Bill of Material Pom for injecting confirmed working asset versions
- Delivering Successful Business Outcomes with Catalyst course for playbook familiarity
Demo
9
Steve Clarke & Bobby James
Delivering process orchestration with
Composer and Anypoint Platform
Context: Automation Challenges
11
What is MuleSoft Composer ?
Why ?
➔ Can allow you to unlock
capabilities across different
parts of the business
➔ Provides an ability to
increase your Customer 360
focus
➔ An alternative for Product
Owners who understand
their business processes
➔ Need for speed of delivery at
low cost
12
What ?
➔ Low Code / No Code toolset
➔ Allows you to automate
integrations across your
ecosystem (either within
Salesforce or outside)
➔ Oriented largely at business
users
➔ Intended to provide quick,
easy delivery of simple
integration use cases, low
complexity
Who ?
➔ Basically, non-developers,
Line of Business users
➔ Admins
➔ Salesforce and MuleSoft
developers needing to
deliver integration and
automation use cases
quickly and with low effort
Automation Use Cases (Cross Industry)
13
Where do Composer and Anypoint come into
play ?
14
❖ Part of MuleSoft
Automation
Suite.
❖ Composer can
invoke Anypoint
API’s or RPA
bots.
❖ Composer can
be an
orchestrator of
‘business
process’ or form
part of a wider
automation
capability in
Salesforce.
Bigger picture with Salesforce
15
❖ Composer,
Anypoint form
part of a larger
drive toward
process
automation and
orchestration - or
Hyperautomation
Composer Offerings
16
Deployment options are largely on a feature parity
MuleSoft Composer for Salesforce is recommended for Salesforce customers (higher integration)
Leveraging Composer to Orchestrate with
Anypoint
What should we consider ?
- Use Anypoint to surface key capabilities and data points. A well established API ecosystem is
key.
- Ensure they are reusable, consumable assets
- Consider your security controls (only some are supported in Composer right now)
- Be sure to have enabled MuleSoft services in Salesforce beforehand
- Establish your named credentials for your API in Salesforce
- Use the features of Composer to self document (e.g. Flow Names)
17
Use Case - InsureCo Claims Export
18
➢ An insurance company, InsureCo, has a
need to be able to automate the sharing of
claims activity to a local regulator.
➢ The local regulator needs to know the Claim
Info (ID, Amount, etc.) and key Customer
details (e.g. Name).
➢ The regulator wants this data supplied as a
file so they can consume it as they need to
offline. They want to be notified via email
when the file is available.
➢ InsureCo wants to be notified when this
activity occurs via their Slack channel so
they can monitor activity.
Demo
19
What not to get caught on….
● Where are the layers?
○ You can’t extract the integration into an application
○ or component to deploy on the Anypoint Platform?
● Flow Naming
○ Environment / Enterprise Functionality / Source / Target / Flow Functionality / Version
● Pipeline Scripting
● Multiple Applications Updates (Pub / Sub)
○ Design with care
● Ch..Ch..Changes
https://splatform.devoteam.com/expert-view/mulesoft-composer-part-iii/
20
Composer - Things to look out for
➢ Be clear on your usage requirements (there are volume limits per license tier - Starter vs Plus)
➢ Model your flow before starting - will save you time
➢ Consider your data structures - and how you will navigate them, orchestrations aren’t easy
➢ Data validation - Expect to validate at source or target, difficult in transit
➢ Keep it simple - complex orchestrations are likely not possible (use Anypoint), Nested functions possible but messy
➢ Connectors and Platforms - Understand the capabilities and constraints of different connectors and underlying
systems (not all data structures may be available - yet)
➢ Consider the use of other Salesforce Flow capabilities to support Composer orchestrations (e.g. Formulas) as these
may save time
➢ Error handling (retries etc) not there yet - in BETA now
➢ Limited authentication options
➢ Requirement for enterprise accounts for some services
21
Composer / Anypoint Platform - Differences
22
Capability Composer Anypoint Platform
Platform Part of Salesforce or standalone, currently a small
range of connectors
Full iPaaS Landscape, large array of connectors and
capabilties
Users Business Users, Admins IT and Developers
Features Low Code / No Code Full development tooling and capabilities, Low Code but
supports complex code use cases when needed
Integration /
Orchestration
Simple integration use cases only, Simple
orchestrations
Complex use cases, orchestrations
Data
Structures
Basic data structures and mappings Complex data patterns, aggregations etc.
Cost of
Delivery
Each execution costs against the license Cost is deployment based (vCores). Architect wisely.
Deployment options are largely on a feature parity
MuleSoft Composer for Salesforce is recommended for Salesforce customers (higher integration)
Thank you!
What’s Next ?
25
● Upcoming Events:
○ Salesforce World Tour London - 29 June 2023 (https://www.salesforce.com/uk/events/london/)
○ London MuleSoft Meetup around 14th May
○ Keep an eye on MuleSoft Summer Release ‘23 - ACB, AEH, and so much more!!
Upcoming events:
● Join MuleSoft WhatsApp Group(informal) - for latest updates and networking with the
Community
26
MuleSoft Composer Continues…
❖ Be part of the Trailblazer Community Group.
https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000GwI1SAK
❖ Trailhead Mulesoft Composer Trail-mix
https://trailhead.salesforce.com/users/mulesoft-trailhead/trailmixes/mulesoft-composer
❖ Trailhead simulator
https://dfc-data-production.s3.amazonaws.com/files/ti/thi/THI-000574/index.html
27
Available on amazon.com and Packt Publication
MuleSoft for
Salesforce Developers
Amazon: https://amzn.to/3KeI5kX
29
● Share:
○ Tweet using the hashtag #MuleSoftMeetups and #MuleSoftCommunity
○ Invite your network to join: https://meetups.mulesoft.com/manchester/
● Feedback:
○ Fill out the survey feedback and suggest topics for upcoming events
○ Contact MuleSoft at meetups@mulesoft.com for ways to improve the program
What’s next?
Introduce yourself to your neighbor
Networking time
Thank you
Appendices

More Related Content

PDF
MuleSoft Composer | Patna MuleSoft Meetup #14
PPTX
Kochi Mulesoft Meetup #10 - MuleSoft Composer: Connect apps and data easily w...
PDF
mulecomposer.pdf
PPTX
Warsaw MuleSoft Meetup #15 - Hyperautomation with MuleSoft - Composer 101
PPTX
MuleSoft Composer for Salesforce.pptx
PPTX
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
PPTX
Mule soft meetup_virtual_ 3_charlotte_07july_2021__final
PPTX
Warsaw MuleSoft Meetup #16 DF Tour.pptx
MuleSoft Composer | Patna MuleSoft Meetup #14
Kochi Mulesoft Meetup #10 - MuleSoft Composer: Connect apps and data easily w...
mulecomposer.pdf
Warsaw MuleSoft Meetup #15 - Hyperautomation with MuleSoft - Composer 101
MuleSoft Composer for Salesforce.pptx
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Mule soft meetup_virtual_ 3_charlotte_07july_2021__final
Warsaw MuleSoft Meetup #16 DF Tour.pptx

Similar to Anypoint Tools and MuleSoft Automation (DRAFT).pptx (20)

PDF
Singapore MuleSoft Meetup - 23 Nov 2022
PDF
MuleSoft Surat Virtual Meetup#36 - MuleSoft Composer for Salesforce - No Code...
PPTX
MuleSoft Composer - Connect Systems without code | MuleSoft Mysore Meetup #20
PPTX
Unlocking Seamless End-to-End Automation with the MuleSoft Automation Suite |...
PPTX
Manchester MuleSoft Meetup #7
PDF
MuleSoft London Community October 2019 - Preparing for London Connect 2019
PDF
Melbourne Virtual MuleSoft Meetup April 2022
PDF
MuleSoft_NZ_Meetup_8
PPTX
202206_HCLS_MuleSoft_Meetup.pptx
PPTX
Connect systems without code using MuleSoft Composer - General.pptx
PDF
withoutcodeusingmulesoftcomposer-connectsystems.pdf
PPTX
Embarking on MuleSoft Automation Journey via RPA, Composer and Flex Gateway
PDF
2022-221021003409-5f494fb1.pdf
PPTX
Montréal Dreamin'24 - Get Started with ACB
PDF
Mule soft dubai virtual meetup 27_apr
PDF
Mule soft step up session
PDF
MuleSoft meetup__houston #13
PPTX
MuleSoft HyperAutomation
PDF
MuleSoft_NZ_Meetup_11
PPTX
MuleSoft Composer - OKC Oklahoma City MuleSoft Meetup 11/11/21
Singapore MuleSoft Meetup - 23 Nov 2022
MuleSoft Surat Virtual Meetup#36 - MuleSoft Composer for Salesforce - No Code...
MuleSoft Composer - Connect Systems without code | MuleSoft Mysore Meetup #20
Unlocking Seamless End-to-End Automation with the MuleSoft Automation Suite |...
Manchester MuleSoft Meetup #7
MuleSoft London Community October 2019 - Preparing for London Connect 2019
Melbourne Virtual MuleSoft Meetup April 2022
MuleSoft_NZ_Meetup_8
202206_HCLS_MuleSoft_Meetup.pptx
Connect systems without code using MuleSoft Composer - General.pptx
withoutcodeusingmulesoftcomposer-connectsystems.pdf
Embarking on MuleSoft Automation Journey via RPA, Composer and Flex Gateway
2022-221021003409-5f494fb1.pdf
Montréal Dreamin'24 - Get Started with ACB
Mule soft dubai virtual meetup 27_apr
Mule soft step up session
MuleSoft meetup__houston #13
MuleSoft HyperAutomation
MuleSoft_NZ_Meetup_11
MuleSoft Composer - OKC Oklahoma City MuleSoft Meetup 11/11/21
Ad

More from Akshata Sawant (20)

PPTX
Robust Data Cloud Protection with MuleSoft-2.pptx
PPTX
London MuleSoft Meetup
PPTX
Zero Trust Security - Updated
PPTX
Mumbai MuleSoft Meetup #22.pptx
PPTX
Mumbai MuleSoft Meetup #21
PPTX
Manchester MuleSoft Meetup #8 - 28 Sept.pptx
PPTX
London MuleSoft Meetup 15 Sept
PPTX
Zero Trust Security in practice.pptx
PPTX
Mumbai MuleSoft Meetup #20
PPTX
Power of Einstein Analytics - Salesforce + Mulesoft
PPTX
Mumbai MuleSoft Meetup #19 - Anypoint monitoring and MQ Integrations
PPTX
Manchester MuleSoft Meetup #6 - Runtime Fabric with Mulesoft
PPTX
Mumbai MuleSoft Meetup #18
PPTX
Mumbai MuleSoft Meetup #17 - GraphQL
PPTX
Mumbai MuleSoft Meetup #15
PPTX
Mumbai MuleSoft Meetup 13
PPTX
Mumbai MuleSoft Meetup 12
PPTX
Mumbai MuleSoft Meetup 11
PPTX
Meet up slides_mumbai_05022020_final
PPTX
Meet up slides_mumbai_21032020_final
Robust Data Cloud Protection with MuleSoft-2.pptx
London MuleSoft Meetup
Zero Trust Security - Updated
Mumbai MuleSoft Meetup #22.pptx
Mumbai MuleSoft Meetup #21
Manchester MuleSoft Meetup #8 - 28 Sept.pptx
London MuleSoft Meetup 15 Sept
Zero Trust Security in practice.pptx
Mumbai MuleSoft Meetup #20
Power of Einstein Analytics - Salesforce + Mulesoft
Mumbai MuleSoft Meetup #19 - Anypoint monitoring and MQ Integrations
Manchester MuleSoft Meetup #6 - Runtime Fabric with Mulesoft
Mumbai MuleSoft Meetup #18
Mumbai MuleSoft Meetup #17 - GraphQL
Mumbai MuleSoft Meetup #15
Mumbai MuleSoft Meetup 13
Mumbai MuleSoft Meetup 12
Mumbai MuleSoft Meetup 11
Meet up slides_mumbai_05022020_final
Meet up slides_mumbai_21032020_final
Ad

Recently uploaded (20)

PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Approach and Philosophy of On baking technology
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
cuic standard and advanced reporting.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
KodekX | Application Modernization Development
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
Understanding_Digital_Forensics_Presentation.pptx
MYSQL Presentation for SQL database connectivity
Diabetes mellitus diagnosis method based random forest with bat algorithm
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Machine learning based COVID-19 study performance prediction
Approach and Philosophy of On baking technology
Advanced methodologies resolving dimensionality complications for autism neur...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
cuic standard and advanced reporting.pdf
Big Data Technologies - Introduction.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Programs and apps: productivity, graphics, security and other tools
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
The AUB Centre for AI in Media Proposal.docx
20250228 LYD VKU AI Blended-Learning.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Agricultural_Statistics_at_a_Glance_2022_0.pdf
KodekX | Application Modernization Development
Reach Out and Touch Someone: Haptics and Empathic Computing

Anypoint Tools and MuleSoft Automation (DRAFT).pptx

  • 1. 10 May 2023 Manchester MuleSoft Meetup Group Building Up MuleSoft Capabilities + MuleSoft Automation with Anypoint and Composer
  • 2. 2 ● Introductions and Networking ● Technical Session 1 - Building up Mule Capabilities from the MuleSoft Support, Catalyst and Code Labs ● Break out for snacks and drinks ● Technical Session 2 - Delivering process orchestration with Composer and Anypoint Platform ● Networking ! Agenda
  • 3. 3 ●About the organizer: ○ Steve Clarke (Slalom) ○ Akshata Sawant (MuleSoft) ○ Francis Edwards (Saint-Gobain) ●About the sponsor: ○ Slalom Introductions A SHOW OF HANDS: Who is new to this Meetup?
  • 5. Francis Edwards Building up Mule Capabilities from the MuleSoft Support, Catalyst and Code Labs
  • 6. 6 An Agenda for Building To review platform capabilities and pull together custom Assets - MuleSoft Exchange - gateway to assets and structure of the capabilities - MuleSoft Documentation - tools (oauth), release notes - Knowledge Hub - catalyst, playbooks, standards, documentation - MuleSoft Support - tools, solved questions - MuleSoft GitHub - catalyst, labs, meetup solutions - MuleSoft Training - catalyst, certification, build pipelines, code reuse, custom assets - Building the Product Backlog - Maintaining Assets - Meetup Solutions - Salesforce Ideas Exchange
  • 7. 7 Building Baseline Functionality Create initial assets for operational implementing, monitoring and error handling - MuleSoft Documentation - Mule OAuth 2.0 Provider and Policy - https://docs.mulesoft.com/api-manager/2.x/mule-oauth-provider-landing-page - https://docs.mulesoft.com/exchange/to-publish-assets-maven - Knowledge Hub - RAML Fragments and governance rulesets - https://knowledgehub.mulesoft.com/s/article/Common-RAML-Fragments - MuleSoft Catalyst GitHub - Circuit breaker policy, canary deployment policy, exponential backoff retry policy - https://github.com/mulesoft-catalyst/circuit-breaker-policy-mule-4 - MuleSoft Support - Network Tools - https://github.com/mulesoft-labs/net-tools-api/
  • 8. 8 Scaling Functionality Leverage tools, code snippets and assemble functionality from reusable custom assets - MuleSoft Consultants / Partners - Custom Connectors - https://github.com/avioconsulting/mule-custom-logger - Meetups & Blogs - Secure Properties Generator - https://secure-properties-api.us-e1.cloudhub.io/ https://github.com/djuang1/secure-config-properties- api - MuleSoft Training - Level 2 Developer Courses - Parent Pom for injecting deployment configurations - Bill of Material Pom for injecting confirmed working asset versions - Delivering Successful Business Outcomes with Catalyst course for playbook familiarity
  • 10. Steve Clarke & Bobby James Delivering process orchestration with Composer and Anypoint Platform
  • 12. What is MuleSoft Composer ? Why ? ➔ Can allow you to unlock capabilities across different parts of the business ➔ Provides an ability to increase your Customer 360 focus ➔ An alternative for Product Owners who understand their business processes ➔ Need for speed of delivery at low cost 12 What ? ➔ Low Code / No Code toolset ➔ Allows you to automate integrations across your ecosystem (either within Salesforce or outside) ➔ Oriented largely at business users ➔ Intended to provide quick, easy delivery of simple integration use cases, low complexity Who ? ➔ Basically, non-developers, Line of Business users ➔ Admins ➔ Salesforce and MuleSoft developers needing to deliver integration and automation use cases quickly and with low effort
  • 13. Automation Use Cases (Cross Industry) 13
  • 14. Where do Composer and Anypoint come into play ? 14 ❖ Part of MuleSoft Automation Suite. ❖ Composer can invoke Anypoint API’s or RPA bots. ❖ Composer can be an orchestrator of ‘business process’ or form part of a wider automation capability in Salesforce.
  • 15. Bigger picture with Salesforce 15 ❖ Composer, Anypoint form part of a larger drive toward process automation and orchestration - or Hyperautomation
  • 16. Composer Offerings 16 Deployment options are largely on a feature parity MuleSoft Composer for Salesforce is recommended for Salesforce customers (higher integration)
  • 17. Leveraging Composer to Orchestrate with Anypoint What should we consider ? - Use Anypoint to surface key capabilities and data points. A well established API ecosystem is key. - Ensure they are reusable, consumable assets - Consider your security controls (only some are supported in Composer right now) - Be sure to have enabled MuleSoft services in Salesforce beforehand - Establish your named credentials for your API in Salesforce - Use the features of Composer to self document (e.g. Flow Names) 17
  • 18. Use Case - InsureCo Claims Export 18 ➢ An insurance company, InsureCo, has a need to be able to automate the sharing of claims activity to a local regulator. ➢ The local regulator needs to know the Claim Info (ID, Amount, etc.) and key Customer details (e.g. Name). ➢ The regulator wants this data supplied as a file so they can consume it as they need to offline. They want to be notified via email when the file is available. ➢ InsureCo wants to be notified when this activity occurs via their Slack channel so they can monitor activity.
  • 20. What not to get caught on…. ● Where are the layers? ○ You can’t extract the integration into an application ○ or component to deploy on the Anypoint Platform? ● Flow Naming ○ Environment / Enterprise Functionality / Source / Target / Flow Functionality / Version ● Pipeline Scripting ● Multiple Applications Updates (Pub / Sub) ○ Design with care ● Ch..Ch..Changes https://splatform.devoteam.com/expert-view/mulesoft-composer-part-iii/ 20
  • 21. Composer - Things to look out for ➢ Be clear on your usage requirements (there are volume limits per license tier - Starter vs Plus) ➢ Model your flow before starting - will save you time ➢ Consider your data structures - and how you will navigate them, orchestrations aren’t easy ➢ Data validation - Expect to validate at source or target, difficult in transit ➢ Keep it simple - complex orchestrations are likely not possible (use Anypoint), Nested functions possible but messy ➢ Connectors and Platforms - Understand the capabilities and constraints of different connectors and underlying systems (not all data structures may be available - yet) ➢ Consider the use of other Salesforce Flow capabilities to support Composer orchestrations (e.g. Formulas) as these may save time ➢ Error handling (retries etc) not there yet - in BETA now ➢ Limited authentication options ➢ Requirement for enterprise accounts for some services 21
  • 22. Composer / Anypoint Platform - Differences 22 Capability Composer Anypoint Platform Platform Part of Salesforce or standalone, currently a small range of connectors Full iPaaS Landscape, large array of connectors and capabilties Users Business Users, Admins IT and Developers Features Low Code / No Code Full development tooling and capabilities, Low Code but supports complex code use cases when needed Integration / Orchestration Simple integration use cases only, Simple orchestrations Complex use cases, orchestrations Data Structures Basic data structures and mappings Complex data patterns, aggregations etc. Cost of Delivery Each execution costs against the license Cost is deployment based (vCores). Architect wisely. Deployment options are largely on a feature parity MuleSoft Composer for Salesforce is recommended for Salesforce customers (higher integration)
  • 25. 25 ● Upcoming Events: ○ Salesforce World Tour London - 29 June 2023 (https://www.salesforce.com/uk/events/london/) ○ London MuleSoft Meetup around 14th May ○ Keep an eye on MuleSoft Summer Release ‘23 - ACB, AEH, and so much more!! Upcoming events:
  • 26. ● Join MuleSoft WhatsApp Group(informal) - for latest updates and networking with the Community 26
  • 27. MuleSoft Composer Continues… ❖ Be part of the Trailblazer Community Group. https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000GwI1SAK ❖ Trailhead Mulesoft Composer Trail-mix https://trailhead.salesforce.com/users/mulesoft-trailhead/trailmixes/mulesoft-composer ❖ Trailhead simulator https://dfc-data-production.s3.amazonaws.com/files/ti/thi/THI-000574/index.html 27
  • 28. Available on amazon.com and Packt Publication MuleSoft for Salesforce Developers Amazon: https://amzn.to/3KeI5kX
  • 29. 29 ● Share: ○ Tweet using the hashtag #MuleSoftMeetups and #MuleSoftCommunity ○ Invite your network to join: https://meetups.mulesoft.com/manchester/ ● Feedback: ○ Fill out the survey feedback and suggest topics for upcoming events ○ Contact MuleSoft at meetups@mulesoft.com for ways to improve the program What’s next?
  • 30. Introduce yourself to your neighbor Networking time