Several functions in the integrator.io API JavaScript runtime module expect an _id
to be passed as an argument or as part of a required options
object.
In the current integrator.io user interface (UI), the IDs are exposed in the URL for common resources, such as integrations, flows, and connections. When you open the Edit export panel, your browser's URL displays the following information as the address:
https://integrator.io/ integrations/ 5c1••••••••••••••••••f4f / flowBuilder/ 5c6••••••••••••••••••39c / edit/ exports/ 5c6••••••••••••••••••3fb
For example, to specify this export in your script, copy the full ID after the slash, as follows:
exports.run( { _id: '5c6••••••••••••••••••3fb' } );
Comments
Please sign in to leave a comment.