You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/10/18 17:51:13 UTC

[GitHub] data-henrik opened a new issue #287: Slack package: Posted attachments do not show up in Slack

data-henrik opened a new issue #287: Slack package: Posted attachments do not show up in Slack
URL: https://github.com/apache/incubator-openwhisk-catalog/issues/287
 
 
   I am using the Slack package in an action sequence. My own action returns a JSON structure similar to the one below. The message text shows up correctly, but the attachment not. The incoming webhook works when posting attachments with my own code.
   
   ```
   return {text : "regular message text", attachments: [
          { fallback: "my fallback message",
            title: "some nice title",
            mrkdwn_in: ["text"],
            text : "Simple text"}
           ]};
   ```
   The post action does not return an error.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services