AgencyZoom
agencyzoomAgencyZoom is for the P&C insurance agent that's looking to increase sales, boost retention and analyze agency & producer performance.
Acciones disponibles (99)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Authenticate for JWT via V4 SSOAGENCYZOOM_AUTHENTICATE_FOR_JWTVIA_V4_SSOAcciónAuthenticates a user via v4 single sign-on (sso) using the provided callback `code` (typically required for success) to retrieve a jwt and initial user session information.
AGENCYZOOM_AUTHENTICATE_FOR_JWTVIA_V4_SSOAcciónAuthenticates a user via v4 single sign-on (sso) using the provided callback `code` (typically required for success) to retrieve a jwt and initial user session information.
Parámetros de entrada
codestringCallback code from the V4SSO authentication process to finalize the SSO handshake and retrieve a JWT.
Parámetros de salida
dataobjectObligatorioContains the JWT and owner agent status after successful authentication.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Batch create contactsAGENCYZOOM_BATCH_CREATE_CONTACTAcciónCreates 1 to 5 new contacts in agencyzoom in a single batch api call.
AGENCYZOOM_BATCH_CREATE_CONTACTAcciónCreates 1 to 5 new contacts in agencyzoom in a single batch api call.
Parámetros de entrada
contactDataRequestsobject[]A list of contact data objects, each defining a new contact to be created. Up to 5 contacts can be included in a single request.
Parámetros de salida
dataobjectObligatorioContains the detailed result of the batch contact creation process.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Batch create leadsAGENCYZOOM_BATCH_CREATE_LEADAcciónCreates up to 5 new leads in agencyzoom; all referenced entity ids (e.g., pipeline, user, custom field names) must exist, and organization `name` is required if `isbusiness` is true.
AGENCYZOOM_BATCH_CREATE_LEADAcciónCreates up to 5 new leads in agencyzoom; all referenced entity ids (e.g., pipeline, user, custom field names) must exist, and organization `name` is required if `isbusiness` is true.
Parámetros de entrada
leadDataRequestsobject[]List of lead data objects. A maximum of 5 leads can be created per request.
Parámetros de salida
dataobjectObligatorioResult of the batch lead creation, including success status and messages.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Batch delete tasksAGENCYZOOM_BATCH_DELETE_TASKAcciónDeletes multiple agencyzoom tasks in a batch; task deletion is permanent and the response indicates overall batch success, not individual task status.
AGENCYZOOM_BATCH_DELETE_TASKAcciónDeletes multiple agencyzoom tasks in a batch; task deletion is permanent and the response indicates overall batch success, not individual task status.
Parámetros de entrada
taskIdsinteger[]List of unique numerical identifiers for the tasks to be deleted.
Parámetros de salida
dataobjectObligatorioContains details regarding the outcome of the batch task deletion request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Change lead statusAGENCYZOOM_CHANGE_STATUS_FOR_LEADAcciónUpdates a lead's lifecycle status (e.g., active, won, lost, x-dated) and can optionally manage its workflow, pipeline, stage, source, or associated tags.
AGENCYZOOM_CHANGE_STATUS_FOR_LEADAcciónUpdates a lead's lifecycle status (e.g., active, won, lost, x-dated) and can optionally manage its workflow, pipeline, stage, source, or associated tags.
Parámetros de entrada
datestringDate for the status change. If status is 5 (XDATED), this is the reactivation date (e.g., 'YYYY-MM-DD'); otherwise, it can be contact or quoted date.
leadIdintegerObligatorioUnique identifier of the lead to be updated (path parameter).
statusintegerObligatorioNew status for the lead: 0 (ACTIVE), 2 (WON), 3 (LOST), 5 (XDATED).
tagIdsinteger[]List of tag IDs to associate with the lead.
toStageIdintegerID of a specific workflow stage for direct assignment, irrespective of recycling.
xDateTypestringType or reason for the X-date, used if status is 5 (XDATED) (e.g., a predefined X-date recycle event name).
workflowIdintegerIdentifier of the workflow to associate; if provided, the lead moves to this workflow.
lossReasonIdintegerIdentifier for the loss reason. Recommended if status is 3 (LOST).
recycleToStageintegerID of the stage to move the lead to if it is being recycled.
workflowStageIdintegerIdentifier of the stage within the specified workflow to move the lead to.
recycleToPipelineintegerID of the pipeline to move the lead to if it is being recycled.
changeLeadSourceTointegerIdentifier for a new lead source to assign, updating the lead's origin.
Parámetros de salida
dataobjectObligatorioResponse data including success status, message, and the ID of the updated lead.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mark task as completedAGENCYZOOM_COMPLETE_TASKAcciónMarks an existing and accessible task in agencyzoom as 'completed'; this action does not return the full updated task object.
AGENCYZOOM_COMPLETE_TASKAcciónMarks an existing and accessible task in agencyzoom as 'completed'; this action does not return the full updated task object.
Parámetros de entrada
taskIdintegerObligatorioUnique identifier of the task to be marked as completed.
Parámetros de salida
dataobjectObligatorioOutcome of the task completion, including success indicator, task ID, and optional message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a customer noteAGENCYZOOM_CREATE_A_CUSTOMER_NOTEAcciónAdds a new note to an existing customer's profile using their id; cannot be used to edit or retrieve existing notes.
AGENCYZOOM_CREATE_A_CUSTOMER_NOTEAcciónAdds a new note to an existing customer's profile using their id; cannot be used to edit or retrieve existing notes.
Parámetros de entrada
notestringObligatorioThe textual content of the note to be added to the customer's profile.
customerIdintegerObligatorioThe unique identifier of the customer to whom the note will be added.
Parámetros de salida
dataobjectObligatorioContains the details of the created note, including its ID and a confirmation message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a driver for an opportunityAGENCYZOOM_CREATE_A_DRIVER_FOR_AN_OPPORTUNITYAcciónCreates a new driver record associated with an existing agencyzoom opportunity using its id; full driver details are handled by the api endpoint directly, not specified in this action's request.
AGENCYZOOM_CREATE_A_DRIVER_FOR_AN_OPPORTUNITYAcciónCreates a new driver record associated with an existing agencyzoom opportunity using its id; full driver details are handled by the api endpoint directly, not specified in this action's request.
Parámetros de entrada
opportunityIdintegerObligatorioThe unique identifier of the opportunity to which the new driver will be associated.
Parámetros de salida
dataobjectObligatorioContains the result of the driver creation operation, including the new driver's ID and a status message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a lead noteAGENCYZOOM_CREATE_A_LEAD_NOTEAcciónAdds a new note to an existing lead in agencyzoom, identified by `leadid`.
AGENCYZOOM_CREATE_A_LEAD_NOTEAcciónAdds a new note to an existing lead in agencyzoom, identified by `leadid`.
Parámetros de entrada
notestringObligatorioTextual content of the note to be created for the lead.
leadIdintegerObligatorioUnique identifier of the lead to associate the note with.
Parámetros de salida
dataobjectObligatorioContains the details of the created note, including its ID and a confirmation message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a lead opportunityAGENCYZOOM_CREATE_A_LEAD_OPPORTUNITYAcciónAdds a new sales opportunity to an existing lead in agencyzoom, requiring a valid `leadid`, `carrierid`, `productlineid`, and that custom field names match existing definitions in agencyzoom.
AGENCYZOOM_CREATE_A_LEAD_OPPORTUNITYAcciónAdds a new sales opportunity to an existing lead in agencyzoom, requiring a valid `leadid`, `carrierid`, `productlineid`, and that custom field names match existing definitions in agencyzoom.
Parámetros de entrada
itemsintegerNumber of items in this opportunity (e.g., number of vehicles for auto policy). Defaults to 1.
leadIdintegerObligatorioThe unique identifier of the existing lead to which this opportunity will be added.
premiumintegerObligatorioThe estimated or actual premium amount for this opportunity.
carrierIdintegerObligatorioThe unique identifier of the insurance carrier associated with this opportunity.
customFieldsobject[]Custom fields to associate with this opportunity. `fieldName` must match a pre-defined field. Date-type `fieldValue` must be 'MM/dd/YYYY'.
productLineIdintegerObligatorioThe unique identifier of the product line (e.g., Auto, Home, Life) for this opportunity.
Parámetros de salida
dataobjectObligatorioContains the detailed response from the server, including any messages, the new opportunity's ID, and success status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a lead quoteAGENCYZOOM_CREATE_A_LEAD_QUOTEAcciónCreates a new insurance quote for an existing lead in agencyzoom, using valid carrier and product line ids, to track a proposal; this action does not bind policies or process payments.
AGENCYZOOM_CREATE_A_LEAD_QUOTEAcciónCreates a new insurance quote for an existing lead in agencyzoom, using valid carrier and product line ids, to track a proposal; this action does not bind policies or process payments.
Parámetros de entrada
itemsintegerObligatorioNumber of items or units covered (e.g., vehicles for an auto policy); meaning may vary by product line.
leadIdintegerObligatorioUnique identifier of the lead for this quote.
premiumintegerObligatorioTotal premium amount in the smallest currency unit (e.g., cents for USD: 125075 means $1250.75).
carrierIdintegerObligatorioUnique identifier of the insurance carrier.
customFieldsobject[]Optional list of custom fields and their values.
productLineIdintegerObligatorioUnique identifier of the product line (e.g., Auto, Home).
Parámetros de salida
dataobjectObligatorioDetails of the created lead quote, including ID and status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create an opportunityAGENCYZOOM_CREATE_AN_OPPORTUNITYAcciónCreates a new lead opportunity in agencyzoom; this action cannot update existing opportunities.
AGENCYZOOM_CREATE_AN_OPPORTUNITYAcciónCreates a new lead opportunity in agencyzoom; this action cannot update existing opportunities.
Parámetros de entrada
itemsintegerThe number of items related to this opportunity, such as number of policies or vehicles.
premiumintegerThe premium amount for the opportunity.
carrierIdintegerIdentifier for the insurance carrier associated with the opportunity.
expiryDatestringThe expiration date of the policy or opportunity, in MM/dd/YYYY format.
customFieldsobject[]A list of custom field objects to associate with the opportunity. If a custom field's value is a date, it must be in MM/dd/YYYY format.
productLineIdintegerObligatorioIdentifier for the policy type (product line) of the opportunity.
property__zipstringThe ZIP code for the property associated with the opportunity.
property__citystringThe city name for the property, e.g., Monticello.
property__statestringThe state code for the property, e.g., FL for Florida.
property__countrystringThe country code for the property, e.g., USA.
customerReferralIdintegerObligatorioIdentifier for the lead associated with this opportunity.
property__address1stringPrimary street address line for the property.
property__address2stringSecondary street address line for the property (e.g., apartment, suite, unit number).
property__useMailingAddressAsLocationintegerIndicates if the lead's mailing address is used as the property location (1 for true, 0 for false). The API defaults to 1 (true) if not specified, using the lead's address for the opportunity's property.
Parámetros de salida
dataobjectObligatorioThe response payload containing details of the creation attempt, including the new opportunity's ID, a message, and a success flag.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a vehicle for an opportunityAGENCYZOOM_CREATE_A_VEHICLE_FOR_AN_OPPORTUNITYAcciónAdds a new vehicle record to a specified opportunity; `opportunityid` must refer to a valid, existing opportunity.
AGENCYZOOM_CREATE_A_VEHICLE_FOR_AN_OPPORTUNITYAcciónAdds a new vehicle record to a specified opportunity; `opportunityid` must refer to a valid, existing opportunity.
Parámetros de entrada
vinstringVehicle Identification Number (VIN); typically 17 characters.
makestringObligatorioManufacturer of the vehicle (e.g., Toyota, Ford).
yearintegerManufacturing year of the vehicle (e.g., 2023).
modelstringModel of the vehicle (e.g., Camry, Civic).
ownershipstringenumOwnership status. Defaults to 'Owned' if not provided.
FinancedLeasedOwnedopportunityIdintegerObligatorioIdentifier of the opportunity to associate the vehicle with.
Parámetros de salida
dataobjectObligatorioResult of vehicle creation, including new vehicle ID and success status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create business leadAGENCYZOOM_CREATE_BIZ_LEADAcciónCreates or updates a business lead in agencyzoom using detailed personal and company information, for b2b sales and marketing lead management.
AGENCYZOOM_CREATE_BIZ_LEADAcciónCreates or updates a business lead in agencyzoom using detailed personal and company information, for b2b sales and marketing lead management.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioDetails of the operation outcome, including lead ID and status messages.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create leadAGENCYZOOM_CREATE_LEADAcciónCreates a new lead or updates an existing one in agencyzoom; ensure `pipelineid`, `stageid`, `leadsourceid`, and `assignto` reference valid, existing entities.
AGENCYZOOM_CREATE_LEADAcciónCreates a new lead or updates an existing one in agencyzoom; ensure `pipelineid`, `stageid`, `leadsourceid`, and `assignto` reference valid, existing entities.
Parámetros de entrada
zipstringThe postal code or ZIP code of the lead's address.
citystringThe city of the lead's address.
namestringThe name of the organization or company, required if 'isBusiness' is True.
csrIdintegerThe unique identifier of the Customer Service Representative (CSR) assigned to the lead.
emailstringObligatorioThe primary email address of the lead.
notesstringAdditional notes or comments about the lead.
phonestringThe primary phone number of the lead.
statestringThe state or province of the lead's address (e.g., CA, TX, NY).
xDatestringThe X-date (e.g., policy expiration or renewal date) associated with the lead, preferably in YYYY-MM-DD format.
countrystringObligatorioThe country of the lead's address (e.g., US, CA).
stageIdintegerObligatorioThe unique identifier of the stage within the specified pipeline where the lead will be placed.
assignTostringObligatorioThe unique identifier (ID) of the producer or agent to whom the lead is assigned.
birthdaystringThe lead's date of birth, in MM/DD/YY format.
lastnamestringThe last name of the lead.
nicknamestringAn informal name or nickname for the lead.
soldDatestringThe date when the lead was marked as sold, preferably in YYYY-MM-DD format.
tagNamesstringA single string containing multiple tag names, separated by semicolons (;). These tags help categorize or segment the lead.
firstnamestringObligatorioThe first name of the lead.
groupCodestringThe group code associated with the lead, if applicable.
otherCsrsinteger[]A list of unique identifiers for other Customer Service Representatives (CSRs) also assigned to or associated with this lead.
quoteDatestringThe date when a quote was provided to the lead, preferably in YYYY-MM-DD format.
isBusinessbooleanIndicates whether the lead is a business entity (True) or an individual consumer (False).
middlenamestringThe middle name of the lead.
pipelineIdintegerObligatorioThe unique identifier of the sales pipeline to which the lead will be added.
contactDatestringThe date of the last contact with the lead, preferably in YYYY-MM-DD format.
agencyNumberstringThe agency location code associated with the lead, if applicable.
customFieldsobject[]A list of custom field objects, each specifying a field name and its value(s) for the lead.
leadSourceIdintegerObligatorioThe unique identifier of the lead source (e.g., 'Website', 'Referral').
maritalStatusintegerAn integer code representing the lead's marital status. The specific mapping of integers to statuses (e.g., 1 for Single, 2 for Married) should be confirmed within your AgencyZoom system configuration or API documentation.
streetAddressstringThe primary street address of the lead.
departmentCodestringThe department code associated with the lead, if applicable.
otherProducersinteger[]A list of unique identifiers for other producers or agents also assigned to or associated with this lead.
secondaryEmailstringAn alternative or secondary email address for the lead.
secondaryPhonestringAn alternative or secondary phone number for the lead.
assignmentGroupIdintegerThe unique identifier of the assignment group responsible for the lead.
nextExpirationDatestringThe next important expiration date related to the lead (e.g., current policy expiration), in MM/DD/YY format.
streetAddressLine2stringAdditional street address information (e.g., apartment, suite, or unit number).
Parámetros de salida
dataobjectObligatorioContains the result of the lead creation or update operation, including the lead's ID and a status message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create task post endpointAGENCYZOOM_CREATE_TASKAcciónCreates a new task in agencyzoom; ensure `assigneeid`, `customerid`, or `leadid` are valid existing entities if provided, and use `contactemail`, `customerid`, or `leadid` to link the task to a contact.
AGENCYZOOM_CREATE_TASKAcciónCreates a new task in agencyzoom; ensure `assigneeid`, `customerid`, or `leadid` are valid existing entities if provided, and use `contactemail`, `customerid`, or `leadid` to link the task to a contact.
Parámetros de entrada
typestringenumTask type ('call', 'email', 'meeting', 'todo'); highly recommended.
callemailmeetingtodotitlestringTitle or name of the task; highly recommended for identification.
leadIdintegerUnique ID of an existing lead to link to this task; must be an existing lead if provided.
commentsstringAdditional notes, comments, or description for the task.
durationintegerExpected task duration in minutes, typically for 'call' or 'meeting' types.
inviteesstring[]List of email addresses for invitees, typically for 'meeting' type tasks.
assigneeIdintegerUnique ID of the AgencyZoom user to assign the task; must be an existing user if provided.
customerIdintegerUnique ID of an existing customer to link to this task; must be an existing customer if provided.
dueDatetimestringDue date and time, preferably in ISO 8601 format (e.g., 'YYYY-MM-DDTHH:MM:SSZ').
contactEmailstringEmail of the customer/lead to associate with the task; used if `customerId` or `leadId` is not provided.
timeSpecificbooleanIf `True`, the time in `dueDatetime` is specific; otherwise, task is due anytime on `dueDatetime`'s date.
lifeProfessionalIdintegerUnique ID of the Life & Health Professional for this task, for specific insurance workflows.
Parámetros de salida
dataobjectObligatorioData returned upon task creation: new task's ID, result flag, and optional message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a customerAGENCYZOOM_DELETE_A_CUSTOMERAcciónIrreversibly deletes a customer and all associated data in agencyzoom using their `customerid`; useful for offboarding or data privacy compliance.
AGENCYZOOM_DELETE_A_CUSTOMERAcciónIrreversibly deletes a customer and all associated data in agencyzoom using their `customerid`; useful for offboarding or data privacy compliance.
Parámetros de entrada
customerIdintegerObligatorioThe unique numerical identifier of the customer record to be permanently deleted.
Parámetros de salida
dataobjectObligatorioThe payload containing detailed results of the customer deletion attempt, including a status message, the ID of the customer processed, and a success indicator.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete customer fileAGENCYZOOM_DELETE_A_CUSTOMER_FILEAcciónPermanently deletes a specific file, identified by `fileid`, associated with a customer, identified by `customerid`.
AGENCYZOOM_DELETE_A_CUSTOMER_FILEAcciónPermanently deletes a specific file, identified by `fileid`, associated with a customer, identified by `customerid`.
Parámetros de entrada
fileIdintegerObligatorioThe unique identifier for the file to be deleted from the specified customer's record.
customerIdintegerObligatorioThe unique identifier for the customer whose file is to be deleted.
Parámetros de salida
dataobjectObligatorioContains the details of the deletion operation's result.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a customer policyAGENCYZOOM_DELETE_A_CUSTOMER_POLICYAcciónPermanently deletes a specific policy associated with a customer, for instance, if it's cancelled or inactive; this action is irreversible and requires caution.
AGENCYZOOM_DELETE_A_CUSTOMER_POLICYAcciónPermanently deletes a specific policy associated with a customer, for instance, if it's cancelled or inactive; this action is irreversible and requires caution.
Parámetros de entrada
policyIdintegerObligatorioThe unique identifier of the policy to be deleted from the specified customer's account.
customerIdintegerObligatorioThe unique identifier of the customer whose policy is to be deleted.
Parámetros de salida
dataobjectObligatorioContains the outcome of the delete operation, including a success flag and an optional message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete an opportunity driver by IDAGENCYZOOM_DELETE_A_DRIVERAcciónPermanently deletes an existing agencyzoom driver (e.g., lead, potential sale, or business engagement) using its valid `driverid`; this action is irreversible.
AGENCYZOOM_DELETE_A_DRIVERAcciónPermanently deletes an existing agencyzoom driver (e.g., lead, potential sale, or business engagement) using its valid `driverid`; this action is irreversible.
Parámetros de entrada
driverIdintegerObligatorioThe unique identifier of the driver record to be deleted.
Parámetros de salida
dataobjectObligatorioContains the details of the deletion operation's outcome.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete file from leadAGENCYZOOM_DELETE_A_LEAD_FILEAcciónDeletes a specific file (identified by `fileid`) associated with an existing lead (identified by `leadid`); this operation is irreversible.
AGENCYZOOM_DELETE_A_LEAD_FILEAcciónDeletes a specific file (identified by `fileid`) associated with an existing lead (identified by `leadid`); this operation is irreversible.
Parámetros de entrada
fileIdintegerObligatorioThe unique identifier for the file that needs to be deleted from the specified lead.
leadIdintegerObligatorioThe unique identifier for the lead whose file is to be deleted.
Parámetros de salida
dataobjectObligatorioThe structured response from the API, containing details about the outcome of the file deletion.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a lead opportunityAGENCYZOOM_DELETE_A_LEAD_OPPORTUNITYAcciónPermanently deletes an existing opportunity (by `opportunityid`) associated with an existing lead (by `leadid`) when it's irrelevant, closed, or erroneous; the lead itself remains.
AGENCYZOOM_DELETE_A_LEAD_OPPORTUNITYAcciónPermanently deletes an existing opportunity (by `opportunityid`) associated with an existing lead (by `leadid`) when it's irrelevant, closed, or erroneous; the lead itself remains.
Parámetros de entrada
leadIdintegerObligatorioThe unique identifier for the lead whose opportunity is to be deleted.
opportunityIdintegerObligatorioThe unique identifier for the opportunity to be deleted.
Parámetros de salida
dataobjectObligatorioContains the result of the delete operation, including a success flag, an optional message, and the ID of the deleted opportunity.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a lead quoteAGENCYZOOM_DELETE_A_LEAD_QUOTEAcciónDeletes a specific quote from a lead, requiring that the lead and quote exist and are associated.
AGENCYZOOM_DELETE_A_LEAD_QUOTEAcciónDeletes a specific quote from a lead, requiring that the lead and quote exist and are associated.
Parámetros de entrada
leadIdintegerObligatorioUnique identifier of the lead.
quoteIdintegerObligatorioUnique identifier of the quote to be deleted.
Parámetros de salida
dataobjectObligatorioContainer for the detailed outcome of the lead quote deletion.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete an opportunityAGENCYZOOM_DELETE_AN_OPPORTUNITYAcciónPermanently deletes a specific opportunity by its unique id; this action is irreversible and requires a valid, existing `opportunityid`.
AGENCYZOOM_DELETE_AN_OPPORTUNITYAcciónPermanently deletes a specific opportunity by its unique id; this action is irreversible and requires a valid, existing `opportunityid`.
Parámetros de entrada
opportunityIdintegerObligatorioThe unique identifier of the opportunity to be deleted.
Parámetros de salida
dataobjectObligatorioContains the details of the deletion attempt, including success status and any messages.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a taskAGENCYZOOM_DELETE_A_TASKAcciónPermanently and irreversibly deletes an existing task, identified by its `taskid`.
AGENCYZOOM_DELETE_A_TASKAcciónPermanently and irreversibly deletes an existing task, identified by its `taskid`.
Parámetros de entrada
taskIdintegerObligatorioUnique identifier of the task to delete.
Parámetros de salida
dataobjectObligatorioDetails of the deletion operation's outcome.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a vehicleAGENCYZOOM_DELETE_A_VEHICLEAcciónPermanently deletes a vehicle record by its `vehicleid`, which must correspond to an existing vehicle in the agencyzoom system.
AGENCYZOOM_DELETE_A_VEHICLEAcciónPermanently deletes a vehicle record by its `vehicleid`, which must correspond to an existing vehicle in the agencyzoom system.
Parámetros de entrada
vehicleIdintegerObligatorioUnique identifier of the vehicle to be deleted.
Parámetros de salida
dataobjectObligatorioDetailed result of the vehicle deletion, including success status, targeted vehicle ID, and optional message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete thread messageAGENCYZOOM_DELETE_MESSAGEAcciónDeletes a specific message from an email thread within agencyzoom, where the message id is implicitly handled (e.g., via url path or session) as the request schema is empty.
AGENCYZOOM_DELETE_MESSAGEAcciónDeletes a specific message from an email thread within agencyzoom, where the message id is implicitly handled (e.g., via url path or session) as the request schema is empty.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioContains the result of the delete operation, typically including the updated message thread information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete email threadAGENCYZOOM_DELETE_THREADAcciónPermanently deletes a specific email thread from the agencyzoom system, identified by its `threadid` (expected by the endpoint), provided the thread exists.
AGENCYZOOM_DELETE_THREADAcciónPermanently deletes a specific email thread from the agencyzoom system, identified by its `threadid` (expected by the endpoint), provided the thread exists.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioDetailed result of the delete operation, including a confirmation message, optional ID, and success status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of assign groupsAGENCYZOOM_GET_A_LIST_OF_ASSIGN_GROUPSAcciónRetrieves all assign groups configured in agencyzoom, used for categorizing or assigning items to specific teams or units.
AGENCYZOOM_GET_A_LIST_OF_ASSIGN_GROUPSAcciónRetrieves all assign groups configured in agencyzoom, used for categorizing or assigning items to specific teams or units.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioA list of assign groups. Each group object in the list contains an 'id' and 'name'.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of carriersAGENCYZOOM_GET_A_LIST_OF_CARRIERSAcciónRetrieves all insurance carriers from agencyzoom, typically used for populating selection lists or synchronizing carrier data; does not return detailed policy or coverage information.
AGENCYZOOM_GET_A_LIST_OF_CARRIERSAcciónRetrieves all insurance carriers from agencyzoom, typically used for populating selection lists or synchronizing carrier data; does not return detailed policy or coverage information.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioA list of insurance carriers.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of CSRsAGENCYZOOM_GET_A_LIST_OF_CSRSAcciónFetches all customer service representatives (csrs), including their id and name, returning an empty list if none are configured.
AGENCYZOOM_GET_A_LIST_OF_CSRSAcciónFetches all customer service representatives (csrs), including their id and name, returning an empty list if none are configured.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioContains the list of CSRs.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of custom fieldsAGENCYZOOM_GET_A_LIST_OF_CUSTOM_FIELDSAcciónRetrieves metadata for all configured custom field definitions, not the specific values entered for individual records.
AGENCYZOOM_GET_A_LIST_OF_CUSTOM_FIELDSAcciónRetrieves metadata for all configured custom field definitions, not the specific values entered for individual records.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioA list of custom field definitions.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of drivers for an opportunityAGENCYZOOM_GET_A_LIST_OF_DRIVERS_FOR_AN_OPPORTUNITYAcciónRetrieves a list of drivers (individuals), including their personal details, licensing information, and relationship status, associated with a specific, existing `opportunityid` in agencyzoom.
AGENCYZOOM_GET_A_LIST_OF_DRIVERS_FOR_AN_OPPORTUNITYAcciónRetrieves a list of drivers (individuals), including their personal details, licensing information, and relationship status, associated with a specific, existing `opportunityid` in agencyzoom.
Parámetros de entrada
opportunityIdintegerObligatorioUnique identifier of the opportunity.
Parámetros de salida
dataobject[]ObligatorioList of drivers associated with the opportunity.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of employeesAGENCYZOOM_GET_A_LIST_OF_EMPLOYEESAcciónRetrieves a complete list of all employees for the authenticated agency; returns an empty list if no employees are configured.
AGENCYZOOM_GET_A_LIST_OF_EMPLOYEESAcciónRetrieves a complete list of all employees for the authenticated agency; returns an empty list if no employees are configured.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioA list of employee records, where each record includes detailed information about an employee.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get lead source categoriesAGENCYZOOM_GET_A_LIST_OF_LEAD_SOURCE_CATEGORIESAcciónRetrieves a comprehensive list of all predefined lead source categories from agencyzoom, used to classify lead origins.
AGENCYZOOM_GET_A_LIST_OF_LEAD_SOURCE_CATEGORIESAcciónRetrieves a comprehensive list of all predefined lead source categories from agencyzoom, used to classify lead origins.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioA list of available lead source categories, each with an ID and name.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get lead sourcesAGENCYZOOM_GET_A_LIST_OF_LEAD_SOURCESAcciónFetches a list of all lead sources configured in agencyzoom, including their id, name, sales exclusion status, and category id.
AGENCYZOOM_GET_A_LIST_OF_LEAD_SOURCESAcciónFetches a list of all lead sources configured in agencyzoom, including their id, name, sales exclusion status, and category id.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of all available lead source objects.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of life professionalsAGENCYZOOM_GET_A_LIST_OF_LIFE_PROFESSIONALSAcciónRetrieves a list of life insurance professionals, including only their contact and status information (excluding sales or customer data), from the agencyzoom platform.
AGENCYZOOM_GET_A_LIST_OF_LIFE_PROFESSIONALSAcciónRetrieves a list of life insurance professionals, including only their contact and status information (excluding sales or customer data), from the agencyzoom platform.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioContains a list of life professional objects, each detailing a professional's information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of locationsAGENCYZOOM_GET_A_LIST_OF_LOCATIONSAcciónRetrieves all agency locations or branches from agencyzoom; filtering options are not available.
AGENCYZOOM_GET_A_LIST_OF_LOCATIONSAcciónRetrieves all agency locations or branches from agencyzoom; filtering options are not available.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioA list of location objects, each detailing an agency branch or office.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get loss reasonsAGENCYZOOM_GET_A_LIST_OF_LOSS_REASONSAcciónRetrieves a list of all predefined loss reasons from agencyzoom, used for populating ui elements or analysis, returning all reasons without filtering or statistical data.
AGENCYZOOM_GET_A_LIST_OF_LOSS_REASONSAcciónRetrieves a list of all predefined loss reasons from agencyzoom, used for populating ui elements or analysis, returning all reasons without filtering or statistical data.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioA list of available loss reasons, where each reason includes an 'id' and a 'name'.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of pipelinesAGENCYZOOM_GET_A_LIST_OF_PIPELINESAcciónRetrieves all pipelines and their stages from agencyzoom to understand workflow structures; this is a read-only operation and does not return individual items (like leads or tasks) within these pipelines.
AGENCYZOOM_GET_A_LIST_OF_PIPELINESAcciónRetrieves all pipelines and their stages from agencyzoom to understand workflow structures; this is a read-only operation and does not return individual items (like leads or tasks) within these pipelines.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioPipelines, each detailing its ID, name, type, sequence, status, and associated stages.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of producersAGENCYZOOM_GET_A_LIST_OF_PRODUCERAcciónRetrieves a list of all producers from agencyzoom, typically related to text thread functionalities.
AGENCYZOOM_GET_A_LIST_OF_PRODUCERAcciónRetrieves a list of all producers from agencyzoom, typically related to text thread functionalities.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioPrimary data payload of the response.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get product lines and policy typesAGENCYZOOM_GET_A_LIST_OF_PRODUCT_LINES_POLICY_TYPESAcciónFetches all product lines and policy types from agencyzoom, each detailed with its id, name, and product category id.
AGENCYZOOM_GET_A_LIST_OF_PRODUCT_LINES_POLICY_TYPESAcciónFetches all product lines and policy types from agencyzoom, each detailed with its id, name, and product category id.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioA list of available product lines or policy types, each including its ID, name, and associated product category ID.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a list of recycle eventsAGENCYZOOM_GET_A_LIST_OF_RECYCLE_EVENTSAcciónRetrieves the history of recycling activities (e.g., reassignments, status changes, x-date updates) for a specified existing lead in agencyzoom.
AGENCYZOOM_GET_A_LIST_OF_RECYCLE_EVENTSAcciónRetrieves the history of recycling activities (e.g., reassignments, status changes, x-date updates) for a specified existing lead in agencyzoom.
Parámetros de entrada
leadIdintegerObligatorioThe unique identifier of the lead for which to retrieve recycle events.
Parámetros de salida
dataobjectObligatorioContains lists of existing and new X-Dates related to the lead's recycle events.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve vehicles for opportunityAGENCYZOOM_GET_A_LIST_OF_VEHICLES_FOR_AN_OPPORTUNITYAcciónRetrieves all vehicles associated with an existing opportunity, using its unique opportunityid.
AGENCYZOOM_GET_A_LIST_OF_VEHICLES_FOR_AN_OPPORTUNITYAcciónRetrieves all vehicles associated with an existing opportunity, using its unique opportunityid.
Parámetros de entrada
opportunityIdintegerObligatorioUnique identifier for the opportunity, used to retrieve its associated vehicles.
Parámetros de salida
dataobject[]ObligatorioList of vehicles associated with the specified opportunity.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AMS policies for a customerAGENCYZOOM_GET_AMS_POLICIES_FOR_A_CUSTOMERAcciónRetrieves a customer's synchronized agency management system (ams) policy data (typically a single policy); requires an active ams integration, may return empty/default values if data is missing.
AGENCYZOOM_GET_AMS_POLICIES_FOR_A_CUSTOMERAcciónRetrieves a customer's synchronized agency management system (ams) policy data (typically a single policy); requires an active ams integration, may return empty/default values if data is missing.
Parámetros de entrada
customerIdintegerObligatorioUnique identifier for the customer whose AMS policy data is to be retrieved.
Parámetros de salida
dataobjectObligatorioContains the detailed information for an AMS policy associated with the customer.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get auth URL for V4 SSOAGENCYZOOM_GET_AUTH_URL_FOR_V4_SSOAcciónRetrieves a fresh authentication url for agencyzoom's v4 single sign-on (sso) process; call before each sso attempt as the url may change and should not be cached.
AGENCYZOOM_GET_AUTH_URL_FOR_V4_SSOAcciónRetrieves a fresh authentication url for agencyzoom's v4 single sign-on (sso) process; call before each sso attempt as the url may change and should not be cached.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioDetails for V4 SSO authentication.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get departments groupsAGENCYZOOM_GET_DEPARTMENTS_GROUPSAcciónFetches department and group information for an agency, optionally filtered by a specific `agencynumber`, to analyze its organizational structure.
AGENCYZOOM_GET_DEPARTMENTS_GROUPSAcciónFetches department and group information for an agency, optionally filtered by a specific `agencynumber`, to analyze its organizational structure.
Parámetros de entrada
agencyNumberstringThe unique identifier for the agency. If provided, fetches departments and groups for this specific agency.
Parámetros de salida
dataobjectObligatorioContains the lists of departments and groups for the queried agency.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get lead filesAGENCYZOOM_GET_LEAD_FILESAcciónRetrieves metadata for files linked to leads; sends an empty post request, which typically fetches a default set of files (not full lead details) for existing leads with documents.
AGENCYZOOM_GET_LEAD_FILESAcciónRetrieves metadata for files linked to leads; sends an empty post request, which typically fetches a default set of files (not full lead details) for existing leads with documents.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioA list of objects, where each object contains metadata for a file associated with a lead.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve notes for specific leadAGENCYZOOM_GET_LEAD_NOTESAcciónFetches the complete history of notes for a specific lead by `leadid` (which must exist), useful for reviewing context for communications or follow-ups; this is a read-only operation.
AGENCYZOOM_GET_LEAD_NOTESAcciónFetches the complete history of notes for a specific lead by `leadid` (which must exist), useful for reviewing context for communications or follow-ups; this is a read-only operation.
Parámetros de entrada
leadIdintegerObligatorioThe unique identifier of the lead for whom notes are to be retrieved.
Parámetros de salida
dataobject[]ObligatorioA list of notes associated with the specified lead.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get lead quotesAGENCYZOOM_GET_LEAD_QUOTESAcciónRetrieves all insurance quotes (active and inactive) for a specific lead id, useful for reviewing or tracking quote history.
AGENCYZOOM_GET_LEAD_QUOTESAcciónRetrieves all insurance quotes (active and inactive) for a specific lead id, useful for reviewing or tracking quote history.
Parámetros de entrada
leadIdintegerObligatorioThe unique identifier for the lead whose quotes are to be retrieved.
Parámetros de salida
dataobject[]ObligatorioA list of quotes associated with the specified lead.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get lead tasksAGENCYZOOM_GET_LEAD_TASKSAcciónRetrieves all tasks for a specific lead, identified by its `leadid`, to review its activity history or manage follow-ups.
AGENCYZOOM_GET_LEAD_TASKSAcciónRetrieves all tasks for a specific lead, identified by its `leadid`, to review its activity history or manage follow-ups.
Parámetros de entrada
leadIdintegerObligatorioThe unique identifier for the lead whose tasks are to be retrieved.
Parámetros de salida
dataobject[]ObligatorioA list of tasks associated with the specified lead.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get list of end stagesAGENCYZOOM_GET_LIST_OF_END_STAGESAcciónFetches a list of all defined end stages, representing final steps in processes like lead conversion or policy closure.
AGENCYZOOM_GET_LIST_OF_END_STAGESAcciónFetches a list of all defined end stages, representing final steps in processes like lead conversion or policy closure.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioA list detailing each end stage in a workflow or pipeline.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get policies for a customerAGENCYZOOM_GET_POLICIES_FOR_A_CUSTOMERAcciónRetrieves from agencyzoom details for an insurance policy of an existing customer (identified by `customerid`), excluding premium payment history or claims information.
AGENCYZOOM_GET_POLICIES_FOR_A_CUSTOMERAcciónRetrieves from agencyzoom details for an insurance policy of an existing customer (identified by `customerid`), excluding premium payment history or claims information.
Parámetros de entrada
customerIdintegerObligatorioUnique identifier for the customer.
Parámetros de salida
dataobjectObligatorioDetailed attributes of the retrieved insurance policy.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the customer detailsAGENCYZOOM_GET_THE_CUSTOMER_DETAILSAcciónFetches comprehensive details for a specific customer, including personal information, policies, notes, tasks, files, and custom fields, using their unique customer id.
AGENCYZOOM_GET_THE_CUSTOMER_DETAILSAcciónFetches comprehensive details for a specific customer, including personal information, policies, notes, tasks, files, and custom fields, using their unique customer id.
Parámetros de entrada
customerIdintegerObligatorioUnique identifier of the customer to retrieve details for.
Parámetros de salida
dataobjectObligatorioContains the detailed information for the requested customer.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the customer tasksAGENCYZOOM_GET_THE_CUSTOMER_TASKSAcciónFetches all tasks (read-only task data) for a customer by `customerid` to review their activities, follow-ups, and action items; the `customerid` must be valid.
AGENCYZOOM_GET_THE_CUSTOMER_TASKSAcciónFetches all tasks (read-only task data) for a customer by `customerid` to review their activities, follow-ups, and action items; the `customerid` must be valid.
Parámetros de entrada
customerIdintegerObligatorioUnique identifier for the customer whose tasks are to be retrieved.
Parámetros de salida
dataobject[]ObligatorioA list of task objects associated with the specified customer.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the driver detailsAGENCYZOOM_GET_THE_DRIVER_DETAILSAcciónRetrieves detailed information for a specific, existing driver (by `driverid`) associated with an agencyzoom opportunity.
AGENCYZOOM_GET_THE_DRIVER_DETAILSAcciónRetrieves detailed information for a specific, existing driver (by `driverid`) associated with an agencyzoom opportunity.
Parámetros de entrada
driverIdintegerObligatorioThe unique identifier of the driver whose details are to be retrieved.
Parámetros de salida
dataobjectObligatorioContains the detailed information for the requested driver.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the lead detailsAGENCYZOOM_GET_THE_LEAD_DETAILSAcciónRetrieves comprehensive details for a specific lead in agencyzoom by its unique `leadid` (which must correspond to an existing lead), including contact information, status, associated opportunities, quotes/policies, custom fields, and interaction history.
AGENCYZOOM_GET_THE_LEAD_DETAILSAcciónRetrieves comprehensive details for a specific lead in agencyzoom by its unique `leadid` (which must correspond to an existing lead), including contact information, status, associated opportunities, quotes/policies, custom fields, and interaction history.
Parámetros de entrada
leadIdintegerObligatorioUnique identifier for the lead whose details are to be retrieved.
Parámetros de salida
dataobjectObligatorioContains the detailed information for the requested lead.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the opportunities for a leadAGENCYZOOM_GET_THE_OPPORTUNITIES_FOR_A_LEADAcciónRetrieves all sales opportunities and their details for a specified, existing `leadid` in agencyzoom.
AGENCYZOOM_GET_THE_OPPORTUNITIES_FOR_A_LEADAcciónRetrieves all sales opportunities and their details for a specified, existing `leadid` in agencyzoom.
Parámetros de entrada
leadIdintegerObligatorioThe unique identifier of the lead for which opportunities are to be fetched.
Parámetros de salida
dataobject[]ObligatorioA list of opportunity objects, each detailing an opportunity associated with the lead.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the opportunity detailsAGENCYZOOM_GET_THE_OPPORTUNITY_DETAILSAcciónFetches comprehensive details for an existing opportunity using its unique `opportunityid`.
AGENCYZOOM_GET_THE_OPPORTUNITY_DETAILSAcciónFetches comprehensive details for an existing opportunity using its unique `opportunityid`.
Parámetros de entrada
opportunityIdintegerObligatorioThe unique identifier for the opportunity to retrieve.
Parámetros de salida
dataobjectObligatorioContains the detailed information for the retrieved opportunity.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the task detailsAGENCYZOOM_GET_THE_TASK_DETAILSAcciónRetrieves comprehensive details for a specific task using its unique `taskid`, which must correspond to an existing task in agencyzoom.
AGENCYZOOM_GET_THE_TASK_DETAILSAcciónRetrieves comprehensive details for a specific task using its unique `taskid`, which must correspond to an existing task in agencyzoom.
Parámetros de entrada
taskIdintegerObligatorioUnique identifier of the task to retrieve.
Parámetros de salida
dataobjectObligatorioObject containing the detailed information of the retrieved task.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get the vehicle detailsAGENCYZOOM_GET_THE_VEHICLE_DETAILSAcciónRetrieves detailed information for a specific vehicle, often associated with an agencyzoom opportunity, using its unique vehicleid.
AGENCYZOOM_GET_THE_VEHICLE_DETAILSAcciónRetrieves detailed information for a specific vehicle, often associated with an agencyzoom opportunity, using its unique vehicleid.
Parámetros de entrada
vehicleIdintegerObligatorioUnique identifier for the vehicle, often linked to an opportunity within AgencyZoom.
Parámetros de salida
dataobjectObligatorioDetailed information of the requested vehicle.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get thread detailsAGENCYZOOM_GET_THREAD_DETAILSAcciónSearches and retrieves detailed information for email threads in agencyzoom; no explicit search criteria are passed in this request.
AGENCYZOOM_GET_THREAD_DETAILSAcciónSearches and retrieves detailed information for email threads in agencyzoom; no explicit search criteria are passed in this request.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioContains the retrieved email thread details, including messages and count.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Link a driver to opportunityAGENCYZOOM_LINK_A_DRIVER_TO_OPPORTUNITYAcciónAssigns or reassigns an existing driver to an existing opportunity.
AGENCYZOOM_LINK_A_DRIVER_TO_OPPORTUNITYAcciónAssigns or reassigns an existing driver to an existing opportunity.
Parámetros de entrada
driverIdintegerObligatorioThe unique identifier for the existing driver (e.g., sales agent, team member) who will be linked to the opportunity.
opportunityIdintegerObligatorioThe unique identifier for the existing opportunity to which the driver will be linked.
Parámetros de salida
dataobjectObligatorioThe structured data returned by the API, detailing the outcome of the link operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Link vehicle to opportunityAGENCYZOOM_LINK_A_VEHICLE_TO_OPPORTUNITYAcciónLinks an existing vehicle to an existing sales opportunity in agencyzoom using their respective ids, typically for managing auto insurance policies or related services.
AGENCYZOOM_LINK_A_VEHICLE_TO_OPPORTUNITYAcciónLinks an existing vehicle to an existing sales opportunity in agencyzoom using their respective ids, typically for managing auto insurance policies or related services.
Parámetros de entrada
vehicleIdintegerObligatorioIdentifier of the vehicle to be linked to the opportunity.
opportunityIdintegerObligatorioIdentifier of the opportunity to which the vehicle will be linked.
Parámetros de salida
dataobjectObligatorioContains the details of the operation's outcome, including a success flag, an optional message, and an optional ID.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Product CategoriesAGENCYZOOM_LIST_PRODUCT_CATEGORIESAcciónRetrieves a complete, unfiltered list of all product categories (id and name) from agencyzoom, useful for understanding product organization or populating ui elements.
AGENCYZOOM_LIST_PRODUCT_CATEGORIESAcciónRetrieves a complete, unfiltered list of all product categories (id and name) from agencyzoom, useful for understanding product organization or populating ui elements.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of product categories, each with its unique ID and name.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Log the user inAGENCYZOOM_LOG_THE_USER_INAcciónAuthenticates an existing agencyzoom user using their email (as username) and password to obtain a jwt for api access; this action does not support new user creation.
AGENCYZOOM_LOG_THE_USER_INAcciónAuthenticates an existing agencyzoom user using their email (as username) and password to obtain a jwt for api access; this action does not support new user creation.
Parámetros de entrada
passwordstringObligatorioThe user's password for authentication.
usernamestringObligatorioThe user's email address, used as the username for authentication.
Parámetros de salida
dataobjectObligatorioContains the authentication token and user status details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Log the user outAGENCYZOOM_LOG_THE_USER_OUTAcciónUse this action to log the current user out of agencyzoom by invalidating their active session token.
AGENCYZOOM_LOG_THE_USER_OUTAcciónUse this action to log the current user out of agencyzoom by invalidating their active session token.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioThe structured response data from the logout operation, indicating success and any relevant messages.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mark thread as unreadAGENCYZOOM_MARK_THREAD_AS_UNREAD_API_ENDPOINTAcciónMarks a text thread in agencyzoom as read or unread using its `threadid`; this action does not modify message content and the specified `threadid` must refer to an existing thread.
AGENCYZOOM_MARK_THREAD_AS_UNREAD_API_ENDPOINTAcciónMarks a text thread in agencyzoom as read or unread using its `threadid`; this action does not modify message content and the specified `threadid` must refer to an existing thread.
Parámetros de entrada
threadIdstringThe unique identifier of the text thread whose read/unread status is to be updated.
markUnreadbooleanSet to `true` to mark the thread as unread, or `false` to mark it as read.
Parámetros de salida
dataobjectObligatorioContains the result of the operation, including the processed thread's ID and the success status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Move lead to soldAGENCYZOOM_MOVE_LEAD_TO_SOLDAcciónMarks an existing lead as sold by its `leadid` and records product details; `productlineid`, `premium`, `effectivedate`, and `solddate` are operationally required for each sold product, despite schema flexibility.
AGENCYZOOM_MOVE_LEAD_TO_SOLDAcciónMarks an existing lead as sold by its `leadid` and records product details; `productlineid`, `premium`, `effectivedate`, and `solddate` are operationally required for each sold product, despite schema flexibility.
Parámetros de entrada
leadIdintegerObligatorioIdentifier of the lead to be marked as sold.
keepOpenbooleanIf true, lead remains open after products are marked sold (e.g., for other potential sales). Defaults to false.
soldProductsobject[]ObligatorioList of products sold to the lead.
Parámetros de salida
dataobjectObligatorioDetails of the customer and opportunities after the lead is marked sold.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove text threadAGENCYZOOM_REMOVE_TEXT_THREAD_ENDPOINTAcciónCall this action to permanently delete a text thread in agencyzoom; the target thread is identified by the api via implicit context as this action accepts no parameters.
AGENCYZOOM_REMOVE_TEXT_THREAD_ENDPOINTAcciónCall this action to permanently delete a text thread in agencyzoom; the target thread is identified by the api via implicit context as this action accepts no parameters.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioThe structured response data returned by the API after the delete operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reopen a taskAGENCYZOOM_REOPEN_A_TASKAcciónReopens an existing agencyzoom task that is currently 'completed' or 'closed', allowing it to be reactivated with optional comments.
AGENCYZOOM_REOPEN_A_TASKAcciónReopens an existing agencyzoom task that is currently 'completed' or 'closed', allowing it to be reactivated with optional comments.
Parámetros de entrada
taskIdintegerObligatorioThe unique identifier of the task to be reopened.
commentsstringOptional comments providing context or reasons for reopening the task.
Parámetros de salida
dataobjectObligatorioContains the outcome of the reopen operation, including a success indicator, an optional message, and the ID of the reopened task.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search business classificationsAGENCYZOOM_SEARCH_BUSINESS_CLASSIFICATIONSAcciónRetrieves a comprehensive list of all available business classifications from agencyzoom, each including an id, code, and description.
AGENCYZOOM_SEARCH_BUSINESS_CLASSIFICATIONSAcciónRetrieves a comprehensive list of all available business classifications from agencyzoom, each including an id, code, and description.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioThe list of business classifications retrieved by the action.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search customersAGENCYZOOM_SEARCH_CUSTOMERSAcciónSearches for customers in agencyzoom using criteria like contact information, policy details, or custom fields, with options for filtering, sorting, and pagination.
AGENCYZOOM_SEARCH_CUSTOMERSAcciónSearches for customers in agencyzoom using criteria like contact information, policy details, or custom fields, with options for filtering, sorting, and pagination.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioThe main data object of the response, containing the list of customers and pagination details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search email threadsAGENCYZOOM_SEARCH_EMAIL_THREADSAcciónRetrieves a list of email thread metadata from agencyzoom, suitable for an overview when no specific filtering, sorting, or pagination is needed, as results are subject to default server-side limits and ordering.
AGENCYZOOM_SEARCH_EMAIL_THREADSAcciónRetrieves a list of email thread metadata from agencyzoom, suitable for an overview when no specific filtering, sorting, or pagination is needed, as results are subject to default server-side limits and ordering.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioContains the list of email thread information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search leadsAGENCYZOOM_SEARCH_LEADSAcciónRetrieves agencyzoom leads, using filters, pagination, and sorting options sent in the post body, as the request schema itself is empty.
AGENCYZOOM_SEARCH_LEADSAcciónRetrieves agencyzoom leads, using filters, pagination, and sorting options sent in the post body, as the request schema itself is empty.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioDetailed response: list of leads, pagination info, and total counts.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search leads countAGENCYZOOM_SEARCH_LEADS_COUNTAcciónRetrieves a summary of lead counts categorized by workflow stage from agencyzoom; this action does not support filtering and returns aggregate counts rather than individual lead details.
AGENCYZOOM_SEARCH_LEADS_COUNTAcciónRetrieves a summary of lead counts categorized by workflow stage from agencyzoom; this action does not support filtering and returns aggregate counts rather than individual lead details.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioPrimary response payload containing `leadsCount`, a list of lead counts per workflow stage.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search life and health leadsAGENCYZOOM_SEARCH_LIFE_AND_HEALTH_LEADSAcciónSearches for life and health insurance leads by providing filter criteria (matching alrlead fields) in the request body; an empty request may retrieve all leads or a default set.
AGENCYZOOM_SEARCH_LIFE_AND_HEALTH_LEADSAcciónSearches for life and health insurance leads by providing filter criteria (matching alrlead fields) in the request body; an empty request may retrieve all leads or a default set.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioResponse with search results: list of leads and pagination details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search SMS threadsAGENCYZOOM_SEARCH_SMS_THREADSAcciónSearches and retrieves sms threads from agencyzoom, with search parameters, filters, sorting, and pagination typically provided in the request body of this post operation.
AGENCYZOOM_SEARCH_SMS_THREADSAcciónSearches and retrieves sms threads from agencyzoom, with search parameters, filters, sorting, and pagination typically provided in the request body of this post operation.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioPrimary data payload encapsulating the list of SMS threads.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search and list tasksAGENCYZOOM_SEARCH_TASKSAcciónSearches and lists tasks, supporting pagination and accepting filter criteria in the post request body despite an empty request schema.
AGENCYZOOM_SEARCH_TASKSAcciónSearches and lists tasks, supporting pagination and accepting filter criteria in the post request body despite an empty request schema.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioPaginated list of tasks and metadata from the search.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List service ticketsAGENCYZOOM_SERVICE_TICKET_LISTAcciónRetrieves a list of service tickets from agencyzoom, optionally filtered by criteria such as status, priority, or date ranges.
AGENCYZOOM_SERVICE_TICKET_LISTAcciónRetrieves a list of service tickets from agencyzoom, optionally filtered by criteria such as status, priority, or date ranges.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioContains the paginated list of service tickets and total count.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get text thread detailsAGENCYZOOM_TEXT_DETAIL_THREADAcciónRetrieves detailed messages for an implicitly specified text thread.
AGENCYZOOM_TEXT_DETAIL_THREADAcciónRetrieves detailed messages for an implicitly specified text thread.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioContains the detailed information for the text thread, including messages and their count.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unlink driver from opportunityAGENCYZOOM_UNLINK_A_DRIVER_FROM_OPPORTUNITYAcciónUnlinks a currently associated driver from an agencyzoom opportunity, used when the driver is no longer relevant, for policy or data updates, potentially impacting the opportunity's status or associated policy details.
AGENCYZOOM_UNLINK_A_DRIVER_FROM_OPPORTUNITYAcciónUnlinks a currently associated driver from an agencyzoom opportunity, used when the driver is no longer relevant, for policy or data updates, potentially impacting the opportunity's status or associated policy details.
Parámetros de entrada
driverIdintegerObligatorioIdentifier for the driver to be unlinked from the opportunity.
opportunityIdintegerObligatorioIdentifier for the opportunity from which the driver will be unlinked.
Parámetros de salida
dataobjectObligatorioContains the detailed result of the unlinking operation, including a status message, an optional ID, and a success indicator.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unlink vehicle from opportunityAGENCYZOOM_UNLINK_A_VEHICLE_FROM_OPPORTUNITYAcciónUnlinks a specific, existing vehicle from a specific, existing opportunity using their respective ids, removing only the association and not the records themselves.
AGENCYZOOM_UNLINK_A_VEHICLE_FROM_OPPORTUNITYAcciónUnlinks a specific, existing vehicle from a specific, existing opportunity using their respective ids, removing only the association and not the records themselves.
Parámetros de entrada
vehicleIdintegerObligatorioThe unique identifier of the vehicle to be unlinked from the specified opportunity.
opportunityIdintegerObligatorioThe unique identifier of the opportunity from which the vehicle will be unlinked.
Parámetros de salida
dataobjectObligatorioThe structured response data containing details about the unlink operation's outcome.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unread email threadAGENCYZOOM_UNREAD_THREADAcciónUpdates the read or unread status of a specific email thread within agencyzoom.
AGENCYZOOM_UNREAD_THREADAcciónUpdates the read or unread status of a specific email thread within agencyzoom.
Parámetros de entrada
threadIdstringThe unique identifier of the email thread whose read status is to be updated.
markUnreadbooleanSet to true to mark the thread as unread, or false to mark it as read.
Parámetros de salida
dataobjectObligatorioThe response body containing the outcome of the mark as unread/read operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a driver's detailsAGENCYZOOM_UPDATE_A_DRIVER_S_DETAILSAcciónUpdates an existing driver's details in agencyzoom, requiring `driverid` in the path and `firstname` and `lastname` in the request.
AGENCYZOOM_UPDATE_A_DRIVER_S_DETAILSAcciónUpdates an existing driver's details in agencyzoom, requiring `driverid` in the path and `firstname` and `lastname` in the request.
Parámetros de entrada
genderstringenumGender of the driver. Valid values are: "M" (Male), "F" (Female), "U" (Unknown), "X" (Non-Binary).
FMUXbirthdaystringThe date of birth of the driver. Must be in MM/DD/YYYY format.
driverIdintegerObligatorioThe unique identifier for the opportunity driver whose details are to be updated.
lastNamestringObligatorioThe last name of the driver.
firstNamestringObligatorioThe first name of the driver.
middleNamestringThe middle name of the driver.
relationshipstringenumRelationship status of the driver. Valid values are: "IN" (Named Insured), "SP" (Spouse), "PA" (Parent), "CH" (Child), "OT" (Other).
CHINOTPASPlicenseNumberstringThe driver's license number.
maritalStatusintegerMarital status of the driver, represented by an integer code. Valid codes are: 1 (Single), 2 (Married), 3 (Widowed), 4 (Separated), 5 (Divorced), 6 (Domestic Partner), 7 (Civil Union), 8 (Fiancé / Fiancée), 9 (Unknown), 10 (Other).
stateLicensedstringThe state where the driver is licensed, using its two-letter abbreviation (e.g., NY for New York).
Parámetros de salida
dataobjectObligatorioContains the details of the update operation's outcome, including a message, ID, and result status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Rename lead fileAGENCYZOOM_UPDATE_A_LEAD_FILE_NAMEAcciónUpdates a lead's file name to `newfilename`; requires `fileid` of the target file, which must be associated with both the `leadid` (path parameter) and the provided `customerreferralid`.
AGENCYZOOM_UPDATE_A_LEAD_FILE_NAMEAcciónUpdates a lead's file name to `newfilename`; requires `fileid` of the target file, which must be associated with both the `leadid` (path parameter) and the provided `customerreferralid`.
Parámetros de entrada
fileIdintegerThe unique identifier of the file to be renamed.
leadIdintegerObligatorioThe unique identifier of the lead whose file needs to be renamed.
newFileNamestringThe desired new name for the file.
customerReferralIdintegerThe identifier of the customer referral associated with the lead file.
Parámetros de salida
dataobjectObligatorioContains the outcome of the file renaming operation, including a success flag and an optional message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a lead opportunityAGENCYZOOM_UPDATE_A_LEAD_OPPORTUNITYAcciónUpdates an existing opportunity's details (carrier, product line, premium, items, custom fields) for a specific lead; `leadid`, opportunity `id`, `carrierid`, and `productlineid` must refer to existing entities.
AGENCYZOOM_UPDATE_A_LEAD_OPPORTUNITYAcciónUpdates an existing opportunity's details (carrier, product line, premium, items, custom fields) for a specific lead; `leadid`, opportunity `id`, `carrierid`, and `productlineid` must refer to existing entities.
Parámetros de entrada
idintegerObligatorioUnique identifier of the opportunity to update.
itemsintegerNumber of items associated with this opportunity (e.g., policies, vehicles).
leadIdintegerObligatorioUnique identifier of the lead.
premiumintegerObligatorioThe premium amount for this opportunity. It is recommended to use the base currency unit (e.g., USD). Please verify the exact currency and format (e.g., cents or dollars) with AgencyZoom's API documentation.
carrierIdintegerObligatorioUnique identifier of the insurance carrier.
customFieldsobject[]A list of custom fields to update for the opportunity. For date-type custom fields, ensure the value is formatted as 'MM/DD/YYYY'.
productLineIdintegerObligatorioUnique identifier of the product line.
Parámetros de salida
dataobjectObligatorioDetails of the update operation's result.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update lead quote dataAGENCYZOOM_UPDATE_A_LEAD_QUOTEAcciónUpdates an existing quote for a specified lead in agencyzoom when its details require revision, ensuring the provided `leadid` (path parameter), quote `id` (body parameter), `carrierid`, and `productlineid` are valid and correspond to existing entities.
AGENCYZOOM_UPDATE_A_LEAD_QUOTEAcciónUpdates an existing quote for a specified lead in agencyzoom when its details require revision, ensuring the provided `leadid` (path parameter), quote `id` (body parameter), `carrierid`, and `productlineid` are valid and correspond to existing entities.
Parámetros de entrada
idintegerObligatorioThe unique identifier of the quote to be updated.
itemsintegerObligatorioThe number of items covered by the quote (e.g., number of vehicles in an auto policy).
leadIdintegerObligatorioThe unique identifier of the lead for which the quote is being updated. This is a path parameter.
premiumintegerObligatorioThe total premium amount for the quote, in cents (e.g., 10000 for $100.00).
carrierIdintegerObligatorioThe unique identifier of the insurance carrier associated with this quote.
customFieldsobject[]A list of custom field objects to update for the quote. Each object should specify the `fieldName` and its corresponding `fieldValue`.
productLineIdintegerObligatorioThe unique identifier of the product line (e.g., Auto, Home) for this quote.
Parámetros de salida
dataobjectObligatorioContains the details of the update operation's result, including a confirmation message, the ID of the updated quote, and a success flag.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update an opportunityAGENCYZOOM_UPDATE_AN_OPPORTUNITYAcciónUpdates an existing opportunity with the provided details; ensure any custom field names are predefined in agencyzoom configuration.
AGENCYZOOM_UPDATE_AN_OPPORTUNITYAcciónUpdates an existing opportunity with the provided details; ensure any custom field names are predefined in agencyzoom configuration.
Parámetros de entrada
itemsintegerNumber of items (e.g., policies, vehicles) related to the opportunity.
premiumintegerPremium amount.
carrierIdintegerInsurance carrier identifier.
expiryDatestringPolicy or opportunity expiration date (MM/DD/YYYY).
customFieldsobject[]List of custom fields to update. For date-types, use MM/DD/YYYY format.
productLineIdintegerProduct line identifier.
property__zipstringProperty's ZIP code.
property__citystringProperty's city name.
property__statestringProperty's state code (e.g., FL).
property__countrystringProperty's country code (e.g., USA).
property__address1stringProperty's primary address line.
property__address2stringProperty's secondary address line (e.g., apartment, suite).
property__useMailingAddressAsLocationintegerSet to 1 to use lead's mailing address as property location, 0 otherwise. If 1, lead's address overwrites property address.
Parámetros de salida
dataobjectObligatorioContains details of the update operation's result.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update policy by idAGENCYZOOM_UPDATE_A_POLICYAcciónUpdates an existing insurance policy for the given `policyid`; monetary values must be in cents and dates in yyyy-mm-dd format.
AGENCYZOOM_UPDATE_A_POLICYAcciónUpdates an existing insurance policy for the given `policyid`; monetary values must be in cents and dates in yyyy-mm-dd format.
Parámetros de entrada
itemsintegerObligatorioNumber of items covered (e.g., vehicles for auto policy, properties for property policy).
agentIdintegerObligatorioUnique identifier of the agent or producer who sold the policy.
premiumintegerObligatorioTotal premium amount for the policy term, in cents (e.g., $123.45 is 12345).
policyIdintegerObligatorioUnique identifier of the policy to be updated (specified in the request path).
soldDatestringObligatorioDate policy was sold or bound (Format: YYYY-MM-DD).
brokerFeeintegerBroker fee for the policy, in cents (e.g., $50.00 is 5000).
carrierIdintegerObligatorioUnique identifier of the insurance carrier.
groupCodestringCode to associate the policy with a specific group for internal tracking or reporting.
expiryDatestringObligatorioDate policy coverage ends (Format: YYYY-MM-DD).
policyTypeintegerObligatorioIdentifier for the type of policy transaction (e.g., New Business, Renewal).
insuredNamestringName(s) of the insured party or parties (individual or company).
agencyNumberstringObligatorioIdentifier for the agency branch or location associated with this policy.
leadSourceIdintegerObligatorioUnique identifier for the lead source (e.g., referral, website).
policyNumberstringUnique alphanumeric string assigned to the policy by the insurance carrier.
effectiveDatestringObligatorioDate policy coverage begins (Format: YYYY-MM-DD).
departmentCodestringCode to assign the policy to a specific department (e.g., Personal Lines, Commercial Lines).
priorExpiryDatestringExpiry date of the previous policy (Format: YYYY-MM-DD), if applicable.
priorCarrierNamestringName of the previous insurance company, if applicable.
priorPolicyNumberstringPolicy number of the previous insurance policy, if applicable.
productCategoryIdintegerObligatorioIdentifier for the policy's product category (e.g., Auto, Home, Commercial).
Parámetros de salida
dataobjectObligatorioContains the policy update response: status message, updated policy ID, and success indicator.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a vehicle's detailsAGENCYZOOM_UPDATE_A_VEHICLE_S_DETAILSAcciónUpdates details for an existing vehicle within an opportunity; this action cannot be used to create new vehicle records.
AGENCYZOOM_UPDATE_A_VEHICLE_S_DETAILSAcciónUpdates details for an existing vehicle within an opportunity; this action cannot be used to create new vehicle records.
Parámetros de entrada
vinstringThe Vehicle Identification Number (VIN) of the vehicle. Typically a 17-character string.
makestringObligatorioThe manufacturer of the vehicle.
yearintegerThe manufacturing year of the vehicle.
modelstringThe model of the vehicle.
ownershipstringenumThe ownership status of the vehicle. Defaults to 'Owned' if unspecified or if an empty string is provided.
FinancedLeasedOwnedvehicleIdintegerObligatorioThe unique identifier of the opportunity vehicle to be updated.
Parámetros de salida
dataobjectObligatorioContains the response data for the vehicle update operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update business leadAGENCYZOOM_UPDATE_BUSINESS_LEADAcciónUpdates an existing business lead, identified by `leadid` (which must be valid and existing), using data provided in the request body not defined in this schema.
AGENCYZOOM_UPDATE_BUSINESS_LEADAcciónUpdates an existing business lead, identified by `leadid` (which must be valid and existing), using data provided in the request body not defined in this schema.
Parámetros de entrada
leadIdintegerObligatorioUnique identifier (used in URL path) of the existing business lead to update.
Parámetros de salida
dataobjectObligatorioDetails of the update attempt: an optional message, ID of the updated lead, and success indicator.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update customer info using idAGENCYZOOM_UPDATE_CUSTOMERAcciónUpdates an existing customer's information in agencyzoom using their unique customerid.
AGENCYZOOM_UPDATE_CUSTOMERAcciónUpdates an existing customer's information in agencyzoom using their unique customerid.
Parámetros de entrada
zipstringPostal or ZIP code of the customer's address.
citystringCity of the customer's address.
csrIdintegerThe ID of the Customer Service Representative (CSR) assigned to the customer.
emailstringCustomer's primary email address.
phonestringCustomer's primary phone number.
statestringState or province of the customer's address (e.g., CA, NY).
agentIdintegerThe ID of the producer or agent assigned to the customer.
countrystringCountry of the customer's address (e.g., USA, Canada).
birthdaystringCustomer's date of birth (MM/dd/YYYY format).
lastnamestringCustomer's last name.
tagNamesstringSemicolon-separated string of tag names to associate with the customer (e.g., 'Lead;VIP;Past Client').
firstnamestringCustomer's first name.
createDatestringCustomer's creation date (MM/dd/YYYY format).
customerIdintegerObligatorioUnique identifier for the customer to be updated. This value will also be used as the `customerId` in the API request path.
bizCustomerintegerIndicates if the customer is a business. Use 1 for a business customer, 0 for an individual customer.
customFieldsobject[]List of custom fields to update. Each item specifies `fieldName` and `fieldValue`. Date-type custom field values must be in 'MM/dd/YYYY' format.
totalPayrollintegerTotal payroll of the business. Applicable only if `bizCustomer` is 1 (commercial customer).
annualRevenueintegerAnnual revenue of the business. Applicable only if `bizCustomer` is 1 (commercial customer).
streetAddressstringCustomer's street address.
secondaryEmailstringCustomer's secondary email address.
secondaryPhonestringCustomer's secondary phone number.
contactLastnamestringLast name of the primary contact, typically for business customers.
contactFirstnamestringFirst name of the primary contact, typically for business customers.
contactMiddlenamestringMiddle name of the primary contact, typically for business customers.
numberOfEmployeesintegerNumber of employees. Applicable only if `bizCustomer` is 1 (commercial customer).
Parámetros de salida
dataobjectObligatorioContains the result of the update operation, including a status message, the customer ID, and a success indicator.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update leadAGENCYZOOM_UPDATE_LEADAcciónUpdates an existing lead's information in agencyzoom using the `leadid`; ensure the `leadid` corresponds to an existing lead in agencyzoom.
AGENCYZOOM_UPDATE_LEADAcciónUpdates an existing lead's information in agencyzoom using the `leadid`; ensure the `leadid` corresponds to an existing lead in agencyzoom.
Parámetros de entrada
zipstringPostal or ZIP code of the lead's address.
citystringCity of the lead's address.
namestringName of the organization, if the lead is a business entity.
csrIdintegerIdentifier of the Customer Service Representative (CSR) assigned to the lead.
emailstringObligatorioLead's primary email address.
notesstringAdditional notes or comments related to the lead.
phonestringLead's primary phone number.
statestringState or province of the lead's address.
xDatestringPolicy expiration date or key future date for lead's insurance needs (e.g., YYYY-MM-DD or MM/DD/YY), often policy renewal or X-date.
leadIdintegerObligatorioThe unique identifier of the lead to be updated.
countrystringObligatorioCountry of the lead's address.
stageIdintegerObligatorioIdentifier of the stage the lead is currently in within the pipeline.
assignTostringObligatorioIdentifier of the primary producer or agent to whom the lead is assigned.
birthdaystringLead's date of birth in MM/DD/YY format.
lastnamestringLead's last name.
nicknamestringLead's nickname.
soldDatestringDate lead was marked as sold (e.g., YYYY-MM-DD).
tagNamesstringA single string containing tag names, separated by semicolons (e.g., 'Hot Lead;Follow Up Q3').
firstnamestringObligatorioLead's first name.
groupCodestringGroup code associated with the lead.
otherCsrsinteger[]List of unique identifiers for other Customer Service Representatives (CSRs) also assigned to the lead.
quoteDatestringDate quote was provided to the lead (e.g., YYYY-MM-DD).
isBusinessbooleanIndicates if lead is a business entity (true) or an individual (false).
middlenamestringLead's middle name.
pipelineIdintegerObligatorioIdentifier of the sales pipeline the lead belongs to.
contactDatestringLast contact date (e.g., YYYY-MM-DD).
agencyNumberstringAgency's location code associated with the lead.
customFieldsobject[]A list of custom fields and their values to update for the lead.
leadSourceIdintegerObligatorioIdentifier of the source from which the lead originated.
maritalStatusintegerInteger code representing the lead's marital status (e.g., 1 for Single, 2 for Married). Consult AgencyZoom documentation for specific codes.
streetAddressstringLead's street address.
departmentCodestringDepartment code associated with the lead.
otherProducersinteger[]List of unique identifiers for other producers or agents also assigned to the lead.
secondaryEmailstringLead's secondary email address.
secondaryPhonestringLead's secondary phone number.
assignmentGroupIdintegerIdentifier of the assignment group for the lead.
nextExpirationDatestringNext policy expiration date relevant to the lead, in MM/DD/YY format.
streetAddressLine2stringAdditional line for the lead's street address.
Parámetros de salida
dataobjectObligatorioContains the response data from the API, including a confirmation message, the ID of the updated lead, and a success flag.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update lead status by idAGENCYZOOM_UPDATE_LEAD_STATUS_BY_IDAcciónUpdates a lead's status (0=active, 2=won, 3=lost, 5=xdated) by `leadid`, optionally setting workflow, stage, date, loss reason, x-date type, source, recycle stage/pipeline, or tags; requires `date` and `xdatetype` for status 5 (xdated), and `lossreasonid` for status 3 (lost).
AGENCYZOOM_UPDATE_LEAD_STATUS_BY_IDAcciónUpdates a lead's status (0=active, 2=won, 3=lost, 5=xdated) by `leadid`, optionally setting workflow, stage, date, loss reason, x-date type, source, recycle stage/pipeline, or tags; requires `date` and `xdatetype` for status 5 (xdated), and `lossreasonid` for status 3 (lost).
Parámetros de entrada
datestringOptional. The relevant date associated with the status change. If status is XDATED (5), this is the reactivation date. Otherwise, it can be the contact or quoted date. Format: ISO 8601 string (e.g., YYYY-MM-DDTHH:mm:ssZ).
leadIdintegerObligatorioThe unique identifier for the lead whose status is to be updated.
statusintegerObligatorioThe new status for the lead. Allowed values are 0 (ACTIVE), 2 (WON), 3 (LOST), 5 (XDATED).
tagIdsinteger[]Optional. A list of tag identifiers (integers) to be applied to or updated on the lead.
toStageIdintegerOptional. The identifier of the target workflow stage to move the lead to. This can be used for general stage movements.
xDateTypestringOptional. A descriptive name for the X-date recycle event (e.g., 'Renewal Reminder', 'Policy Expiration'). Used when `status` is 5 (XDATED) to specify the nature of the future follow-up.
workflowIdintegerOptional. Identifier of the workflow to associate with the lead.
lossReasonIdintegerOptional. The identifier for the reason a lead was lost, referencing an entry in the `leadLossReason` table. Typically used when `status` is 3 (LOST).
recycleToStageintegerOptional. The identifier of the stage to which the lead should be moved if it's being recycled.
workflowStageIdintegerOptional. Identifier of the specific stage within a workflow.
recycleToPipelineintegerOptional. The identifier of the pipeline to which the lead should be moved if it's being recycled.
changeLeadSourceTointegerOptional. The identifier for a new lead source, referencing an entry in the `leadSource` table. Use this to update the lead's origin.
Parámetros de salida
dataobjectObligatorioContains the detailed response of the lead status update, including a success flag, message, and the ID of the modified lead.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update my profileAGENCYZOOM_UPDATE_MY_PROFILEAcciónUpdates the profile information (first name, last name, email, and optional phone) for the currently authenticated user in agencyzoom; the provided email address must be unique within the system.
AGENCYZOOM_UPDATE_MY_PROFILEAcciónUpdates the profile information (first name, last name, email, and optional phone) for the currently authenticated user in agencyzoom; the provided email address must be unique within the system.
Parámetros de entrada
emailstringObligatorioThe user's email address. This must be unique within the AgencyZoom system.
phonestringThe user's optional phone number.
lastnamestringObligatorioThe user's last name.
firstnamestringObligatorioThe user's first name.
Parámetros de salida
dataobjectObligatorioResponse data from the profile update, including an optional message, user ID (if available), and success indicator.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add tags to a policyAGENCYZOOM_UPDATE_TAGS_FOR_A_POLICYAcciónAdds new comma-separated `tagnames` to a policy, requiring `tagnames` and identification by either `policyid` or `amspolicyid`; if `amspolicyid` is provided, `policyid` is ignored, and existing tags are not affected.
AGENCYZOOM_UPDATE_TAGS_FOR_A_POLICYAcciónAdds new comma-separated `tagnames` to a policy, requiring `tagnames` and identification by either `policyid` or `amspolicyid`; if `amspolicyid` is provided, `policyid` is ignored, and existing tags are not affected.
Parámetros de entrada
policyIdintegerThe unique identifier of the policy within AgencyZoom. This field is ignored if `amsPolicyId` is provided.
tagNamesstringA comma-separated string of tag names to add to the policy. For example, 'New Lead,Follow Up'.
amsPolicyIdintegerThe unique identifier of the policy as recognised by the Agency Management System (AMS). If provided, this ID is used to locate the policy.
Parámetros de salida
dataobjectObligatorioContains the detailed response data from the update tags operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update taskAGENCYZOOM_UPDATE_TASKAcciónModifies an existing agencyzoom task (which must be valid and identified by `taskid` in the path) with new attributes from the request body, which must also contain `taskid`.
AGENCYZOOM_UPDATE_TASKAcciónModifies an existing agencyzoom task (which must be valid and identified by `taskid` in the path) with new attributes from the request body, which must also contain `taskid`.
Parámetros de entrada
taskIdintegerObligatorioThe unique identifier of the task. This should match the `taskId` specified in the URL path.
Parámetros de salida
dataobjectObligatorioContains the detailed result of the task update operation, including any confirmation messages and the ID of the modified task.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Log user in via SSOAGENCYZOOM_V4_SSO_LOG_THE_USER_INAcciónLogs a user into the agencyzoom platform via single sign-on (sso).
AGENCYZOOM_V4_SSO_LOG_THE_USER_INAcciónLogs a user into the agencyzoom platform via single sign-on (sso).
Parámetros de entrada
passwordstringObligatorioUser's password for SSO authentication.
usernamestringObligatorioUser's email address, serving as their username for the SSO login.
Parámetros de salida
dataobjectObligatorioThe core data returned upon successful SSO login, including the JWT and owner agent status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not