Airtable has a pre-built template for an applicant tracking base. One of the important requirements of an applicant tracker is limiting access around who can see feedback. In this case however, Airtable’s sharing model is designed around sharing access to the entire base.
One of the areas Transposit shines is the ability to layer fine-grained permissions on top of other data sources. In this example, we are going to make a Transposit application that allows interviewers to see only applicant information where they are an interviewer.
Go to the applicant tracking template and select Use template. This will create a new base in your workspace.
Email
(uppercase E
) of type Single line text
.Note: For testing purposes, set the email of one of the interviewers to the Google account email you use with Transposit.
https://airtable.com/appPqRsgYQmpJ4wRQ/api/docs
, and the part that begins with app
is the app ID.populate_applicant_info
is the deployed operation. That's the operation your hosted application will call. Test the operation by adding the baseId
(see note above that for testing you will need some Interviewers with your email).baseId
in the hosted app