Forum Discussion
lazo_ilijoski
5 years agoNew Contributor III
Hi @manohar,
You can use REST POST snap in which you can set header parameters in HTTP header section:
If you want to attach a file to POST service, you have to upload the file in SLDB at first and then you can specify the file in Single file upload: File, as well as the name you want to be used, for instance:
Don’t forget to remove the file (by using File Delete snap) after you call the rest service.
BR,
Lazo
- manohar5 years agoContributor
Thanks Lazzo,
How or where can I add this form data?