How to create a new Contact Person in Books via Flow
I already have the Contact created in Books via Flow now I want to add just a Contact Person but I think my list/map formatting is wrong. This is what I'm trying to do:
- // Create contact person for the customer
- //
- // Create a map for a contact person
- contactPersonData = Map();
- contactPersonData.put("first_name",customerNameFirst);
- contactPersonData.put("last_name",customerNameLast);
- contactPersonData.put("email",customerEmail);
- contactPersonData.put("phone",phonenumber);
- contactPersonData.put("address",address1);
- contactPersonData.put("city",city);
- contactPersonData.put("state",state);
- contactPersonData.put("zip",postcode);
- contactPersonData.put("country",country);
- // Create the contact person record in Zoho Books
- createContactPersonResponse = zoho.books.createRecord("contact_persons",orgId,contactPersonData,"books_invoicecontact_connection");
Access your files securely from anywhere
Zoho Developer Community
Deliver unforgettable customer experiences
Deliver unforgettable customer experiences
New to Zoho Marketing Plus?
Everything you need to run your marketing
New to Zoho Marketing Plus?
Everything you need to run your marketing
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Zoho TeamInbox Resources
Zoho DataPrep Resources
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Qntrl Resources
Zoho Creator Resources
Zoho Campaigns Resources
Zoho CRM Resources
Zoho Show Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.