Hi,512 characters. Character space varies on the encoding, up to 4 bytes per character for unicode.ASCII is an unusual choice for db encoding, and would be 1 byte. Don't use ASCII.Thanks,-Jon
Hi,Check that server timezone (logInfo(execCommand('date') in linux) and db timezone (xtk:option wdbctimezone) match.There are also workflow timezones and operator timezones. If they're not all the same, make them the same.Thanks,-Jon
Hi,It's mind-boggling how no one in the link-shortening industry's been able to spend the 10 minutes of engineering to implement url param fwding. To solve this can make your own shortener that fwds params (and put all the other shorteners out of biz), or write js in a workfow activity or control ty...
Hi,Click 'Advanced parameters...' under 'Edit additional data...' dialog and check 'Disable automatic adding of the primary keys to the targeting dimension'.Thanks,-Jon
Hi,Create a 'near-realtime' (1 minute interval) scheduled workflow that polls the nms:inSMS table for new rows, splits on @message, and sends out desired responses.There's also an 'Inbound SMS' activity but it looks complicated.Thanks,-Jon