Incoming Message

Incoming Message Event Flow

Event flow name: incoming_message

This event flow contains events related to leads/messages received from users.

Event typeDescription
incoming_message_successThe message was successfully sent from the origin

In this flow, there's only one event possible that's triggered when a new lead is sent to a published ad.

incoming_message_success

{
    "data": {
        "ad_id": 9846457,
        "conversation_id": "9846457",
        "created_at": "2018-07-16T11:04:50.000+0100",
        "from": "imovirtual",
        "id": 208853314,
        "message": "This is a test message",
        "sender_name": "John Doe",
        "sender_email": "[email protected]",
        "sender_phone": 961231212,
        "uuid": "6073df05-2979-4372-a552-4c906a02a5cc"
    },
    "destination": "https://myawesomeapp.com/webhooks",
    "event_type": "incoming_message_success",
    "flow": "incoming_message",
    "object_id": "6073df05-2979-4372-a552-4c906a02a5cc",
    "event_timestamp": 1531735505952,
    "timestamp": 1524148443449,
    "transaction_id": "b480075b-43de-11e8-a691-55a1dd521900"
}

See more