• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

How to set ODOO new sales order -> Google sheet update row

I want to fetch new Sales Order to Google Sheet.
How can I do the setup? Pls advise.

1735283216948.png

1735283252558.png
 

Preeti Paryani

Well-known member
Staff member
Hello @lelehelloworld,

Follow the steps below to set up a webhook in Odoo for new Sales Order details:
  1. Login to Odoo and switch to "Odoo Studio" mode.
  2. Go to the "Automations" tab, create a new automation, and assign it a meaningful name (e.g., "Sales Order Webhook").
  3. Choose the trigger as "Sales Order Created" or "Sales Order Updated" depending on when you want to capture the data.
  4. Under the trigger field, select the relevant field that will activate the automation (e.g., when a sales order is confirmed or updated).
  5. Click on "Add Action", and select the "Send Webhook Notification" action.
  6. Copy the provided webhook URL and paste it into the URL section in your Odoo automation settings.
  7. In the Fields section, choose the data fields you want to receive (e.g., Sales Order ID, Customer Name, Order Details, Total Revenue, etc.).
  8. Save the automation once you have configured the fields.
  9. Click on the "Capture Webhook Response" button to initiate a test. Trigger the action by creating or updating a sales order in Odoo so that the webhook response can be captured here.
Once the webhook response is captured, you can use the details for further actions in your workflow.

You can also refer to this tutorial to set up the trigger -
.
 
Top