03-28-2022 05:04 AM
When we create a Task for any Pipeline then it creates a task URL which is an API. If we give that URL to any third party application to run our pipeline from their application, How they will be able to trigger that API through external application.
What we will have to do for this?
03-31-2022 10:03 AM
@pbixby best if you start this as a new topic.
03-31-2022 10:42 AM
sorry, didn’t mean to start a discussion. was just stating that we successfully use it and caveating that with a warning if others use it.
03-28-2022 08:02 AM
Apart from using the bearer token, basic authentication can be used also for triggering the SnapLogic Triggered Task(API).
BR,
Spiro Taleski
03-29-2022 08:15 AM
If you add “?bearer_token=YOUR_BEARER_TOKEN” at the end of the cloud url, you should be able to trigger it form anywhere.
03-31-2022 02:18 PM
No worries, @pbixby
I understood what you were saying. 🙂