Skip to content

Slack Command Output

Use the Slack formatter when you need a deterministic answer in-channel without asking teammates to open another tab first. The payload stays short, explainable, and linked back to the canonical TimeNowHub route.

Request

curl "https://timenowhub.com/api/integrations/slack/command?text=Best%20time%20for%20a%20meeting%20between%20New%20York,%20London,%20and%20Tokyo."

Response

{
  "response_type": "ephemeral",
  "text": "The strongest live window scores 7.8/10 at London 14:00 / New York 09:00 / Tokyo 22:00.",
  "blocks": [
    {
      "type": "section",
      "text": {
        "type": "mrkdwn",
        "text": "*Best live meeting window*
The strongest live window scores 7.8/10 at London 14:00 / New York 09:00 / Tokyo 22:00."
      }
    }
  ]
}