Advanced

Rest API

If you do not want to use Google Spreadsheets, the Extension will send the data to the Endpoint using `POST` and the data format is the following format:

                        
                        {
                            input:'{
                                "sheet":"Tableau",
                                "columns":["Customer ID","Customer Name"],
                                "data":[{
                                        "Customer ID":"MH-18025104",
                                        "Customer Name":"Michelle Huthwaite"
                                    },
                                    {
                                        "Customer ID":"NS-18640104",
                                        "Customer Name":"Noel Staavos"
                                    }],
                            }',
                            origin:"tableau"
                        }