Module: Novu::Api::InboundParse
- Included in:
- Client
- Defined in:
- lib/novu/api/inbound_parse.rb
Overview
Module Novu::Api::InboundParse provides an API for managing inbound-parse in the Novu application.
This module includes method for retrieving inbound-parse.
For more information on the Novu API(api.novu.co/api#/inbound-parse), see docs.novu.co/api/overview/.
Instance Method Summary collapse
-
#validate_mx_record_setup_for_inbound_parse ⇒ Object
Validate the mx record setup for the inbound parse functionality.
Instance Method Details
#validate_mx_record_setup_for_inbound_parse ⇒ Object
Validate the mx record setup for the inbound parse functionality
12 13 14 |
# File 'lib/novu/api/inbound_parse.rb', line 12 def validate_mx_record_setup_for_inbound_parse get("/inbound-parse/mx/status") end |