• Resolved jmesserer

    (@jmesserer)


    I need to setup a background process which writes the inbound messages to another database on another server to meet some business requirements … I assume the data is stored somewhere within the WordPress database … can you advise where’d I’d find it or how/where it is stored?

    Thanks,

    Jeremiah

    https://www.ads-software.com/plugins/flamingo/

Viewing 1 replies (of 1 total)
  • Thread Starter jmesserer

    (@jmesserer)

    This issue can be considered closed … you can find the data using the following query:

    select post_content from wp_posts where post_type = ‘flamingo_inbound’

    Thanks ~ J

Viewing 1 replies (of 1 total)
  • The topic ‘Where is data stored?’ is closed to new replies.