@omq.ai/omq-contact-react

1.0.0 • Public • Published


OMQ Contact for React

npm node deps size MIT license

OMQ Contact offers your customers the fastest support while avoiding the creation of tickets. Your contact form will be enhanced with OMQ's intelligent customer service software. After the message is written, OMQ’s Artificial Intelligence understands your customers’ concerns and directly suggests a suitable answer. With every request, the software learns independently thus growing constantly better.

Install

Install with npm:

npm install --save @omq.ai/omq-contact-react

Usage

import { OmqContact }  from '@omq.ai/omq-contact-react';

function App() {
    const options = {
        analyze: '.my-input-field', // optional
        submit: '.my-submit-button', // optional
        enableCookies: true, // optional
    };

    return (
        <div className="my-app">
            <OmqContact account="OMQ_ACCOUNT_NAME"  apiKey="OMQ_CONTACT_API_KEY" options={options} />
        </div>
    );
}

export default App;

Options

Name Type Description
account {String} OMQ account name/URL
apiKey {String} OMQ Contact API key
options {Object} OMQ Contact options

account

Type: String

Name/URL of your OMQ account.

apiKey

Type: String

The API key for OMQ Contact. You can add/check your API keys in your OMQ account. https://{account}.omq.io

options

Type: Object

Options for OMQ Contact

Name Type Description
analyze {String} CSS selector of input field to analyze (default: .omq-analyze)
submit {String} CSS selector of submit element (default: `.omq-submit)
enableCookies {Boolean} Flag to enable cookies (default: false)

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @omq.ai/omq-contact-react

Homepage

www.omq.ai

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

55.7 kB

Total Files

5

Last publish

Collaborators

  • thomaskralomq
  • florianwalch_omq