Mattermost: post message
Este contenido aún no está disponible en su idioma.
The Mattermost: post message Point template posts a message to a Mattermost channel with a bot account’s token, on your own Mattermost instance or Pushwoosh’s.
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 Mattermost: post message from the Integrations section of the left panel onto the canvas.
- Double-click the point and enter a Step Name.
- In Instance host, enter your Mattermost server’s host, for example
chat.example.com. Don’t includehttps://or a trailing slash — Pushwoosh addshttps://and the API path itself. - In Bot token, enter the token of a bot account that’s a member of the target channel. It’s stored masked, like a webhook secret header, and Mattermost never returns it back to Pushwoosh.
- In Channel ID, enter the channel’s 26-character ID, not its name.
- 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 created post’s ID is available in later steps as attribute mattermost_post_id — 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.