JG Integrations (Preview)

A collection of helper functions to replace missing or paid features in flow.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Jack Glasson
URL https://jgsolutions.co.nz
Email flowconnector@jgsolutions.co.nz
Connector Metadata
Publisher JG Software Solutions Limited
Website https://jgsolutions.co.nz
Privacy policy https://jgsolutions.co.nz
Categories Content and Files;Collaboration

This connector was designed with our clients in mind however it provides a diverse range of tools that benefit all users. These tools include basic functions that may not be available in Flow yet such as: HMAC hashing, HTML to PDF conversion and REGEX replace functions.

Prerequisites

A JG Software Solutions Integrations account is required before you can use this platform.

How to get credentials

In order to request a login you will need to reach out to our team, from there we will discuss your use case and expected usage levels. You can contact our team at flowconnector@jgsolutions.co.nz

Get started with your connector

Once you have your login details you can go ahead and add your first action to your Flow. Upon adding your first action you will need to create a new connection, this will open a new window where you can sign in using your supplied credentials. Once signed in click 'Authorize', this will allow your Flows to connect to our API.

Known issues and limitations

The manual PHP function action is a custom action for use by JG Solutions staff and is not formally supported. As of writing this documentation the only function implemented is 'md5', used for hashing text strings using the MD5 hashing algorithm.

FAQ

Provide a breakdown of frequently asked questions and their respective answers here. This can cover FAQs about interacting with the underlying service or about the connector itself.

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Advanced PHP Functions

Manually specify a php function and body

File Friendly String

Remove non-alphanumeric and - ( ) _ characters

HMAC Hash

Hash content using HMAC, value returned in base64

HTML to PDF

Convert HTML to a PDF

Regex Replace

Replace all characters matched by REGEX Expression

Advanced PHP Functions

Manually specify a php function and body

Parameters

Name Key Required Type Description
function
function True string

function

data
data True string

data

Returns

Name Path Type Description
Processed Value
output string

Processed value

File Friendly String

Remove non-alphanumeric and - ( ) _ characters

Parameters

Name Key Required Type Description
String to clean
subject True string

String to clean

Returns

Name Path Type Description
Cleaned string
output string

Cleaned string

HMAC Hash

Hash content using HMAC, value returned in base64

Parameters

Name Key Required Type Description
Algorithm
algo True string

Algorithm to use

Content
content True string

Content in Plain Text

Key
key True string

Encryption key in plain text

Returns

Name Path Type Description
Hashed Value
hash string

Hashed value encoded using Base64

HTML to PDF

Convert HTML to a PDF

Parameters

Name Key Required Type Description
HTML
html True html

HTML content to be converted

File Name
name True string

Name of the returned pdf (Alphanumeric and whitespace characters only)

Landscape
landscape True boolean

Show in landscape mode

Page size
pagesize True string

The page size of the returned PDF

Returns

response
object

Regex Replace

Replace all characters matched by REGEX Expression

Parameters

Name Key Required Type Description
Regex Pattern
pattern True string

pattern

Replacement Value
replacement string

replacement

Value to Search
subject True string

subject

Returns

Name Path Type Description
Cleaned string
output string

Cleaned string

Definitions

object

This is the type 'object'.