POST api/sendgrid/bounce

creates an event when a envelope is bounced by sendgrid

Request Information

URI Parameters

None.

Body Parameters

SendgridBounce
NameDescriptionTypeAdditional information
reason

string

None.

email

string

None.

event

string

None.

timestamp

decimal number

None.

AgencyId

string

None.

BranchId

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "reason": "sample string 1",
  "email": "sample string 2",
  "event": "sample string 3",
  "timestamp": 4.1,
  "AgencyId": "sample string 5",
  "BranchId": "sample string 6"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.