PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.82k stars 5.27k forks source link

[APP] [ACTIONS] Strapi, New Strapi Actions #5652

Open tthias opened 1 year ago

tthias commented 1 year ago

Name of app / service Strapi

Link to developer documentation https://docs.strapi.io/dev-docs/api/rest

Is lack of support preventing you from building workflows, or do you have a workaround? I can use manual http requests

Are there specific actions, or triggers, you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each! Actions : Create entry Update entry Delete entry

dylburger commented 1 year ago

Thanks for the request! Did you know that anyone can author and publish their own Pipedream actions? Would you be interested in helping out with that? We're happy to answer any questions or support you in any way.

If you don't have the time, would you be willing to reach out to the app provider to see if they're interested in building these? When we work with an app partner, it improves the quality of the integration, and it helps when this kind of request comes from a customer like you.

sergioeliot2039 commented 1 year ago

To the implementor: Strapi uses Basic + Bearer (you login to get an jtw) for authentication https://docs.strapi.io/dev-docs/plugins/users-permissions#authentication

and via plugins, it may support OAuth 2.0 https://docs.strapi.io/dev-docs/plugins/users-permissions#providers