Feed Recurly data into Marketo leads
Split from https://gitlab.com/gitlab-com/www-gitlab-com/issues/422
We need to get info from Recurly into Marketo. Recurly only supports one outgoing webhook, so we set it to webhooks.io and then split that into multiple.
I need to:
-
Add a split in webhooks.io to point to a new marketo-tools endpoint (
/recurly
) - Add logic in marketo-tools to handle the Recurly webhook data
From @hanktaylor and/or @AshleyS I need to know:
- What data we want out of the various Recurly events
I'll assume we want firstName, lastName and company always. If we need to do anything fancy, for example update a custom field when they cancel their subscription, that's the kind of thing I'll need detailed requirements for.