There was a problem loading the comments.

Zynk Workflow 2023.9.2

Support Portal  »  Announcements  »  Viewing Article

  Print

ChatGPT

Overview

We are delighted to introduce our ChatGPT connector. This will be first library included in our AI connector range.

 

The implementation allows you to send requests and receive responses from the ChatGPT AI. Furthermore, you can convert speech to text, which could be useful for transcribing audio calls.

 

For full documentation, please see here.

 

Chat Completion

This task allows you to send a request with prompts and other variables to generate the response from ChatGPT.

 

We have provided an example below.

 

Input XML

<?xml version="1.0"?>
<ChatCompletions>
    <Options Prompt="Only ever respond with names of colours"></Options>
    <ChatCompletion Id="1">
        <Options NumberOfResults="5" Prompt="can you reply in the style of Gordon ramsay" />
        <Messages>
            <Message>Hello</Message>       
        </Messages>
    </ChatCompletion>
</ChatCompletions>

 


Speech to Text

This task allows you to send an audio file to ChatGPT which will be transcribed in the response. Furthermore, if the audio is a conversation, ChatGPT will attempt to break up the conversation by providing segments in the response.

 

Again, we have provided an example below.

 

Input XML

<?xml version="1.0"?>
<Transcriptions>
    <Options Model="Foo" />
    <Transcription>
        <Options Model="whisper-1" />
        <File>7ebeb372-1cbc-bdb2-373c-ba433f3cc5fd.wav</File>
    </Transcription>
</Transcriptions>

 

Microsoft Dynamics 365 Business Central

Overview

We are delighted to introduce our Microsoft Dynamics 365 connector. This library will be added to our accounting connector range.

 

The initial implementation allows you to send requests and receive responses from the Dynamics 365 platform, giving seamless integration with the XML format outlined in our documentation.

 

For full documentation, please see here.

 

Tasks

Please see below for a list of tasks available with this connector.

 

  • Export Accounts
  • Export Customer Payments
  • Export Customers
  • Export Item Categories
  • Export Items
  • Export Journals
  • Export Payment Methods
  • Export Payment Terms
  • Export Purchase Invoices
  • Export Purchase Orders
  • Export Purchase Receipts
  • Export Sales Credit Memos
  • Export Sales Invoices
  • Export Sales Orders
  • Export Sales Quotes
  • Export Sales Shipments
  • Export Shipment Methods
  • Export Tax Groups
  • Export Vendor Payments
  • Export Vendors
  • Import Customers
  • Import Items
  • Import Journals
  • Import Purchase Invoices
  • Import Purchase Orders
  • Import Sales Credit Memos
  • Import Sales Invoices
  • Import Sales Orders
  • Import Sales Quotes
  • Import Vendors

 

Changelog

New

  • ChatGPT - We have implemented a connector with the artificial intelligence system, ChatGPT. You can use this to generate responses and convert speech to text. For full documentation, please see here.
  • Microsoft Dynamics 365 Business Central - We have implemented a connector with Microsoft Dynamics 365. This allows you to import and export various data points to and from your account. For full documentation, please see here.

 

Fixed

  • Quickbooks - We've fixed an issue in our Quickbooks library, whereby larger imports were not completing as expected, so we have implemented batching.
  • Sage 200 - Update Purchase Orders - There was an issue when importing batch / serial information. The task will now always receive quantity on the purchase order provided the serial is valid.
  • Salesforce - Import Complex Objects - If you were to provide an empty value for a picklist field, our pre validation routine would raise it as invalid (if there was not an empty option on the picklist in Salesforce). It is perfectly valid to not provide a value, so we have rectified this.

Share via

Related Articles

© Zynk Software Limited