class Aws::Connect::Client
def start_email_contact(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
start_email_contact(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartEmailContact - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::StartEmailContactResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:client_token
(String
) -- -
:segment_attributes
(Hash
) -- -
:attributes
(Hash
) -- -
:related_contact_id
(String
) -- -
:contact_flow_id
(String
) -- -
:attachments
(Array
) -- -
:additional_recipients
(Types::InboundAdditionalRecipients
) -- -
:email_message
(required, Types::InboundEmailContent
) -- -
:name
(String
) -- -
:references
(Hash
) -- -
:description
(String
) -- -
:destination_email_address
(required, String
) -- -
:from_email_address
(required, Types::EmailAddressInfo
) -- -
:instance_id
(required, String
) --
def start_email_contact(params = {}, options = {}) req = build_request(:start_email_contact, params) req.send_request(options) end