From the looks of it, the integration just pushes interesting moments and Marketo error alerts to a Slack channel. Why doesn't it also enable the same functionality seen by creating a Slack webhook in Marketo?
Am I missing something about the Launchpoint service?
what would you like it to do? What kind of alerts?
Sometimes similar integrations offer diff features.
I was hoping that an integration would eliminate the need for individual webhooks. Specifically the ability to modify payloads within smart campaigns (similar to how LMIs are pushed to SFDC) or have specific LMIs pushed via smart campaign triggers (not just a bulk feed).
I don't believe so. I setup my webhooks to be a token payload, then whatever I trigger on that lead (or my own lead record if just general updates) and can customize the triggered Change Data Value for that field to be any variety of JSON payloads:
payload={ {{lead.Updated-Field}} }
then my lead field:
"text": "This is a line of text.\nAnd this is another one."