Jump to content
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! See more information here ×

How can I call my solution in Scribe from a Node.js program


Divyesh Rana

Recommended Posts

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

Link to comment
Share on other sites

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...