Slack: post message
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar.
The Slack: post message Point template posts a message to a Slack channel with your Slack app’s bot token.
This point authenticates with its own bot token — it doesn’t use any account-level integration configured elsewhere in Settings.
Configure the point
Anchor link to- Drag Slack: post message from the Integrations section of the left panel onto the canvas.
- Double-click the point and enter a Step Name.
- In Bot token, enter your Slack app’s
xoxb-bot token. It’s stored masked, like a webhook secret header, and Slack never returns it back to Pushwoosh. - In Channel, enter the channel ID or name your app is a member of.
- In Message, enter the text to post. It takes the same macros as any Webhook body:
{{device:hwid}},{{device:user_id}},{{tag:Name}}. - Click Save.
Response
Anchor link toAfter the step runs, the posted message’s timestamp is available in later steps as attribute slack_message_ts — use it the same way you’d use a Webhook response attribute, for example to set a Tag with Update user profile.
A failed request drops the traveler from the journey — see Errors and failed requests.