Setting Timestamp

If you are using the REST API, you may explicitly send a timestamp value to ensure the proper timing of your messages. If you do not set this value, the time of the message will be set automatically according to when we receive your REST call.

Messages that are sent with a timestamp older than an hour will not be accepted, so do not use this feature for historical messages.

If you need to load messages that are older than an hour, please contact us.

To set the timestamp, set the value, in milliseconds, at the root level of the JSON you send to us.

To set timestamp

To set the timestamp, set the value, in milliseconds, at the root level of the JSON you send to Dashbot.

{
  dashbot_timestamp: 1627996516303,
  ...
}