Hello,
I wanna create a flow on Zapier that after receiving a form submission on HubSpot, calls and external API (my application).
Based on what I've found so far, I could use the Webhook to do it, but as far as I can see, it does not allow you to call APIs that uses OAuth2 to make the authentication.
Flow: Form Submission on HS > Authentication on an external API via Oauth2 to obtain the JWT token > Call external API (POST) informing token + form information captured.
Can someone help me?