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.
464 465 466 467 |
# File 'lib/brevo/api/conversations_api.rb', line 464 def (body, opts = {}) data, _status_code, _headers = (body, opts) data end |