You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
While sending some incoming_webhooks, i'm using attachments as a message template filling it with data, the ts field is filled with a simple Date.now() with simply returns the current Date/Time timestamp and that value is always irrelevant, i'm wondering.
Hello,
While sending some incoming_webhooks, i'm using attachments as a message template filling it with data, the ts field is filled with a simple Date.now() with simply returns the current Date/Time timestamp and that value is always irrelevant, i'm wondering.
For reproduction :
Link : https://api.slack.com/docs/messages/builder
Section : attachments.
ts value : simply open your nodejs repl and add the Date.now() value.
Is that suppose to happen, what shall i feed that field so i can get the right date.
Thank you.
The text was updated successfully, but these errors were encountered: