Jotform no input function cycles of getResponse autoresponder?

  • intemchonggia
    Asked on May 11, 2016 at 9:02 AM

    Dear supoort !

    I use jotform and connect getResponse. But it does not have the functionality to enter the cycle of getResponse autoresponder. I want to know this can be jotform update?

    Thanks !

    Vo Van Viet

  • Charlie
    Replied on May 11, 2016 at 10:47 AM

    I am not quite familiar with GetReponse' autoresponder function? Is is an add-on?

    The integration between JotForm and GetResponse is more related and limited on to passing the submission data and automatically add it in your contact list.

    JotForm, however, has its own Autoresponder function, you can check it here: https://www.jotform.com/help/26-Creating-a-Form-Autoresponder 

    Could you please provide us more information on this?

  • najjab
    Replied on May 18, 2016 at 9:09 AM

    I had the same problem, and Getresponse told me that jotform needs to use the following code:

     

    Code example with 'cycle_day' param:

     

    $client->add_contact(

    $api_key,

    array(

    'campaign' => $CAMPAIGN_ID,

    'name' => 'Name',

    'email' => 'name@host.com',

    'cycle_day' => 0

    )

    );

     

    cycle_day (optional) – Insert contact on a given day at the

    autoresponder cycle. Value of 0 means the beginning of the cycle. Lack of this parameter means that a contact will not be inserted into cycle.

  • Charlie
    Replied on May 18, 2016 at 10:13 AM

    @najjab

    To better assist you, I have opened a separate thread for your concern. Please refer to this link instead: https://www.jotform.com/answers/841664. We will address it shortly.

    Thank you.