In certain scenarios, obtaining URLs pointing to uploaded documents for use in integrations is essential. This process involves adding a custom action to your workflow that requests URLs from the Documents plugin.
types
: A list of document types.Create the process
Configure the User Task
ai.flowx.updates.document.html.persist.v1
and its key: uploadedDocument
.Upload action parameters
Configure the Send Message Task
..in
Kafka topic to send the request.KafkaTopicsHealthCheckIndicator
line and then details → configuration → topic → document → get. Here will find the in and out topics for getting URLs for documents.Configure the request action
types
: A list of document types.Configure the Receive Message Task
..out
kafka topic on which the response will be sent.