OneDeclarativeConn (Preview)

Get invoices one by one from GetMyInvoices. If we run this connector, then we can get last invoice from GetMyInvoices. This means if you run our connector once, then we will get one invoice data, and last invoice id will be increased. Next, if you run this connector again, then we will get next invoice data according to last invoice id, and last invoice id will be also increased. If there is no invoice id anymore, then connector will return empty value.

This connector is available in the following products and regions:

Service Class Regions
Copilot Studio 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)
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   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)
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)
Contact
Name GetMyInvoices
URL https://help.getmyinvoices.com/en/
Email support@getmyinvoices.com
Connector Metadata
Publisher m1df_ingestionratingsbusiness
Website https://www.getmyinvoices.com/en/
Privacy policy https://www.getmyinvoices.com/en/privacy/
Categories AI;Business Intelligence

OneDeclarativeFlow

Allows the basic operations against our Contract Insight software (Add, Insert, Update) and schema information for an entity.

Publisher: CobbleStone Software

Prerequisites

Requires existing license to CobbleStone Software (Contact Insight).

Supported Operations

Get

Pull list of records for a given entity with specific criteria, order by tag, group by tag and number of records. Note: There is no limit on number of records to be pulled but the user has to consider that larger results will be slower to process.

Add

Add a record (limited to one record per call) to specified entity. The response will be the system generated ID.

Update

Update record(s) for a specified entity/area with specific criteria and a TriggerWorkflow as flag to run workflow after the update request succeeds or not. Maximum number of records that can be updated is 500 per call.

Schema

Lists columns, data types, and any restrictions or flags (NULL, Length, Primary Key, etc.) in a table.

List of entities

Returns the list of names and three flagged properties indicating whether it can be edited, updated, or viewed/queried through this interface.

Obtaining Credentials

Authorization (OAUTH 2.0)

Credentials can be setup/generated through your CobbleStone Software system.

Getting Started

To create the API Client credentials through your CobbleStone Software system, use the following steps:

Within your CobbleStone Software system, a system administrator can navigate to the following page to setup/configure credentials:

(NOTE: This is under the "My" top menu item and then select "My API Clients")

This allows a system admin to create OAuth 2.0 credentials (Client ID and Client Secret) for use with the connector.

From logging into your CobbleStone Software system:

To begin, you will open CobbleStone Software and go under My > My API Clients…

image

Create a new API Client entry by clicking Add API Client and give it a unique name. The name is only internal and can be anything meaningful to its purpose. We recommend using a different API key to organize things into small, manageable, and purposeful tasks.

image

This will generate a key and only admin personnel have access to the page. It is bound the the person who generated the key and they are the only one who can see it. You can share they key but only the logged in user can see it.

image

At this point we are done setting up the API Client entry. This Client ID and Client Securet are used for the connector to communicate with your CobbleStone Software system.

Known Issues and Limitations

Currently the connector does not support sending or receiving binary files.

The "Update" endpoint is limited to a max of 500 affected rows per hit. If more then 500 records need to be updated, they need to be processed in multiple hits.

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Get invoice document from GetMyInvoices

Get invoice document data one by one from GetMyInvoices.

Get invoice document from GetMyInvoices

Get invoice document data one by one from GetMyInvoices.

Parameters

Name Key Required Type Description
Content Type
Content-Type True string

Content type.

Accept
Accept True string

Accept.

api_key
api_key True string

api_key

Returns

Name Path Type Description
records
records array of object

records

id
records.id integer

Id

company_uid
records.company_uid integer

Company Uid

company_name
records.company_name string

Company Name

document_type
records.document_type string

Document Type

document_number
records.document_number string

Document Number

creation_date
records.creation_date string

Creation Date

document_date
records.document_date string

Document Date

document_due_date
records.document_due_date string

Document Due Date

document_payment_method
records.document_payment_method string

Document Payment Method

payment_status
records.payment_status string

Payment Status

net_amount
records.net_amount float

Net Amount

vat
records.vat integer

Vat

gross_amount
records.gross_amount float

Gross Amount

currency
records.currency string

Currency

is_archived
records.is_archived boolean

Is Archived

is_ocr_completed
records.is_ocr_completed boolean

Is Ocr Completed

tags
records.tags string

Tags

note
records.note string

Note

source
records.source string

Source

source_user
records.source_user string

Source User

document_name
records.document_name string

Document Name

file_size
records.file_size integer

File Size

file_content
records.file_content string

File Content

line_items
records.line_items array of

Line Items

readable_text
records.readable_text string

Readable Text