The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Recommended Posts

Posted

My developer needs to call my scribe job to start the job and then delete the file on our SFTP server on completion.

Has anyone tried this before We need help with this part.

 

Thanks!

Posted

You can trigger a Scribe job(APP) in different ways using REST API calls:

1) Setup a scribe event driven App Flow that receives your Json message with a certain payload.

Link to Event driven Request reply scribe app.https://help.scribesoft.com/scribe/en/index.htm#sol/maps/ev_reqdefine.htm

 

2) Trigger an ETL style scribe App solution, using the Scribe platform api .

link to the Platform APi developer portal documentation:https://dev.scribesoft.com/en/main/overview.htm

 

3) Combining 1 and 2, you can trigger the request/reply scribe endpoint, which in turn uses the Scribe platform API connector to trigger an ETL style Scribe App solution to run.

link to Scribe Platform API connector documentation:https://help.scribesoft.com/scribe/en/index.htm#sol/conn/scribe_api.htm

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...