HomeDelivery Partner IntegrationsDunzo DeliverySet Up Dunzo in Twirll Portal

Set Up Dunzo in Twirll Portal

This guide details the steps to integrate Dunzo with your Twirll account, enabling you to streamline your delivery process and leverage Dunzo extensive network.

1. Login to Twirll Portal Go to
Business Portal >> Admin >> Thidparty Integration Keys
Add New Integration

2. Paste the Client Id and Client Secret in the portal and then save it
Save New Integration

1. Go to
Business Portal >> Admin >> Manage Location >> Select the location >> Advanced Settings
Go to advanced settings
2. Go to Set Thirdparty Config and set json settings as shown in the screenshot

            {
                "sales_channel_name": "Thirdparty",
                "thirdparty_integrations": {
                  "dunzo": {
                    "otp_required": true,
                    "settlement_payment_method": "DUNZO_CREDIT",
                    "default": true,
                    "dispatch_manager": [
                      {
                        "name": "Sarthak Gupta",
                        "phone_no": "+61123456789",
                        "active": true
                      }
                    ],
                    "auto_create_shipment_request": {
                      "enable": true,
                      "delay_in_mins": 15
                    },
                    "auto_complete_order_on_delivery": true,
                    "sales_channel_constraint": {
                      "enable": true,
                      "sales_channels_id": [
                        1
                      ],
                      "sales_channels": [
                        {
                          "id": 1,
                          "order_origin_type": "Online Portal",
                          "selected": true
                        }
                      ]
                    }
                  }
                }
              }

Go to advanced settings

Validate the setup

1. After successful configuration go to urban direct integration in location settings
Go to Uber Direct Settings
2. Validate Settings by running get_access_token
Validate Uber Direct Settings

Was this article helpful to you? Yes No