Difference between revisions of "Connect your website with Protemos"

From Protemos Wiki
Jump to: navigation, search
Line 1: Line 1:
 
''Protemos API documentation page: [https://api.protemos.com/docs/index.html api.protemos.com/docs/index]''
 
''Protemos API documentation page: [https://api.protemos.com/docs/index.html api.protemos.com/docs/index]''
 
----
 
----
You can connect the form for potential orders on your website with Protemos using the API so that all the entered data is automatically transferred to Protemos. This way, the requests placed on the website will become available as quotes.
+
If you have a developer, you can connect the form for potential orders on your website with Protemos using the API so that all the entered data is automatically transferred to Protemos. This way, the requests placed on the website will become available as quotes.
  
 
To implement this connection, use the following API methods: [https://api.protemos.com/docs/index.html#quote_create <U>'''quote/create'''</U>]
 
To implement this connection, use the following API methods: [https://api.protemos.com/docs/index.html#quote_create <U>'''quote/create'''</U>]

Revision as of 14:08, 8 September 2022

Protemos API documentation page: api.protemos.com/docs/index


If you have a developer, you can connect the form for potential orders on your website with Protemos using the API so that all the entered data is automatically transferred to Protemos. This way, the requests placed on the website will become available as quotes.

To implement this connection, use the following API methods: quote/create

How it works

First, a client places a request on the website:

Order form.1.PNG

Then the request is transferred to Protemos as a quote. A corresponding client profile is created automatically as well.

Quote created with api.1.png