Question

Automatic login and create session for set header before every call trigger and create?

  • 22 September 2022
  • 1 reply
  • 56 views

I'd like to remember the username and password at first login and keep logging in every time (automatically) to get a new session to set the header every time trigger and create. what do i have to do thanks


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 4
Badge +9

Hey @Laveni 👋

I’d suggest you start by reviewing the Basic Auth tutorial here: https://platform.zapier.com/quickstart/auth - or the OAuth 2 authentication scheme if the API you’re trying to connect to supports Oauth 2.

Once you’ve added authentication to your integration built at developer.zapier.com, you’ll be able to add triggers and actions that use that authentication 👍