CRM360° CustomerApi Documentation
Return to Web Api Help Page

Webhook - EmailProcess

Send email with webhook content

URI Parameters

Name Description Type Additional information
CustomerName

CRM360 CustomerName

string

Required

DatabaseAlias

CRM360 DatabaseAlias

string

Required

ExternalPlatform

External webhook origin

string

Required

ExternalEntity

External webhook concerning entity

string

Required

ExternalAction

External webhook action

string

Required

SourceId

CRM360 Source Id corresponding to the External Webhook Origin

integer

Required

ZoneId

CRM360 Zone Id on which data must be attached

integer
BrandId

CRM360 Brand Id on which data must be attached

integer
ContactAddressTypeId

CRM360 Contact Address Type Id on which data must be attached

integer
Email

Destination Email (can be empty)

string

Example

Available parameters Value

 
             ExternalPlatform : "Smsbox", ExternalEntity : "Sms", ExternalAction : "Callback"
             ExternalPlatform : "Smsbox", ExternalEntity : "Sms", ExternalAction : "CallbackStop"
            

Response Information

- IHttpActionResult

application/json

Sample not available.