Posts Tagged ‘boomi integration’
Boomi: Integrating with Microsoft Message Queue (MSMQ)
In this blog, we will be discussing how to connect to Microsoft Message Queue (MSMQ) in Boomi. As you might have heard, Boomi only supports JMS and Boomi Queue (native feature). To connect with MSMQ, we’ll need to develop a custom connector. Oh gosh! This is sounding very complicated, isn’t it? Don’t worry!…
Read MoreOANDA, WDCi and Boomi – working together to connect Foreign Exchange Data
What a privilege to work with OANDA to deliver a Dell Boomi Connector. OANDA is the leader in online multi-asset trading services focused on forex and CFD trading, corporate fx payments, and exchange rates data services for a wide range of organizations and investors. Greg Efstratis from OANDA says “We were pleased with…
Read MoreBoomi JIRA REST Connector
We are proud to announce that we have released a new version of Boomi JIRA REST connector. This connector helps to reduce the complexity of authenticating and constructing the API request (using JSON format) to JIRA and it works well with any JIRA version 5 and above. Feel free to check out our the…
Read MoreWeDid: Sage Saleslogix and Avantgard Integrity Integration
Challenges The client is using SalesLogix to handle credit/loan deals. When the deals are approved, the deal (and the deal related information) need to be in return track in the Sungard Avantgard Integrity system Solution Purpose To sync approved deals from Saleslogix into Avantgard Integrity system. Applications Sage SalesLogix CRM Sungard Avantgard Integrity Versions…
Read MoreBoomi Tip: Retrying Error Document for Sub Process
In Boomi, we often design the integration process to run in a serial mode by having a Parent process that invokes Sub process. This is really helpful if we have a business flow which we need to make sure that the parent record (e.g, Customer) is synced into the target system before the related…
Read MoreBoomi Tip: Query Marketo Leads by Static List
In Boomi Marketo connector, you can query a list of leads by using the static list which gives you the option of either using: 1. Static List Name 2. Static List Id Static List Name You can do this by simply providing the name of the List that you have created in Marketo.…
Read MoreBoomi Tip: HTTP Operation Response Header
In the latest release, Boomi has included a very important feature in the HTTP connector. The HTTP operation can now capture the value of the response header and store it into a dynamic document property. This is very useful as some of the applications require a certain cookie value returned in the first call to…
Read MoreIntegrating to Sage SalesLogix CRM
URL https://www.saleslogix.com/ Description CRM API Yes Trial Version with API Access Yes Protocol REST Data Format JSON and ATOM XML Authentication HTTP Basic Authentication API Limits None Sample Use Case Aprimo Account > Create/Update > SalesLogix Company Aprimo Audience Member > Create/Update > SalesLogix Contact F2I 4.5 Objects/Operations The list of supported objects can…
Read MoreBoomi Tips: The SQL Lookup
When transforming data through map, there may be situation where you need to query some information from a specific record (i.e. from source) and to map it for the destination. If you need to perform query from a specific instance (i.e. Salesforce), you can do so by utilizing the Connector Call function. …
Read MoreBoomi Tips: System Command Shape
Last time, we discussed the use of Program Command shape in Boomi. The shape is very useful, especially it allows us to invoke a system command/shell script from a Boomi process. However, did you know that the shape will use the system command exit code to determine the status? 0 – success 1 –…
Read More