I have to INSERT records to a former database using the command:
http://{account}.cartodb.com/api/v2/sql?q=INSERT INTO test_table (column_name, column_name_2, the_geom) VALUES ('this is a string', 11, ST_SetSRID(ST_Point(-110, 43),4326))&api_key={Your API key}
Can I use it with a Call URL ?
How can I insert specific columns from a teamdesk database using this sql command ? Could you give me an example using this ?