Trying to get Zoho to email an invoice
Hey Guys, I'm trying to get the zoho inventory api to work with our website, and we want to it auto create an invoice, then email that invoice once created. I'm using this site as reference.
- $invoiceEmail ='{
- "send_from_org_email_id": false,
- "to_mail_ids": [
- "myemail@email.com"
- ],
- "cc_mail_ids": [
- "myemail@email.com"
- ],
- "subject": "Invoice from Zillium Inc",
- "body": "Dear Customer, Thanks for your business."
- }';
- $connectionStatus .= $zohoClient->emailInvoice($invoiceEmail);
- public function emailInvoice($params, $ignore = false)
{
$invoiceID=7262;
return $this->curlRequest("/invoices/{$invoiceID}/email", 'POST',
['JSONString' => $params]);
}
When i attempt to run this test the only response I get back is
{"code":-1,"message":"Resource does not exist."}
All my other api calls work on this application, but I"m clearly doing something wrong.
Sticky Posts
Zoho Inventory will discontinue support for older browser versions soon
Hello users, Starting from May 15, 2024, Zoho Inventory will no longer support the following browser versions: Browsers Version Restrictions Firefox Browser Versions older than 100 Google Chrome Versions older than 100 Microsoft Edge Versions older than
Zoho Finance Workshop 2023 is coming to the USA. Meet the experts, get exclusive training on Zoho Finance apps and more.
Hello all, We'd like to invite you to our biggest Zoho Finance workshop in the United States. After a brief break, we are excited to be back. This year, we're bringing together our customers and community members for two days of curated hands-on sessions,
Celebrating our Zoho Community SuperBuds
The SuperBud program recognizes the efforts Zoho users put in to help the rest of the community thrive and grow in their individual Zoho journeys. Be it the ZUG meetups or these forums, several Zoho users including our MVPs andZUG leaders, have stepped
Authtoken Deprecation for Zoho Inventory APIs
UPDATE (7 July 2021): We've extended the deadline to 30 August 2021 for converting Authtokens to OAuth. Hello everyone, The usage of Authtokens to authenticate API calls is being deprecated on 30 August 2021 across Zoho's Finance suite of products,
ZOHO Inventory - Early Access
https://twitter.com/zoho/status/646715717849493504