Method: Brevo::ConversationsApi#conversations_pushed_messages_post

Defined in:
lib/brevo/api/conversations_api.rb

#conversations_pushed_messages_post(body, opts = {}) ⇒ ConversationsMessage

Send an automated message to a visitor Example of automated messages: order status, announce new features in your web app, etc.

Parameters:

  • body
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



464
465
466
467
# File 'lib/brevo/api/conversations_api.rb', line 464

def conversations_pushed_messages_post(body, opts = {})
  data, _status_code, _headers = conversations_pushed_messages_post_with_http_info(body, opts)
  data
end