diff --git a/example-apps/custom-auth/authentication.js b/example-apps/custom-auth/authentication.js index 6944af1ce..8f271680f 100644 --- a/example-apps/custom-auth/authentication.js +++ b/example-apps/custom-auth/authentication.js @@ -47,7 +47,7 @@ module.exports = { // Define any input app's auth requires here. The user will be prompted to enter // this info when they connect their account. - fields: [{ key: 'apiKey', label: 'API Key', required: true }], + fields: [{ key: 'apiKey', label: 'API Key', required: true, helpText: 'Find the API Key in your [app settings page](https://yourapp.com/settings)' }], // The test method allows Zapier to verify that the credentials a user provides // are valid. We'll execute this method whenever a user connects their account for