Skip to content

Reckon

Reference


Reckon is an accounting software used for financial management and bookkeeping tasks.

Categories: [accounting]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Triggers

New Invoice

Triggers when a new invoice is created.

Type: POLLING

Properties

NameTypeControl TypeDescription
BookSTRINGSELECT

Output

Type: ARRAY

Properties

TypeControl Type
{STRING(id), STRING(invoiceNumber), {STRING(id), STRING(name)}(customer), DATE(invoiceDate), STRING(amountTaxStatus), [{INTEGER(lineNumber)}](lineItems)}OBJECT_BUILDER

New Payment

Triggers when a new payment is created.

Type: POLLING

Properties

NameTypeControl TypeDescription
BookSTRINGSELECT

Output

Type: ARRAY

Properties

TypeControl Type
{STRING(id), STRING(paymentNumber), {STRING(id), STRING(name)}(supplier), DATE(paymentDate), NUMBER(totalAmount)}OBJECT_BUILDER

Actions

Create Contact

Creates a new Contact.

Properties

NameTypeControl TypeDescription
BookSTRINGSELECTBook where new contact will be created.
Contact{STRING(name)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id)}OBJECT_BUILDER

Create Invoice

Create a new Invoice.

Properties

NameTypeControl TypeDescription
BookSTRINGSELECTBook where new invoice will be created.
Invoice{STRING(customer), DATE(invoiceDate), STRING(amountTaxStatus), [{INTEGER(lineNumber)}](lineItems)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id)}OBJECT_BUILDER

Create Payment

Creates a new payment.

Properties

NameTypeControl TypeDescription
BookSTRINGSELECTBook where new payment will be created.
Payment{STRING(supplier), DATE(paymentDate), NUMBER(totalAmount)}OBJECT_BUILDER

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(id)}OBJECT_BUILDER