Email a Quote flow

This section documents use-cases about sending a quote email.

Getting started

For sending email pass on the quote id generated out of the previous quote api call to the url for communication end point, using the below sample request.

For sample quote request visit here. Note that, the PlanID is a mandatory request parameter.

Copy
Copied
{
    "emailAddress: "test-quote@nibtravel.com"
}

Email a Quote sequence flow

The complete flow for sending quote emails for a brand is following.

  • Authenticate - Call is made to the user API endpoint to fetch an access token using shared user credentials (username and password). Sample requests and parameter details available at Authorization
  • Create/update a quote - Use this token as a bearer token while making a call to retrieve a quote based on supplied parameters including trip dates, destination country, country of residence. (If applicable to the brand). A list of available products with detailed pricing information will be returned with all available plans. Quotes API
  • Select a plan - Plan selection, add options to the quote and retrieve the updated pricing information Options
  • Send quote email - Call is made to the communication endpoint to send email via Mandrill API
Copyright © nib Travel 2022. All right reserved.