Need to send API request to insert row in database table using python

I am using Odoo, open ERP , and I need to insert record from Odoo to database table in 8Base using python. How do I achieve this, also, in what format my record should be, a list or dictionary.

You need to make an API request to your workspace GraphQL API for the create mutation, or you can set up a Webhook endpoint function that creates the record.

Please reference GraphQL API - 8base Documentation and Custom Functions - 8base Documentation

1 Like