Can I Use Pipedream's Workflow Creation UI and APIs for Email Automation in My App?

This topic was automatically generated from Slack. You can find the original thread here.

Hi everyone,
I am trying to integrate an email automation feature into my app. Is there any way I can use Pipedream’s workflow creation UI as well as APIs to build a solution?

Potentially, can you tell me more about what you envision?

I want to provide the user a way to create an email automation flow using Pipedream’s UI and then create the flow by passing that JSON to Pipedream API to create a flow.

Can be thought as embedding your workflow editor into my app

So you want to embed some of the capabilities of Pipedream in your app and let your users interact with those features, then run it on their behalf?

Exactly

Right, yea you can do that in a slightly different way than how you described it — check out one of our newer products, Connect:

Specifically, this section of the docs re: embedding triggers and actions in your app:

And this demo app might be interesting to you — it highlights an example implementation of how that API / SDK works:

I frisked this documentation. I don’t think I can integrate the UI part

Do you have your own frontend for configuration that you’d want to use?

No, but I will need to make adjustments to the Pipedream frontend so that the theme matches my product

Yea, the idea w/ the connect-react package (that’s the SDK with the React UI components) is that it’s full customizable so you can match your brand (you can even fork it if you want)

ok then, i will explore these resources and get back to you

if I have any issues

Great, sounds good

i checked the resources you gave

i think you provide individual components but i want the whole workflow creation part

nodes and edges ui