How many webhooks?
Status: Closed · Asked by Saul on · 0 views
Hello, If I have more than one automations from the same app, need I to create more than one API keys (one for each automation) or one API key is enough for all?
thanks in advance
Webhooks and APIs are different.
Webhooks in all apps are mostly different for each event. Example, Woocommerce have different webhooks for order created and order updated.
API is mostly common per account with each app. Example - SMS company MSG91 lets you create API key for different automation with pabbly, leadsquared etc.
In pabbly you mostly use API key to connect with trigger/action app account. Account mostly stays same, so 1 API key is enough.
ok, thanks! :)