Divyesh Rana Posted May 27, 2020 Posted May 27, 2020 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!
Ash Arendsz Posted June 1, 2020 Posted June 1, 2020 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now