Set up the First Advantage spoke
-
- UpdatedMar 18, 2025
- 7 minutes to read
- Yokohama
- Now Platform Capabilities
Set up the First Advantage spoke
Integrate the ServiceNow instance with your First Advantage account using an API key to authenticate ServiceNow requests.
Before you begin
- Request an Integration Hub subscription.
- Activate the First Advantage spoke.
- Role required: admin.
Create Connection record for the First Advantage spoke
Create a connection record to integrate your ServiceNow instance and the First Advantage server. Your ServiceNow instance uses this connection record to perform the First Advantage spoke actions.
Before you begin
Role required: admin.
Acquire the API key from the First Advantage server.
Procedure
Create First Advantage states in your ServiceNow instance
Create First Advantage states to be displayed in the State list in your ServiceNow instance.
Before you begin
Create the Draft, Ready, and In Progress states
Create the Draft, Ready, and In Progress states in the Task [task] table.
Before you begin
Role required: admin.
Procedure
Result
Create the Complete and Cancelled states
Create the Complete and Cancelled states in the First Advantage Task [sn_fadv_spoke_first_advantage_task] table.
Before you begin
Role required: admin.
Procedure
Result
Create the Complete - Success and Complete - Deal Broken states
Create the Complete - Success and Complete - Deal Broken states in the First Advantage Employee Task [sn_fadv_spoke_first_advantage_employee_task_table] table.
Before you begin
Role required: admin.
Procedure
Result
Set up First Advantage webhooks
Receive invite and order event updates at your ServiceNow instance by setting up the webhooks.
Before you begin
Create authorization key for the First Advantage spoke
Create a authorization key to authorise requests from Jenkins.
Before you begin
Role required: admin
Provide key in your ServiceNow instance
Set up the First Advantage webhook by providing key for the First Advantage webhook client.
Before you begin
- Create authorization key for the First Advantage spoke and record the value.
- Role required: admin
Procedure
Access API endpoints
Access the API endpoint for the invite and order events and share the required details with First Advantage to set up the webhooks.
Before you begin
Procedure
- Navigate to .
- Open the record for the First Advantage spoke, for example, First Advantage Webhook.
-
In the Resources tab:
- Open the record for the invite event, for example, Invite Status.
- Copy and record the path provided in Resource path, for example, /api/sn_fadv_spoke/fadv/invite_status.
- Open the record for the order event, for example, Order Status.
- Copy and record the path provided in Resource path, for example, /api/sn_fadv_spoke/fadv/order_status.
What to do next
- Custom header in this format: fadvKey
<authorization-key>.Note:
- Ensure that the custom header is in this format only. The spoke flows will not be triggered if there is any change.
- Provide the same key you had earlier provided in .
- Use the same case as mentioned here: fadvKey.
- API endpoint for the invite events in this format: <ServiceNow-instance-URL>/api/sn_fadv_spoke/fadv/invite_status
- API endpoint for the order events in this format: <ServiceNow-instance-URL>/api/sn_fadv_spoke/fadv/order_status
Synchronise First Advantage accounts and packages with ServiceNow
Store the details of the First Advantage accounts and packages by synchronizing First Advantage accounts and packages with ServiceNow.
Before you begin
Procedure
Result