Alternative to expiring tokens for a routine process
Hi,
I'm attempting to automate a weekly update of lead data from our internal servers to Marketo.
using CURL to is pretty cool, but the example is using a token, which expires (found out the hard way) after X hours.
is there a way to use a id/pass/secret to use curl ?
or another alternative? Im not a programmer, so PHP or Java isn't really a solution. Powershell would be tolerable.
thanks!