Deliver a new message

This endpoint adds a message to the message queue

parameters:

  • topic (required): String used as an address to send/retrieve messages, i.e. myAddonRootVar/function1/myTopic/. The same topic must be provided to retrieve the message.
  • payload (required): this is the message you want to send, e.g. "test message".
  • token (optional): Any string that will act as a key. If given, the exact same string must be provided during the GET retrieve call to gain access to the message.
  • lifetime (optional): The time the message is available in seconds. Default is 8 hours, 7 days is the maximum (adjustable for dedicated installations).
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
string
int32
Body Params
Headers
string
Defaults to Swagger
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

One of the given parameters is wrong

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json