Mailgun Failed Email Webhoob
Mailgun Failed Email Webhoob.
Request
Request header:
POST https://api.ipaymy.com/v2/webhook/mailgun/failed_email
Host: api.ipaymy.com
Accept: application/json
Request body:
{
"signature": {
"timestamp": "",
"token": "",
"signature": ""
},
"event-data": ""
}
timestamp:
- Type: time
- Example: 2024-01-01T00:00:00.000Z
token:
- Type: string
- Validate: required
signature:
- Type: string
- Validate: required
data:
- Type: string
- Validate: required
Response
Response body:
{
"data": "",
"error": 0
}
Response codes:
- 200: Good stuff, and the response body should be easy to parse.
- 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.