Sha256: 3a02463a28bf4588bc177bf79e636a620e4782d65eacdb59a20c1de02b758970

Contents?: true

Size: 853 Bytes

Versions: 9

Compression:

Stored size: 853 Bytes

Contents

# ElasticEmail::InboundPayload

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **filter** | **String** | Filter of the inbound data |  |
| **name** | **String** | Name of this route |  |
| **filter_type** | [**InboundRouteFilterType**](InboundRouteFilterType.md) |  | [default to 'EmailAddress'] |
| **action_type** | [**InboundRouteActionType**](InboundRouteActionType.md) |  | [default to 'ForwardToEmail'] |
| **email_address** | **String** | Email to forward the inbound to | [optional] |
| **http_address** | **String** | Address to notify about the inbound | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::InboundPayload.new(
  filter: null,
  name: null,
  filter_type: null,
  action_type: null,
  email_address: null,
  http_address: null
)
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ElasticEmail-4.0.26 docs/InboundPayload.md
ElasticEmail-4.0.25 docs/InboundPayload.md
ElasticEmail-4.0.24 docs/InboundPayload.md
ElasticEmail-4.0.23 docs/InboundPayload.md
ElasticEmail-4.0.22 docs/InboundPayload.md
ElasticEmail-4.0.21 docs/InboundPayload.md
ElasticEmail-4.0.20 docs/InboundPayload.md
ElasticEmail-4.0.16 docs/InboundPayload.md
ElasticEmail-4.0.15 docs/InboundPayload.md