Title: Adding Contacts
Last modified: August 21, 2016

---

# Adding Contacts

 *  [drakemoore11](https://wordpress.org/support/users/drakemoore11/)
 * (@drakemoore11)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/adding-contacts/)
 * Hello,
 * the contact add method is working great. My call:
 * $contact = $infusionsoft->contact( ‘add’, array(
    ‘FirstName’ => ”, ‘LastName’
   => ”, ‘Email’ => ‘jtest@mmedia.com’ ) );
 * The contact in InfusionSoft that is created has a status of “non-marketable”.
   Question 1: how do I fix this using the API calls?
 * Question 2: I need to add a tag to this new contact. The method call that follows
   returns “Message: No method matching arguments: java.lang.String, java.util.HashMap”:
 * $contact = $infusionsoft->contact( ‘addToGroup’, array(
    ‘contactIDNumber’ =>
   15, ‘groupIDNumber’ => 109 ) );
 * I have tried every variation of I can think of (putting quotes around the numeric
   values, changing the case on the method name). Can someone tell me what I am 
   missing?
 * Thanks!!!
 * [http://wordpress.org/plugins/infusionsoft-for-developers/](http://wordpress.org/plugins/infusionsoft-for-developers/)

Viewing 1 replies (of 1 total)

 *  [Dreb Bitanghol](https://wordpress.org/support/users/drebbitsweb/)
 * (@drebbitsweb)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/adding-contacts/#post-4387963)
 * // Answer 1
    $status = $infusionsoft->APIEmail( ‘optIn’, $YourUserEmailHere, ‘
   Very important to include a note here on why/how this email was opted-in’ );
 * // Answer 2
    $groupResult= $infusionsoft->contact( ‘addToGroup’, $YourContactIDNumber,
   $YourGrouIDNumber );

Viewing 1 replies (of 1 total)

The topic ‘Adding Contacts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/infusionsoft-for-developers.svg)
 * [Infusionsoft WordPress Developers Plugin](https://wordpress.org/plugins/infusionsoft-for-developers/)
 * [Support Threads](https://wordpress.org/support/plugin/infusionsoft-for-developers/)
 * [Active Topics](https://wordpress.org/support/plugin/infusionsoft-for-developers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/infusionsoft-for-developers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/infusionsoft-for-developers/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dreb Bitanghol](https://wordpress.org/support/users/drebbitsweb/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/adding-contacts/#post-4387963)
 * Status: not resolved