We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' => 'thanhansoft@gmail.com', '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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thanks for code geat,
How to add a url to a contact and phone. This is my code
But three field: href, url, phone not save in contact.
Please help me!
The text was updated successfully, but these errors were encountered: