This repository was archived by the owner on Mar 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
papercreatures/Net-CapsuleCRM
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
=head1 SYNOPSIS
my $foo = Net::CapsuleCRM->new(
token => 'xxxx',
target_domain => 'test.capsulecrm.com',
debug => 0,
);
=head2 find_party_by_email
find by email
=head2 find_party
find by id
=head2 create_person
$cap->create_person({
contacts => {
email => {
emailAddress => 'xxx',
},
address => {
type => 'xxx',
street => "xxx",
city => 'xxx',
zip => 'xxx',
country => 'xxx',
},
phone => {
type => 'Home',
phoneNumber => '123456',
},
},
title => 'Mr',
firstName => 'Simon',
lastName => 'Elliott',
});
=head2 create_organization
See Person
=head2 add_tag
$cap->add_tag($person_id,'customer','difficult');
About
Connect to the Capsule CRM API
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published