Skip to main content

Recipe with initial configuration

  • January 21, 2021
  • 5 replies
  • 1204 views

vlad123

Is there any way to create custom trigger or maybe existing trigger to subscribe/unsubscribe and pass some config to external application - e.g. api_key for specific client.
I know we can create recipe with outbound filed but this does not looks like proper way from security perspective

Any recomendations ?

This topic has been closed for replies.

5 replies

dipro
Forum|alt.badge.img
  • Leader
  • January 22, 2021

What kind of config do you want to pass?

If you want your app to access a client’s API key, I’d recommend implementing OAuth. It will allow your server to independently retrieve a user’s API key (instead of asking them to add it as an input field).

Let me know if that helps!


vlad123
  • Author
  • Participating Frequently
  • January 22, 2021

I need to pass api_key to access third-party API . is there any way except OAuth ?


dipro
Forum|alt.badge.img
  • Leader
  • January 22, 2021

You can implement an Authorization URL and ask for the API key on that page. This request would go directly to your server instead of via the apps framework servers.

Here’s some documentation about it: https://monday.com/developers/apps/integration-authorization/

Does that work?


vlad123
  • Author
  • Participating Frequently
  • January 24, 2021

This looks like correct way to set config. Thanks.


  • February 19, 2021

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.