Skip to content

Instantly share code, notes, and snippets.

View rjspiers's full-sized avatar

Robert Spiers rjspiers

View GitHub Profile
@bmcbride
bmcbride / fulcrum-cartodb-webhook-hardcoded.php
Last active May 18, 2016 23:56
Fulcrum webhook endpoint for updating a CartoDB table
<?php
# CartoDB Info
$cartodb_username = 'your-cartodb-username-goes-here';
$cartodb_api_key = 'your-cartodb-api-key-goes-here';
$table = 'your-cartodb-table-goes-here';
# Fulcrum Info
$form_id = 'your-fulcrum-form-id-goes-here';
$fulcrum_api_key = 'your-fulcrum-api-key-goes-here';