Mulesoft işler
I have an Excel workbook that stores my customer, product and order information. I want the data exposed through a clean GraphQL endpoint running on Mule 4 so that any client can query or update it without touching the raw spreadsheets. The job is centred on two things I specifically need: data transformation and data integration. First, the data sitting in the Excel sheets must be converted—via DataWeave—into tidy JSON objects that match the GraphQL schema. Second, that transformed output has to be integrated into a GraphQL service inside Anypoint, with resolvers wired up and ready to run. What I expect from you • A Mule 4 project (exportable from Anypoint Studio) that reads the Excel file, performs the DataWeave transformation and exposes the GraphQL endpoint. &bull...
...new environment that spans Terraform-managed infrastructure, automated Github Actions workflows, and integrations with Snowflake and Mulesoft. The area where I need the most hands-on help is AWS—specifically provisioning, securing, and optimising EC2 instances, S3 storage buckets, and a series of serverless Lambda functions that glue everything together. Here’s the flow I’m targeting: • Terraform drives all resource creation so our stacks remain fully reproducible. • Github Actions handles CI/CD, triggering Terraform plans/applies and Lambda deployments on every merge. • Data exchanged between Snowflake and our micro-services is exposed through Mulesoft APIs running behind AWS resources. What I need from you: a clean, modular Terr...
I need a detailed flowchart in Visio to map out a mulesoft software development process. This flowchart will be used for process mapping. I do have exact content to be used in a table. Need a nice presentable interactive diagram flow in vision using best features. Requirements: - Create a clear, logical, and comprehensive flowchart. - Use standard flowchart symbols and conventions. - The flowchart should be easy to read and understand. Ideal Skills: - Proficiency in Microsoft Visio. - Experience in creating flowcharts, especially for software development processes. - Attention to detail and ability to present information clearly.
...without data loss. • Build error-handling and logging that surfaces integration issues inside Salesforce for quick troubleshooting. • Provide clear hand-over documentation and a short walkthrough video so my in-house admins can maintain the connection. I’ll share sandbox credentials, existing data models, and the exact support platform once we agree on scope. You’re free to recommend tools like MuleSoft, Boomi, or native Salesforce Connect—just outline why your choice fits best. I consider the job done when: 1. A test case created in the support tool appears in Salesforce within seconds, correctly linked to the matching contact. 2. Any update made in Salesforce reflects back to the support tool. 3. No duplicate records are produced after a ...
MuleSoft Integration Developer (VS Code) – SAP RFC/BAPI + SQL Server (Secure Credentials) Hola, Estoy buscando un freelance con experiencia en MuleSoft para desarrollar una integración tipo API-led connectivity (Process API + System APIs) que ejecute un RFC/BAPI sincrónico en SAP y luego inserte / ejecute procedimiento en SQL Server. Requisitos clave Desarrollo en Mule 4 Trabajo 100% en Visual Studio Code (NO Anypoint Studio) Uso de DataWeave para transformaciones Experiencia real integrando SAP RFC/BAPI Experiencia integrando SQL Server (insert / stored procedure) Buen manejo de errores + logging + trazabilidad Scope / Flow (End-to-End) Process API is triggered Transform Message (prepare payload for RFC Call – BAPI) Process API calls SAP...
...workflows right now. Scope • Map key fields for our Case object in Salesforce to the corresponding Ticket fields in JIRA, including status, priority, owner/assignee and description. • Ensure updates flow in both directions without duplicates or data loss. • Preserve comment history and attachments whenever either side is modified. Technical Expectations You can leverage native APIs, MuleSoft, Workato, Jira Connect, or a lightweight middleware of your choice, provided the solution remains maintainable and secure. OAuth and Salesforce Connected Apps are already enabled on our org, and we can grant admin access to a dedicated sandbox for initial testing. Acceptance I will consider the job complete when: 1. A new Salesforce Case appears in JIRA wit...
Job Summary: We’re looking for a Staff-level Salesforce Architect with deep hands-on expertise across core clouds, strong Data Cloud experience, a...cross-functional workshops ● Excellent communication skills to collaborate with customer leadership, engineering teams, and business stakeholders ● Demonstrated leadership experience guiding teams and driving large-scale architectural initiatives ● Certifications such as Salesforce CTA, Application Architect, System Architect, Marketing Cloud Architect, or Data Cloud Consultant ● Experience with Tableau, MuleSoft, or advanced Marketing Cloud features is a plus ● Experience with Snowflake, reverse ETL tools, or enterprise data lakes is a plus ● Knowledge of enterprise data governance, metadata management, and cataloging is good to ...
B2B Sales Development Representative (SDR) – IT Services | Commission-Based We are a rapidly growing technology consulting firm specializing in Salesforce, MuleSoft, ServiceNow, Advanced Analytics, RPA, AI/ML, Cybersecurity, Cloud Solutions, and Digital Transformation Services. We are seeking a high-performing B2B Sales Development Representative (SDR) to help acquire new customers and accelerate our revenue growth. This is a commission-only opportunity designed for strong closers and top-tier lead generators who thrive on performance-based earnings. Responsibilities Identify and generate qualified B2B leads across target industries. Execute outbound outreach via email, LinkedIn, and cold calling. Qualify prospects using standard frameworks (BANT, MEDDIC, CHAMP, etc.). ...
...features, upgrades, or enhancements. Ensure high levels of system availability, performance, and security. Required Skills & Experience Technical Expertise Deep knowledge of Salesforce platform (Sales, Service, Marketing, Experience Clouds) and development. Strong understanding of Apex, Lightning Web Components, SOQL/SOSL, and Salesforce APIs. Experience with integration platforms (MuleSoft, Informatica, Dell Boomi, etc.). Architecture & Design Proven track record in designing large-scale, complex Salesforce solutions. Familiarity with enterprise architecture principles and frameworks. Knowledge of data modeling, security architecture, and performance optimization. Leadership & Communication Strong ability to engage with executives, business users, and technical tea...
I need to bring the open-public endpoint {region} into my MuleSoft Flex Gateway running in a non-production environment so that I can test the full gateway feature set. Objective The goal is purely to validate Flex Gateway behaviour—routing, policies and analytics—against a real external service. Once configured, the API will be consumed by our front-end to display country details to users, so public access is fine; no special auth or rate limits are required beyond what Flex Gateway needs for standard visibility. Scope of work • Package the RestCountries API definition (OAS/JSON or RAML) and publish it to Anypoint. - Done • Configure the existing Flex Gateway to expose the route. • Prove the setup with a few test calls that show successful roun...
I need a MuleSoft flow that bridges Epicor ERP and Salesforce so both systems stay perfectly in sync. The connection must move customer, sales, and inventory records bi-directionally in real time, exposing the data instantly in Salesforce while pushing any updates back to Epicor without lag. Beyond the live sync, I also want the integration to surface real-time data inside Salesforce reports and dashboards, enabling custom reporting that blends Epicor metrics with native CRM fields. MuleSoft’s Anypoint Platform will be the backbone, so use its best-practice API-led approach—System, Process, and Experience APIs—while keeping the design clean enough for future enhancements. Deliverables • Fully documented MuleSoft project (source + deployable package) ...
I have a Mule 4 environment up and running in Anypoint Studio and need a few hours of expert, hands-on guidance to finish a small but critical task. The goal is to expose a secure REST endpoint over HTTPS that returns a bearer token generated through OAuth2. All payloads will be in JSON. We will screen-share while you: • configure the HTTP listener with TLS so the service is reachable only through HTTPS; • set up the OAuth 2.0 provider/consumer flow, verify scopes, and make sure the bearer token is issued correctly; • wire the flow logic, add any necessary DataWeave transformations, and return a clean JSON response; • show me how to test it in Postman and export the collection. If you are comfortable jumping straight into Anypoint Studio and explaining as you build,...
I’m preparing a new phase of system connectivity and want the power of MuleSoft to drive it. The scope ranges from shaping integration flows and APIs to packaging everything for a clean, repeatable deployment on CloudHub or an on-prem Runtime. You’ll come in, review the data sources and endpoints I already have mapped out, then design and build the Mule applications, test them end-to-end, and hand over code that is production-ready and fully documented. Deliverables • Mule application archives (.jar) with source • RAML or OAS definitions for each API • Unit and integration test results • Deployment walkthrough and knowledge-transfer notes A solid track record with Anypoint Studio, API Manager, and DataWeave is essential, and comfort with CI/...
I need a hands-on MuleSoft specialist to build a fresh integration that pushes and pulls data between NetSuite ERP and our other platforms—starting with Salesforce—while also squashing a few bugs in the existing flows. Scope • Create a compact, well-structured Mule 4 application in Anypoint Studio that connects NetSuite (token-based authentication) to Salesforce using REST/SOAP as required. • Fix the specific bugs currently blocking two legacy flows so they run error-free again—mostly connector misconfigurations and timeout issues. • Provide concise deployment notes so my in-house team can promote the package from sandbox to production. Key tech MuleSoft Anypoint Studio, REST/SOAP APIs, token-based auth, NetSuite, Salesforce. If you are ...
I need a hands-on MuleSoft specialist to build a fresh integration that pushes and pulls data between NetSuite ERP and our other platforms—starting with Salesforce—while also squashing a few bugs in the existing flows. Scope • Create a compact, well-structured Mule 4 application in Anypoint Studio that connects NetSuite (token-based authentication) to Salesforce using REST/SOAP as required. • Fix the specific bugs currently blocking two legacy flows so they run error-free again—mostly connector misconfigurations and timeout issues. • Provide concise deployment notes so my in-house team can promote the package from sandbox to production. Key tech MuleSoft Anypoint Studio, REST/SOAP APIs, token-based auth, NetSuite, Salesforce. If you are ...
We are seeking a MuleSoft Integration Developer to design, build, and maintain integrations between enterprise systems, with a focus on connecting NetSuite ERP to other business platforms such as Salesforce, REST APIs, and internal applications. The ideal candidate will have hands-on experience with MuleSoft Anypoint Studio, REST/SOAP APIs, and token-based authentication.
I need to connect an automated PDF-reading service to Salesforce so our team can generate quotes from the PDFs we receive. MuleSoft is our preferred middleware, but I’m open to any equivalent integration approach that keeps everything inside the Salesforce security model. Scope • Build an integration flow that picks up an incoming quote PDF (usually captured through DocuSign), extracts the required text fields, and pre-populates the standard Quote object. • Enable form-filling inside the PDF when data already lives in Salesforce, so reps can revise and resend the document without leaving the platform. • Provide clear setup documentation and a short hand-over session so my admin can maintain the flow. Key requirements • Text extraction must be reliable...
...correct place inside our PostgreSQL schema and returns flawless acknowledgements back to ABI. Here’s the scope I need you to cover: • Create mapping specs that translate inbound 3461/7501 (ANSI X12 or JSON) into our internal tables and reverse-map outbound messages. • Build parsing and serialization modules in the language or EDI tool you know best—Python, Node, Java, Altova Mapforce, Bots, MuleSoft, etc.—as long as the result is dependable and well-documented. • Set up secure transport (SFTP, AS2, or API) and automate acknowledgements, error handling, and logging. • Deliver unit tests plus a concise deployment guide so the integration runs in staging and production without hand-holding. Future phases will expand to SAT XML/Carta Port...
I’m looking for a professional resume & selction criteria responses writer to craft a formal 1-page pitch tailored to a senior API Microservices developer with over 10 years of experience. The pitch will respond to specific selection criteria and highlight the candidate’s expertise in Java, SpringBoot, and MuleSoft integration, along with achievements in designing and implementing Microservices. A copy of their CV will be provided to extract relevant details and craft a compelling narrative. Your task is to succinctly showcase their technical expertise, problem-solving ability, and adaptability in transitioning to new technologies while adhering to a formal tone. Judges will assess submissions based on clarity, effectiveness, and how well the pitch aligns with the jo...
...integration Proven ability to work across business, technical, and compliance teams Strong problem-solving and troubleshooting skills Excellent communication and documentation capabilities **Preferred Qualifications Exposure to Flexcube UBS 12.x or later Experience with real-time payment systems, SEPA, SWIFT gpi, or cross-border remittance platforms Familiarity with middleware (e.g., Oracle SOA, Mulesoft) used in ISO 20022 transformation Experience with data migration and reconciliation in payments environment...
...Database Developers SQL (MySQL, PostgreSQL, Oracle, MS SQL Server) NoSQL (MongoDB, Cassandra, CouchDB, DynamoDB) Data Warehousing (Snowflake, BigQuery, Redshift) ETL Pipelines, Data Modelling, DB Optimization Architects / Solution Designers Enterprise Architecture (TOGAF, Zachman) Cloud & Infrastructure Architects (AWS, Azure, GCP) API Architecture, Integration Frameworks, Middleware (Apigee, MuleSoft, Kafka) Microservices, Event-Driven Design, Scalability Engineering Support & Operations Application Support (L1–L3) Infrastructure Monitoring (Zabbix, Nagios, Prometheus, Grafana) Helpdesk, ITSM (ServiceNow, BMC Remedy) DevOps & Release Management Support What We Offer: Access to upcoming Flying Fish projects (contract / remote) Verified listing on our interna...
...and end-user instructions. Knowledge transfer & training session with our internal team. Required Expertise NetSuite Development SuiteScript (1.0/2.x), SuiteFlow, SuiteTalk (SOAP/REST APIs). Experience mapping external systems to NetSuite order management. Integration Experience Proven track record building integrations with external SaaS systems. Familiar with middleware (Celigo, Boomi, MuleSoft, or custom Node.js/Python API layers). AI / Automation Tools Hands-on with AI workflow tools (UiPath, n8n, Zapier w/ AI plugins, LangChain, Rasa, or custom Python AI workflows). Experience with anomaly detection / optimization logic for numeric datasets (measurements, inventory, orders). Telecom / Messaging APIs (nice-to-have) Experience integrating Twilio / Vonage or si...
Front End = JavaScript, ReactJS, Redux Back End = C# .Net Core Integration = MuleSoft APIs = RESTful APIs Database = AWS
I need an experienced MuleSoft engineer who can work alongside me on our complex API landscape. The engagement is simple: be available Monday through Friday from 3 pm to 6 pm IST, jumping in only when there is actual work to tackle. If either of us has to skip a weekday session, we will catch up on the nearest weekend so that we never fall behind on deliverables. On quiet days with no pending tasks, you are free to stay offline. The work itself ranges from reviewing and enhancing existing Mule flows to troubleshooting production issues and designing new integrations when required. You should already be comfortable with hands-on development in Mule Runtime and Anypoint Studio, creating and modifying policies, handling dataweave transformations, and generally keeping APIs performant ...
...English communication skills (written and verbal). - Professional home office setup with a working camera, microphone, and reliable internet. - Must be available during U.S. business hours #Preferred Qualifications - Salesforce Platform Developer I & II certifications (required for senior roles). - Salesforce Application Architect / System Architect certifications a plus. - Experience with Heroku, MuleSoft, or other integration tools. - Knowledge of Agile/Scrum methodologies and distributed team collaboration. What We Offer - 100% remote position with U.S.-based collaboration. - Competitive compensation based on experience. - Opportunity to work on enterprise-grade Salesforce projects. - Continuous learning and growth opportunities....
...real time. • Customer Support – Service Cloud (or equivalent) configuration for case creation, routing, escalation, and closure, complete with macros and email templates where useful. Integration requirements I also need Salesforce connected to an additional CRM tool so data stays synchronized; the specific platform will be confirmed once we start, but assume we’ll use native APIs, MuleSoft, Zapier, or a comparable connector. I have no fixed preference on email marketing platforms—any related option that plugs cleanly into Salesforce later is acceptable. Deliverables • Fully configured Salesforce org covering the three areas above • Tested, bidirectional integration with the chosen CRM tool • A concise hand-off guide and br...
...implementation details. - Provide guidance on best practices for Salesforce integrations. Requirements: - Proven experience as a Salesforce Integration Engineer or in a similar role. - Strong knowledge of Salesforce APIs (REST, SOAP, Bulk API) and integration tools. - Hands-on experience with Salesforce Sales Cloud and Marketing Cloud Account Engagement. - Familiarity with middleware platforms (e.g., MuleSoft) is a plus. - Ability to work independently and manage project timelines. - Strong communication skills for remote collaboration. Preferred Qualifications: - Experience with Left Main REI - Salesforce certifications (e.g., Salesforce Certified Platform Developer, Salesforce Certified Integration Architecture Designer). - Experience with data modeling, ETL processes, and comp...
My organisation runs a custom-built CRM that now needs to sit at the centre of everything we do. I need an expert who can design and implement a robust API layer that will: • Keep ... all the way to automated tests and deployment documentation. A Postman (or similar) collection, clear README, and a short hand-over session form part of the final deliverable. Proven experience integrating “other” or bespoke CRMs with ERP, marketing, and support systems is essential; please reference comparable projects and outline the toolset you prefer (Node, Python, Java, middleware like Mulesoft or Zapier, etc.). I value clean, well-commented code, sensible architecture, and a collaborative approach to scoping milestones, so let’s discuss your recommended plan of attack an...
Job Title: Remote MuleSoft Developer Location: Remote Job Type: Full-Time / Contract Job Summary: We are seeking a skilled MuleSoft Developer to design, develop, and maintain integration solutions using the MuleSoft Anypoint Platform. The ideal candidate will have experience in API-led connectivity, enterprise integration patterns, and cloud-based solutions. Key Responsibilities: Design and develop scalable MuleSoft APIs and integrations using Anypoint Studio. Implement API-led connectivity and build reusable MuleSoft components. Work closely with cross-functional teams to gather requirements and deliver robust integration solutions. Develop RESTful and SOAP web services to integrate with various applications and systems. Optimize and troubleshoot Mu...
...household/account structure, roll-ups, and related automations; second, design and build a real-time API connection to an external platform (I’ll share the technical specs once we start). The sync must cover donor profiles and all associated transaction records flowing bidirectionally so that updates in either system stay aligned without manual imports. I’m open to using REST or Bulk API, middleware like MuleSoft or Workato, or a lightweight custom integration—whatever delivers reliability and clear error handling. Deliverables • A concise evaluation report outlining strengths, gaps, and quick-win recommendations for the Donor Management module. • Technical design and working integration that moves donor and transaction data between NPSP and ...
I have a MuleSoft project living in a private GitHub repository and I want the Build stage fully automated with GitHub Actions. At the moment there is a workflow file which is a YAML that kicks in on every push or pull-request to the main and develop branches, spins up a suitable Java runner, fetches the Mule Maven plugin. But it gives error when it tries to resolve dependencies and produce a versioned deployable artefact (the packaged .jar). The error is because it tries to look for dependencies in central repository. I want it to look at a custom repository instead. This should be a simple work for someone who knows this.
...will be responsible for building, enhancing, and integrating Salesforce solutions across Sales, Service, Experience, Health, and Marketing Clouds. You will develop custom functionality, optimize system performance, and lead integration efforts using MuleSoft and native Salesforce APIs, while also driving data quality, security, and scalability. Key Responsibilities • Design, develop, and maintain Apex Classes, Triggered and Batch Classes, Lightning Web Components (LWC), and custom UI components. • Build and maintain integrations using MuleSoft, REST/SOAP APIs, and Platform Events. • Configure and enhance the platform: custom objects, fields, validation rules, Flow Builder, Process Builder, and approval processes. • Create, optimize, and maintain re...
**MULESOFT Experts Only** Need Mulesoft developer to help integrate Kafka with DB2 Ideal Skills and Experience: - Proficiency in Mulesoft and Kafka. - Strong experience with MySQL. - Knowledge of real-time data processing and integration patterns. - Ability to handle data synchronization and migration tasks. Please provide examples of similar work.
I need a Senior MuleSoft Developer fluent in French for a retail project. Looking for someone who can deliver high-quality work efficiently.
...4-5 page Wix website to showcase our web development services and portfolio. Pages Required (4-5 total): Home Page: Engaging hero section with headline (“Grow Your Business with Modern Websites & Automation”), portfolio preview, and a “Get a Free Quote” CTA. Portfolio Page: Display 3-4 mock projects (e.g., Shopify e-commerce store, WordPress site with Salesforce integration, MERN dashboard with MuleSoft APIs) with images, descriptions, and links (we’ll provide content). Services Page: List our offerings (e-commerce, business websites, CRM/automation) with brief descriptions and optional pricing. About Page: Introduce our company with a short bio and skills list (MERN, Shopify, Salesforce, etc.). Contact Page: Include a contact form, email, and W...
I'm seeking experienced Mulesoft developers for API development from scratch. Key requirements: - Expertise in Mule ESB, Anypoint Studio, and API Manager - Strong background in API design and implementation - Ability to integrate with various systems and ensure data security - Experience in building scalable and reliable APIs Ideal Skills and Experience: - Mulesoft Certified Developer - Proven track record in API development - Strong problem-solving skills - Excellent communication and teamwork abilities Please provide relevant project experience in your bids.
I'm a seasoned professional with 15+ years of experience, seeking a Mulesoft expert to help me refresh my skills and prepare for interviews. I completed MCDP two years ago and need to brush up on advanced topics and gain hands-on coding experience. Focus Areas: Advanced Topics: - DataWeave transformations - API design and implementation - Error handling and debugging Hands-On Coding Practice: - Mock interviews - Real-world project scenarios - Interactive coding sessions Ideal Skills and Experience: - In-depth Mulesoft knowledge - Strong background in the specified advanced topics - Experience conducting mock interviews and designing real-world scenarios - Ability to facilitate interactive coding sessions Looking for someone who can tailor the sess...
Project Title: Integration of Shopify with Oracle APEX Customized Application Project Description: W...customer data flow between Shopify and Oracle APEX. - Ensure secure authentication and robust error handling in the integration. - Provide documentation and support for deployment. Preferred Experience: - Expertise in Shopify API (REST & GraphQL). - Strong knowledge of Oracle APEX web services and database connectivity. - Experience with middleware tools such as Oracle Integration Cloud, Zapier, or MuleSoft (optional but beneficial). - Prior experience integrating e-commerce platforms with backend ERP systems. If you have relevant experience and can deliver a reliable integration, we’d love to hear from you. Please include a portfolio or examples of similar integrations y...
I'm looking for a Mulesoft certified developer to assist me with the following: Object Store Assistance: - Storing data - Retrieving data - Managing data API Call Support: - Calling REST APIs from Postman - Understanding Postman API call process Ideal Skills and Experience: - Mulesoft certification and expertise - Proficient in Object Store functionalities - Strong knowledge of REST APIs and Postman - Ability to explain concepts clearly and succinctly Looking for someone who can provide guidance and support, preferably at an hourly rate within my budget.
I'm looking for Mulesoft expertise to help with: - Adding 2 new fields to the existing API - Anypoint Studio development for custom integration solutions. Ideal skills include: - Proven Mulesoft experience, especially with API Gateway. - Familiarity with Mule runtime and Anypoint Studio. - Ability to adapt existing implementations.
quisiera entrenar a mi grupo de ingenieros para que aprendan mulesoft
I need assistance in migrating a simple Mulesoft API to Azure Service Bus, primarily for scalability purposes. No data transformation is needed. Ideal skills and experience: - Proficiency in Mulesoft and Azure Service Bus - Experience with API migration - Strong understanding of scalability needs in cloud services - Azure certifications are a plus
...Project: SonarCloud Integration with Azure Pipeline for Salesforce & MuleSoft Description: We're looking for a DevOps or platform engineering expert to build a demo project showcasing how to integrate SonarCloud with an Azure DevOps pipeline for Salesforce and MuleSoft projects. Requirements: A minimal Salesforce (SFDX-based) and MuleSoft (API project) demo codebase Azure DevOps pipeline that: Integrates with SonarCloud for static code analysis Uses quality gates to validate builds Supports PR decoration for Git-based repos Clear pipeline configuration using YAML (multi-stage optional) Properly configured files for both codebases Deliverables: A Git repo or ZIP with: Demo Salesforce and MuleSoft projects Azure pipeline YAML files SonarCloud integr...
Title: Need a Demo on Deploying Azure Pipelines for Salesforce and Mulesoft Description: I am looking for an experienced DevOps, Salesforce and Mulesoft professional to create a simple demo to deploy any example app to Salesforce/mulesoft using Azure Devops Pipelines. What we need: A live or recorded demo (screen share or step-by-step) that shows how to set up and deploy a simple Salesforce app using Azure DevOps pipelines. Explanation of key steps, tools involved (e.g., Salesforce CLI, Git, Azure Repos, build/release pipelines). Provide a reusable template or sample repo. Ideal candidate: Strong experience with Azure DevOps and Salesforce CI/CD. Clear communicator who can explain technical steps simply. Experience setting up pipelines for Salesforce metada...
...experienced SFMC Mulesoft Integration Developer to help with several key tasks: Data Ingestion: Integrate foundational data sources into Salesforce Data Cloud, specifically: Web and mobile app behavioral data Digital marketing campaign data Omnichannel Integrations: Enable seamless integrations across: Email (SFMC) SMS Push notifications Identity Resolution: Support identity resolution and data stitching to unify customer profiles. Segmentation Framework: Assist in building a real-time and batch segmentation framework. Critical Requirements: Proven experience in multiple platform integrations. Expertise in Salesforce Data Cloud and connecting it with other platforms. Strong understanding of integration platforms and techniques. Ideal Skills and Experience: Mulesoft ...
I need an experienced Mulesoft developer to set up an ETL process for health data. The task involves connecting to SQL Server to extract patient records and pushing this data to Salesforce or HealthCloud using a batch process. Key Requirements: - ETL Handling in Mulesoft - Connect to SQL Server - Push data to Salesforce or HealthCloud - Batch processing of data Ideal Skills and Experience: - Proficiency in Mulesoft - Experience with SQL Server - Familiarity with Salesforce/HealthCloud - Strong understanding of ETL processes Please provide relevant experience in your bids.
I need assistance with my Mulesoft Anypoint platform. Specifically, I require daily extraction of inventory details into a CSV file. The CSV should include: - Product name and ID - Stock quantity and location - Supplier details - EAN - Price - Image Ideal candidates should have experience with Mulesoft Anypoint, data extraction and CSV formatting. Please, only apply if you can deliver this on a daily basis.
I want a logo and 10 ppt backgrounds around it. for our software solutions startup. We provide implementation and support services for Big Global ERP Software solutions like SAP, Oracle, Mulesoft, Workday, Microsoft etc.. We are an Indian Company. We have cultural and religion diversity in our founding members also. We dont use shortcuts and provide strong, relaible and long lasting solutions. We have a very strong value system and we strive for the best possible customer satisfaction. The company name is "Indus ERP Solutions" Indus is one of the largest rivers in the world. And covers a bigger part of North India. Our team is also from North Indian Region. The logo that we are looking for, should display strength and should reflect our mordern outlooks towards new a...
... homepage and other 8-10 relevant web pages like, our Goals, Our Contacts, Our services, Our Team Introduction, Our testimonials, Our Past Projects etc. for our ERP Software Solutions startup. Also we need content creation for our Website and Serach Engine Optimization Services. We are starting our services for implementation and support on Big Global ERP Software solutions like SAP, Oracle, Mulesoft, Workday, Microsoft etc.. We are an Indian Company. We have cultural and religion diversity in our founding members also. We dont use shortcuts, so we provide strong, relaible and long lasting solutions. We have a very strong value system and we always strive for the best possible customer satisfaction. The company name is "Indus ERP Solutions" Indus is one of the larg...
Position: MuleSoft Developer About Edify: Edify Technologies India Pvt Ltd, based in Chennai, has been providing Information Technology solutions to global clients since 2005. As the Offshore Development Center for Edify Technologies, Inc., Illinois, USA, we enhance the technology capabilities of enterprises and government entities by offering product development, professional services, legacy system migration, enterprise, and custom applications, as well as CRM and cloud-based solutions. We are ISO (9001, 20000 & 27001) certified and apprised at CMMI (DEV & SVC) Level 3. Description: We are seeking a talented MuleSoft Developer with expertise in Event Streaming to join our dynamic team. In this role, you will be responsible for designing, developing, and implement...