Easily send messages to a Slack channel when users take actions in your Flows
Create a Slack Workflow
Create a webhook in Frigade
Set up data variables in Slack
user__email
and user__name
for the given user if the data has been provided in the SDK. In this case, we also want to send the value of the message
field from the Form Flow. To do this, we add a new variable data__data__message
to map it to the field. You can target any field in a Frigade Form by prefixing the variable name with data__data__
.
industry
you should use data__data__industry__label
to get the label or data__data__industry__value
to get the value.Send a message to a Slack channel
Test your Slack integration
data__nps-score-page__nps-score
(for the NPS Score) and data__nps-feedback-page__nps-feedback-text
(for the NPS Comment) to the Slack Workflow.