Skip to content

Instantly share code, notes, and snippets.

@ForeSoftCorp
ForeSoftCorp / dbstrings.txt
Last active September 21, 2020 13:43
Sample TeamDesk Database translation file
; Common buttons
action.new = New
action.view = View
action.edit = Edit
action.del = Del
action.delete = Delete
action.restore = Restore
action.cancel = Cancel
action.back = Back
action.print = Print
@ForeSoftCorp
ForeSoftCorp / twilio-teamdesk-fn.js
Last active March 16, 2020 13:03
Twilio function to dump incoming SMS information to TeamDesk
/*
* 1. Requires reference to got 9.6.0, see https://www.twilio.com/docs/runtime/functions/packages
* 2. Please do not forget to patch config variable with your database settings: dbID, table and field names
*/
exports.handler = function(context, event, callback) {
"use strict";
var config = {
host: "www.teamdesk.net",
dbId: "12345",
apiToken: "12345678901234567890123456789012",