Integrating Jotform with Arpreach

  • albasiero
    Asked on November 29, 2014 at 6:31 AM

    I use arpreach for managing my email subscribers. It is a software I installed and manage. I would like that when someone submits a form, their email address field value to be inserted in one Arpreach list I specify. 

    I dont know how to do this, but I found something similar here http://support.arpreach.com/support/discussions/topics/33398 where a person integrated arpreach with woocommerce. 

    Another example is Wishlist membership software, that also integrates with arpreach. On its settings page, wishlist instructions for integrating arpreach are:

     

    Step 1: Copy the Post URL for your List

    arpReach uses the Subscription Form Post URL for its integrations. To get/create one, please follow the steps below:

    Log in to your arpReach account and go to "Autoresponder" » "Show List". If you have no autoresponder yet, create one. Under the "Actions" column of your autoresponder, choose "Subscription forms". Create a new subscription form. Make sure to set "Form Type" to "Offer subscribe/unsubscribe" under "Content" » "Display Options". Once you have a subscription form, choose "Get form code" under the "Action" column. Once you see the form code, copy the Post URL in the third line that looks like the highlighted text below:
    ...form method='post' action='http://yourdomain.com/arpreach_folder/a.php/sub/1/5bylw9'.... Step 2: Map your Membership Levels to your Lists

    Paste the Post URL for each corresponding Membership Level below

     

    A third example is how DAP integrated with Arpreach, a article here. Same for amember here.

    As far as I understand from these examples, I have to specify the url of the list where I want the new address to be added and I think kind of arguments. But I just dont know how to write these arguments and how to make jotform call this url when people submit the form.

    Can you help me with an advice?

  • albasiero
    Replied on November 29, 2014 at 6:58 AM

    Or here some other info about integrating with arpreach.

  • Welvin Support Team Lead
    Replied on November 29, 2014 at 10:42 AM

    Hi,

    We don't have an integration with Arpreach, but based on the given examples, I think you can accomplish this using our Send Post Method or Webhook:

    http://www.jotform.com/help/213-Send-POST-Data-From-JotForm-Using-PHP-in-Custom-Thank-You-Page

    http://www.jotform.com/help/245-How-to-Setup-Webhook-with-JotForm

    Please try to create your autoresponder form and share to us the source codes. You can use http://pastiebin.com/ for saving the codes and send back the generated link here.

    Thanks