Send Connect Email
POST {{baseUrl}}/connect/v2/send/email
Same as Connect Full (POST /connect/v2/generate
) but send a Connect email to a consumer.
Supported regions:
Request Body
{"partnerId"=>"{{partnerId}}", "customerId"=>"{{customerId}}", "language"=>"en", "consumerId"=>"0bf46322c167b562e6cbed9d40e19a4c", "email"=>{"to"=>"bob@example.com", "supportPhone"=>"800-555-5555", "subject"=>"Verify your income", "firstName"=>"Bob", "institutionName"=>"Acme Lending", "institutionAddress"=>"222 Winipeg Drive SLC UT, 84109", "signature"=>["Cindy Mayfield", "Senior Loan Officer", "Direct 123-456-7890"]}, "redirectUri"=>"https://www.finicity.com/connect/", "webhookContentType"=>"application/json", "singleUseUrl"=>true, "fromDate"=>1607450357, "reportCustomFields"=>[{"label"=>"loanID", "value"=>"123456", "shown"=>true}, {"label"=>"loanID", "value"=>"123456", "shown"=>true}], "optionalConsumerInfo"=>{"ssn"=>"999999999", "dob"=>1607450357}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Finicity-App-Token | string | ||
Finicity-App-Key | string |
RESPONSES
status: OK
{}