HTTP Endpoint with POST #1556
fulganta
started this conversation in
Design & tech
Replies: 2 comments 1 reply
|
Hi @cfrelet, If you follow this guide, you will see the HTTP Endpoint activity in action, as well as how to post JSON to it which is then used further in the workflow. Once you grasp the concepts shown there, you should be able to apply them to your particular use case. If you have further questions still, feel free to continue the discussion here. |
1 reply
|
I am trying to execute elsa workflow designer HTTPEndpoint from another API. I need to send Json in that url. How do I do it, any ideas? This is my controller code: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
In your tutorial https://medium.com/codex/part-6-of-building-workflow-driven-net-applications-with-elsa-2-9b3167c612dd
you access the workflow with a post command:
I would like to know how to do it with an activity HTTP Endpoint POST.
How to configure the HTTP Endpoint Activity to trigger a workflow and send input data to a custom activity such as the DocumentFile activity in the tutorial?
All reactions