enbbox 1.0.1

Notification infrastructure API — open-source alternative to Novu/Courier
Documentation
# \InboundParseApi

All URIs are relative to *https://api.enbbox.com*

Method | HTTP request | Description
------------- | ------------- | -------------
[**inbound_parse_webhook**]InboundParseApi.md#inbound_parse_webhook | **POST** /v1/inbound-parse/webhook/ | POST /v1/inbound-parse/webhook — receive parsed email from provider.



## inbound_parse_webhook

> inbound_parse_webhook(body)
POST /v1/inbound-parse/webhook — receive parsed email from provider.

This endpoint receives inbound emails (e.g., replies to notification threads) from email service providers like SendGrid, Postmark, etc.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**body** | Option<**serde_json::Value**> |  | [required] |

### Return type

 (empty response body)

### Authorization

No authorization required

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: Not defined

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)