Questions tagged [ipaas]

iPaaS (integration platform as a service) is a set of automated tools for connecting software applications that are deployed in different environments.

16 questions
2
votes
1 answer

flowground flow not working as soon as a CBR is added

I am having this weird issue where as soon as I add a CBR to my flow it suddenly stops working even tough everything seems to be correctly setup. What I am trying to do is to use the JIRA connector to get data from my JIRA server. Then I am using…
Luis Dille
  • 67
  • 4
1
vote
1 answer

How do I filter a list of objects using a specific date range on Tray.io?

I have a list of objects, and I need to filter by a specific field on the objects to make sure each item falls within a specified date. I don't see this in the Date Time helper Any suggestions? I tried looking in the list helper and I didn't see any…
Austin
  • 13
  • 3
1
vote
1 answer

Does flowgrounds JSONata expressions support regex?

I'm trying to build a fairly complex expression with a CBR where I try to identify if a string contains another string. In order to do so I need to manipulate the second string and use a little bit of regex magic but it doesn't seem to work. Could…
Luis Dille
  • 67
  • 4
1
vote
2 answers

I need some kind of decission module in flowground

I'm trying to send different message cards to multiple teams channels. I have already created a webhook (telekom/webhook) for this which gives me the right variables via json. There are four department receiver channels (telekom/rest-api-component)…
Max Haberl
  • 33
  • 2
0
votes
0 answers

Isolate user's data and allow easy connection

I look for the fastest way to: Isolate user's data, e.g. by foreign key like user_id Allow easy conect via common SQL engines, e.g. POSTGRESQL, MySQL, BigQuery, ..., Google Sheets The aim is to allow SaaS customers to export their data fast. I…
Krzysztof
  • 5
  • 1
0
votes
0 answers

AS2 Receive and Send in C# Azure Function

I'm trying to migrate AS2 BizTalk implementation to Azure iPaaS and I want to avoid the usage of integration account. I referred below blogs to receive and send AS2 message but not able make much…
Danny J
  • 1
  • 1
0
votes
2 answers

How to generate functions from an API spec

I am very interested in Integration Platform as a Service. As we know, it is possible to generate an API spec from an API. Is the opposite possible? I want to write a piece of software that automatically create some functions for calling the…
0
votes
1 answer

Enable customer address override checkbox via api

We are using an iPaaS platform named Celigo to sync orders from our ecom platform into Netsuite. Our question is we want to override the default ship to address on a customers account with a new address from a new order that would be sync'ed into…
Jayreis
  • 253
  • 1
  • 7
  • 28
0
votes
0 answers

What is the difference between IPAAS and API

I am trying to understand the difference between IPAAS and API. My general understanding is that they are two different things that sits between different applications. To me they seem to be the same; linking two applications to each other. I don't…
0
votes
0 answers

Does DigibeeCTL return a sql statement in the flow spec?

I need to make a major analysis in the queries my pipelines are currently making against my data store. I am looking for extract all the statements from all of the pipelines, 40+ with about 100 statements. Is the anyway to retrieve this information…
Diego Koga
  • 49
  • 6
0
votes
1 answer

Can Cloud Workflows be used for both orchestration AND transformation?

I hope you guys are doing well. We are evaluating some solutions (Apache Camel K and the likes) to allow teams to: Low Code protocol transformation (Kafka, FTP, S3, MQ, SOAP, SFTP, gRPC, GraphQL, etc.) One team in particular has to integrate their…
0
votes
0 answers

Dell Boomi: Reducing the Amount of Emails

In the image attached, I'm passing 4 JSON documents through. The 'Set Properties' shape in the 2nd branch is setting the email address from the 'supervisor' value in the document. The email is then populated and sent off for each of the 4…
Dorbs
  • 173
  • 3
  • 15
0
votes
0 answers

Connecting DellBoomi with BullHorn API

I want to connect my Dell Boomi application with Bull Horn API. Before that I have to register with Bullhorn and then do OAuth 2 authentication. Can anyone please help me how to register with BullHorn & then how to do OAuth 2 authentication for…
0
votes
4 answers

JitterBit vs Dell Boomi vs Celigo

We've narrowed our selection for an ipaas down to the above 3. Initially we're looking to pass data from a cloud based HR system to Netsuite, and from Netsuite to Salesforce, and sometimes JIRA. i've come from a Mulesoft background which I think…
Dorbs
  • 173
  • 3
  • 15
-1
votes
0 answers

Integration challenge: how to Implement scalability in iPaaS vs. Microservices platform?

I'm working on a system that needs to scale based on user demand, and I have narrowed down my integration choices to either an iPaaS solution or a microservices-based platform. I need to understand the technical considerations for implementing…
1
2