Connect Quriobot to platform-ly

Similar to the approach, it’s possible to connect QB to platform.ly

From the platform.ly form snippet, locate this part:

<div id="077e29b11be80ab57e1a2ecabb7da330" data-pid="5" data-oid="23" class="plyOptinForm fixed" style="display:none;" data-position="fixed">

and

var PLY = { "plugin\_key": "gNJ5majEdEKBiX5ZgYjwq5SJ0SIQVZUy" };

In the Connections tab, use Form type

put

https://www.platform.ly/plugin/plugin.actions.php?plugin_key=gNJ5majEdEKBiX5ZgYjwq5SJ0SIQVZUy&action=submitOptin

Add those form values:

  • optin_id, set value to what is after data-oid=", so 23 in our example
  • project_id, set value to what is after data-pid=", so 5 in our example
  • email, set value to use bot variable {{Email}}
  • first_name, set value to use bot variable {{FirstName}}

Edit this page

Tags