Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most of the integration functionality happens at the send2crm Send2CRM service, which allows more detailed debugging and troubleshooting.

General debug information

The send2crm Send2CRM client automatically logs various troubleshooting messages to the JavaScript console when the debug setting is enabled. Most modern browsers include developer tools for easy viewing of console messages and other useful information. For example, Google Chrome or Mozilla Firefox.

...

Service connection errors

The send2crm Send2CRM client will continue to output debug messages as it performs actions on the page, including sending form submissions and visitor updates.

Info

The send2crm Send2CRM service sends the following HTTP error codes:

  • 400 (Bad Request): invalid data sent. This will occur if the form is not mapped.

  • 401 (Unauthorized): invalid shared key or request not sent via JavaScript client.

  • 500 (Server Error): unexpected service error.

Local data

The send2crm Send2CRM client stores data in the browser local storage.

...

Note

This is intended for development use only, excessive use on a production site may exceed service limits (e.g. if set to run on every page load). The send2crm Send2CRM client sends regular updates only when required, if this needs to occur more frequently consider adjusting the frequency setting.