Newer Version Available

This content describes an older version of this product. View Latest

Flow for Insurance Quoting

Represents the metadata associated with a flow. Use Flow to create an application that takes users through a series of pages to query and update records in the database. You can also execute logic and provide branching capability based on user input to build dynamic applications.

FlowActionCall

Insurance Quoting exposes additional actionType values for the FlowActionCall Metadata type.

Field Name Field Type Description
actionType InvocableActionType (enumeration of type string)

Required.

The action type. Additional valid values only for Insurance Quoting include:

  • addEligibleInsuranceClauses—Add eligible insurance clauses to a quote or context. You must specify either a quote ID or a context ID, and either an instance key or a quote line item ID along with insurance product clause details.
  • createInsuranceQuote—Create an Insurance quote by using a context ID or a set of user inputs that represent quote details.
  • generateInsuranceClauses—Generate insurance clauses based on the specified quote and context information. You must specify either quote ID or context ID to generate insurance clauses.
  • getEligibleInsuranceClauses—Get eligible insurance clauses based on quote ID and context ID. You must specify either a quote ID or a context ID, and either an instance key or a quote line item ID to get the eligible insurance clauses.
  • getInsuranceQuoteDetails—Get the details of an insurance quote.
  • repriceInsuranceProduct—Recalculate the price of Insurance products based on user inputs.