Inbound Message API supports a POST action to add a single message to the specified tenant message queue.
The URL to access the Inbound Messages endpoint from the desired system follows the below format:
https://dataflow-inbound-message-<deployment-id>.<domain_name>/api/messages
If messages are to be tagged with a corresponding name, for routing messages within Dataflow Studio, the endpoint should be appended with the following:
?tag=<tagName>
The deployment-id and domain-name are available in the corresponding Dataflow Studio Tenant URL.
For example:
Tenant URL |
https://dataflow-prd-use1.eam.hxgnsmartcloud.com/nifi/login?tenant=<tenant> |
Inbound Messages Endpoint |
https://dataflow-inbound-message-prd-use1.eam.hxgnsmartcloud.com/api/message |
Inbound Messages Endpoint with Tag addition |
https://dataflow-inbound-message-prd-use1.eam.hxgnsmartcloud.com/api/message?tag=requisitions |