Can you create any triggered notifications through Slack Launchpoint Service?

Jason_Keller3
Level 2

Can you create any triggered notifications through Slack Launchpoint Service?

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?

3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: Can you create any triggered notifications through Slack Launchpoint Service?

what would you like it to do? What kind of alerts?

Sometimes similar integrations offer diff features.

Jason_Keller3
Level 2

Re: Can you create any triggered notifications through Slack Launchpoint Service?

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).

JD_Nelson
Level 10 - Community Advisor

Re: Can you create any triggered notifications through Slack Launchpoint Service?

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."