Giter Club home page Giter Club logo

emaildirect's People

Contributors

maxlapko avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sunnywz

emaildirect's Issues

Invalid Payload on Create

Hello, hoping you can provide some insight! I keep getting "Invalid Payload" on my Create Subscriber requests with the following code (helper function triggered upon form submission after data sanitization):

    function signup($Email, $FirstName, $LastName, $Zip) {
        // Create EmailDirect Object 
        $apiKey = /* blah blah */
        $emailDirect = new EmailDirect($apiKey);

        $response = $emailDirect->subscribers()->create($Email, array(
            'Publications' => array(2),
            'CustomFields' => array('FirstName' => $FirstName, 'LastName' => $LastName, 'Zip' => $Zip)
        ));

        if ($response->success()) {
            $data = $response->getData(); // return array
            return "Thank you for signing up.";
        } 
        else {
            $data = $response->getErrorMessage();
            return $data;
        }
    }

It seems to be in the Custom Fields array as if I just pass E-Mail, it works successfully. I've also tried creating the custom fields array outside the create() call with no success.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.