Articles in this section

Retrieve the resource ID

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' } );

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.