Can you create any triggered notifications through Slack Launchpoint Service? | Community
Skip to main content
Jason_Keller3
Level 2
September 14, 2018
Question

Can you create any triggered notifications through Slack Launchpoint Service?

  • September 14, 2018
  • 1 reply
  • 2144 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Josh_Hill13
Level 10
September 17, 2018

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

Sometimes similar integrations offer diff features.

Jason_Keller3
Level 2
September 17, 2018

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

Community Advisor
September 17, 2018

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