Operations (sample payloads)
Main operationsCopy
Copy
PublishCopy
Copy
Publish data to a topic.
Sample Input
1{2"workspace": "same_workspace",3"topic_name": "user_activity",4"data": {5"user_id": "12345",6"action": "login",7"timestamp": "2023-04-15T10:30:45Z",8"device": "mobile"9}10}
Sample Output
1{2"published": true,3"data": {}4}