Skip to main content

Class GetVelocityEmailSettingsRequest

This action will retrieve a list of velocity email settings for a specified merchant.

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
request_emailYregistered at ProfitStars; email format
entity_idYMerchant Id

Example GetVelocityEmailSettingsRequest

Input Method: XML

<xml>  
<custServProviderId>######</custServProviderId>
<request_email>none@example.com</request_email>
<entity_id>######</entity_id>
</xml>

Input Method: JSON

{ 
"custServProviderId": "######",
"request_email": "none@example.com",
"entity_id": "######",
}