Automate users’ tasks across 3rd party apps

Automate users’ tasks across 3rd party apps

Build event-driven workflows to automate actions across your users' 3rd party apps in real-time.

Build event-driven workflows to automate actions across your users' 3rd party apps in real-time.

How this works in Paragon

Trigger automations, transform data, and take action across your users’ entire workflow.

3rd Party

In Your App

AI Actions

Automate 3rd party actions

Take action across your users’ 3rd party apps when an event occurs in your application

Trigger automations with events in your app via App Events or your own webhooks API

Easily map data to 3rd party objects with pre-built actions

Supports any endpoint, including fields and objects

Paragraph

Workflow Builder

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

define(

integration: IQuickbooksIntegration,

context: IContext<InputResultMap>,

connectUser: IConnectUser<IPersona<typeof personaMeta>>,

) {

const triggerStep = new EventStep(newSale);


const actionStep = integration.actions.createInvoice(

{

CustomerId: `${triggerStep.output.customer_id}`,

invoiceLinesV1: `[

{

"Amount": ${triggerStep.output.amount},

"SalesItemLineDetail":{"ItemRef": {

"name": ${triggerStep.output.name},
"value": "1",

}

}

}

]`,

customerMemo: `${triggerStep.output.message}`,

currencyId: 'USD',

},

{

autoRetry: true,

continueWorkflowOnError: false,

description: 'Create Invoice in QBO',

},

);

triggerStep.nextStep(actionStep);

return this.register({ triggerStep, actionStep });

}

3rd Party

In Your App

AI Actions

Automate 3rd party actions

Take action across your users’ 3rd party apps when an event occurs in your application

Trigger automations with events in your app via App Events or your own webhooks API

Easily map data to 3rd party objects with pre-built actions

Supports any endpoint, including fields and objects

Paragraph

Workflow Builder

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

define(

integration: IQuickbooksIntegration,

context: IContext<InputResultMap>,

connectUser: IConnectUser<IPersona<typeof personaMeta>>,

) {

const triggerStep = new EventStep(newSale);


const actionStep = integration.actions.createInvoice(

{

CustomerId: `${triggerStep.output.customer_id}`,

invoiceLinesV1: `[

{

"Amount": ${triggerStep.output.amount},

"SalesItemLineDetail":{"ItemRef": {

"name": ${triggerStep.output.name},
"value": "1",

}

}

}

]`,

customerMemo: `${triggerStep.output.message}`,

currencyId: 'USD',

},

{

autoRetry: true,

continueWorkflowOnError: false,

description: 'Create Invoice in QBO',

},

);

triggerStep.nextStep(actionStep);

return this.register({ triggerStep, actionStep });

}

3rd Party

In Your App

AI Actions

Automate 3rd party actions

Take action across your users’ 3rd party apps when an event occurs in your application

Trigger automations with events in your app via App Events or your own webhooks API

Easily map data to 3rd party objects with pre-built actions

Supports any endpoint, including fields and objects

Paragraph

Workflow Builder

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

define(

integration: IQuickbooksIntegration,

context: IContext<InputResultMap>,

connectUser: IConnectUser<IPersona<typeof personaMeta>>,

) {

const triggerStep = new EventStep(newSale);


const actionStep = integration.actions.createInvoice(

{

CustomerId: `${triggerStep.output.customer_id}`,

invoiceLinesV1: `[

{

"Amount": ${triggerStep.output.amount},

"SalesItemLineDetail":{"ItemRef": {

"name": ${triggerStep.output.name},
"value": "1",

}

}

}

]`,

customerMemo: `${triggerStep.output.message}`,

currencyId: 'USD',

},

{

autoRetry: true,

continueWorkflowOnError: false,

description: 'Create Invoice in QBO',

},

);

triggerStep.nextStep(actionStep);

return this.register({ triggerStep, actionStep });

}

3rd Party

In Your App

AI Actions

Automate 3rd party actions

Take action across your users’ 3rd party apps when an event occurs in your application

Trigger automations with events in your app via App Events or your own webhooks API

Easily map data to 3rd party objects with pre-built actions

Supports any endpoint, including fields and objects

Paragraph

Workflow Builder

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

define(

integration: IQuickbooksIntegration,

context: IContext<InputResultMap>,

connectUser: IConnectUser<IPersona<typeof personaMeta>>,

) {

const triggerStep = new EventStep(newSale);


const actionStep = integration.actions.createInvoice(

{

CustomerId: `${triggerStep.output.customer_id}`,

invoiceLinesV1: `[

{

"Amount": ${triggerStep.output.amount},

"SalesItemLineDetail":{"ItemRef": {

"name": ${triggerStep.output.name},
"value": "1",

}

}

}

]`,

customerMemo: `${triggerStep.output.message}`,

currencyId: 'USD',

},

{

autoRetry: true,

continueWorkflowOnError: false,

description: 'Create Invoice in QBO',

},

);

triggerStep.nextStep(actionStep);

return this.register({ triggerStep, actionStep });

}

Customer spotlight

Generating AI automations in natural language

Copy.ai uses Paragon to ship integration triggers and actions into their AI go-to-market SaaS product.

Offer users configurability

Offer users configurability

Enable users to customize certain settings based on their own preferences without diverging from your business logic.

Enable users to customize certain settings based on their own preferences without diverging from your business logic.

Workflows

Easily define the business logic behind your automation use cases, and deploy it to all your users.

Embedded Connect Portal

Enable users to safely customize the behavior of the automation with user settings.

Powered by our Workflow Engine

Purpose built for high
volume sync

Architected to reliably execute automations concurrently in a high availability run-time.

1,600

Requests per second

2TB

Data per day

Workflow engine

Run syncs and automations at scale on our Workflow Engine. Workflows can retry from errors automatically, replay from the original request payload, and show input and output for every running step.

1,600

Requests per second

2TB

Data per day

Workflow engine

Run syncs and automations at scale on our Workflow Engine. Workflows can retry from errors automatically, replay from the original request payload, and show input and output for every running step.

1,600

Requests per second

2TB

Data per day

Workflow engine

Run syncs and automations at scale on our Workflow Engine. Workflows can retry from errors automatically, replay from the original request payload, and show input and output for every running step.

Standalone queue

Main queue

Data sync

Dedicated queues

Install the Paragon SDK from npm and embed any integration into your app. Fully compatible with Next.js, React, and Vue apps.

Standalone queue

Main queue

Data sync

Dedicated queues

Install the Paragon SDK from npm and embed any integration into your app. Fully compatible with Next.js, React, and Vue apps.

Standalone queue

Main queue

Data sync

Dedicated queues

Install the Paragon SDK from npm and embed any integration into your app. Fully compatible with Next.js, React, and Vue apps.

Horizontal scaling

Use Git to version-control and introduce code review to your workflows and integration config.

Horizontal scaling

Use Git to version-control and introduce code review to your workflows and integration config.

Horizontal scaling

Use Git to version-control and introduce code review to your workflows and integration config.

Smart rate limits

Smart rate limits

Smart rate limits

Build user-facing automations in minutes

Join 100+ SaaS companies that are scaling their integration roadmaps with Paragon.

Build user-facing automations in minutes

Join 100+ SaaS companies that are scaling their integration roadmaps with Paragon.

Build user-facing automations in minutes

Join 100+ SaaS companies that are scaling their integration roadmaps with Paragon.

Build user-facing automations in minutes

Join 100+ SaaS companies that are scaling their integration roadmaps with Paragon.