Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add URL field to a contact #16

Open
thanhansoft opened this issue Feb 14, 2017 · 0 comments
Open

How to add URL field to a contact #16

thanhansoft opened this issue Feb 14, 2017 · 0 comments

Comments

@thanhansoft
Copy link

Hi, thanks for code geat,
How to add a url to a contact and phone. This is my code

$result = $getresponse->addContact(array(
    'name'              => 'thanhansoft',
    'email'             => '[email protected]',
    'href'             => 'http://href.fdola.com', //not work
    'url'             => 'http://url.fdola.com', //not work
    'phone'             => '+485865430923', //not work
    'dayOfCycle'        => 0,
    'campaign'          => ['campaignId' => '123ABC'],
));

But three field: href, url, phone not save in contact.
Please help me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant