Maybe I’m too new to this, but I want to call a prebuilt action from custom code. Is it possible and how ?
I understand that you want to call a prebuilt action from custom code. However, in Pipedream, you cannot call prebuilt actions directly from custom code. Instead, you can add actions as separate steps in your workflow.
To add an existing action to your workflow:
- Click the + button below any step.
- Search for the app you’re looking for and select it from the list.
- Search for the action and select it to add it to your workflow.
For more details, you can refer to the documentation: Actions
If you need to perform a specific task within your custom code, you can use the available Node.js libraries and APIs to achieve that.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.
@mindgrowth.therapyinc can you tell me more about your use case?