Prospect Macros

Overview

The macros can be implemented in the same three ways as the Placement Macros, and also represent values evaluated at runtime.

🚧

Please not that all Macros are case-sensitive and format-sensitive.

Any client integrating the Fize SDK can use these macros as method displayed above to send details for a specific transaction request.

MacrosData TypeDescription
fz_nameStringThis parameter can be used to mark the name of the prospect.
fz_emailStringThis parameter can be used to mark the email of the prospect.
fz_phoneStringThis parameter can be used to mark the phone number of the prospect.
fz_zipStringThis parameter can be used to mark the location zip code of the prospect.
fz_stateStringThis parameter can be used to mark the location state of the prospect.
fz_policy_typeStringThis parameter can be used to mark the policy type of the prospect.
fz_insurerStringThis parameter can be used to mark the policy insurer of the prospect.
fz_insuredBooleanThis parameter can be used to mark whether or not the prospect is insured.
fz_genderStringThis parameter can be used to mark the gender of the prospect.
fz_birth_dateDateThis parameter can be used to mark the date of birth of the prospect.
fz_ageNumberThis parameter can be used to mark the age of the prospect.
fz_maritial_statusStringThis parameter can be used to mark the marital status of the prospect.

What’s Next