Authentication
Use computed fields in OAuth or Session Authentication
When adding a field in your integration’s authentication configuration, Zapier offers two field type options; field and computed field. The field option allows users to enter account information needed for authentication.
The computed field option stores values returned by your integration’s authentication response which you can then reference in subsequent API calls. You must maintain the same field key as your API uses for this field.
The computed field option only supports session and OAuth v2 authentication.
Prerequisites
- Understanding of Platform UI authentication configuration
- Familiarity with your API’s authentication
Steps
- Log into the Platform UI.
- Select your integration.
- In the Build section in the left sidebar, click your authentication.
- Click Save.
- Click Add Fields.
- Under Field Type, select Computed Fields.
- Select the Is this field required? Check if yes checkbox. Zapier use your computed fields in the response data. This means that any omission of the fields marked as computed fields in the authentication response would cause Zapier to display an error.
- Complete the rest of the relevant fields. Learn more in Input Designer.
- Click Save.
- You can then reference the field in any subsequent API call from the input bundle. In Code Mode, you replace
field
with your field key in this text{{bundle.authData.field}}
Need help? Tell us about your problem and we’ll connect you with the right resource or contact support.