Send an I-9 Form Request

Overview

When an I-9 form is ordered, a request email is automatically sent to the associated applicant. This action allows you to resend the request email, or if the I-9 form is expired, generate a new form and send a request email for the newly generated form.

Action Type

  • send_i9_form_request

Required Data

  • i9_form_id The id of the I-9 Form for which to send the request.

Optional Data

None.

Example Request Payload

{
  "type": "send_i9_form_request",
  "data": {
  	"i9_form_id": 1857
  }
}

Usage

Upon execution of the action, a request email will be sent to the applicant associated with the I-9 form.