Q: I'm trying to understand which triggers this works for.
1. Does the subscriber need to enter their email into the subscriber database?
2. Which WP databases can we port information to/from?
3. Are there limitations to which database information can be sent over to a different app?
Thank you!

Abdul_Kaioum
May 15, 2024A: 1. For "Trigger", we don't store anything in your WordPress. In trigger all of things coming from other WordPress plugin. Like, contact form 7 is submitted it will trigger their functions to send the data.
2. In "Action", after the authorization data sent to the desired application. No data is stored in your WordPress.
3. When an integration is completed, we store the data if the integration is successful or not. The data is stored in the custom table of your WordPress. You can set the auto data delete after a specific period from the settings tab.
You can test the free version from WordPress org: https://wordpress.org/plugins/bit-integrations/
Or you can check this video tutorial: https://youtu.be/hgMkLvV-r6k