Forum Discussion
Change HTTP entity
from $entity
to JSON.stringify($entity)
.
Hi ptaylor, thank you for the addition. Do I need to change any other settings if doing that? I am not getting output still ☹️
This is the preview I get when I hover over stringify- is that what I would want?
- SpiroTaleski4 years agoValued Contributor
Per my opinion, having a separate pipeline that will be dedicated only for handling and processing the async responses is better and simpler approach. Inside the pipeline you will need to apply a logic for handling/receiving and processing the incoming messages(async responses). That pipeline can be exposed as an REST API, by creating the triggered task for that pipeline. You don’t need to create any additional/external API’s. Once you create triggered task, the pipeline will have REST endpoint and basic or token authentication, and can be invoked from the external systems.
Triggered Tasks: https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438189/Triggered+Tasks
Regards,
Spiro Taleski
Related Content
- 6 years ago
- 4 years ago