Module: Teleflow::Api::InboundParse
- Included in:
- Client
- Defined in:
- lib/teleflow/api/inbound_parse.rb
Overview
Module Teleflow::Api::InboundParse provides an API for managing inbound-parse in the Teleflow application.
This module includes method for retrieving inbound-parse.
For more information on the Teleflow API(api-teleflow.khulnasoft.com/api#/inbound-parse), see docs.teleflow.khulnasoft.com/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/teleflow/api/inbound_parse.rb', line 12 def validate_mx_record_setup_for_inbound_parse get("/inbound-parse/mx/status") end |