Support API addrecords notification for a contact associated with many accounts
We are creating Zoho support requests via the API. The requests are being created in Zoho, but they are not triggering email notifications to our support staff like the other support requests that get created through email / sms channels.
We have a workflow rule to trigger emails to support staff upon creation of support requests.
We are also passing "notify:true" in as a parameter to the API request:
- ZOHO_API_ADD_REQUEST = "https://support.zoho.com/api/xml/requests/addrecords"
- params = {
- "ticket": get_api_ticket(),
- "apikey": settings.ZOHO_SUPPORT_TOKEN,
- "department": "Customer Support",
- "portal": "PORTALNAME",
- "xml": xml,
- "notify": "true"
- }
- r = requests.get(ZOHO_API_ADD_REQUEST, params=params)
The xml is in the form:
- <requests>
<row no="1">
<fl val="Subject">{message}</fl>
<fl val="Account Name">ACCOUNT NAME</fl>
<fl val="Contact Name">Alerts</fl>
<fl val="Product Name">Product Name</fl>
<fl val="Email">CONTACT_EMAIL</fl>
<fl val="Status">Open</fl>
</row>
</requests>
My question is whether there needs to be a relationship between the CONTACT_EMAIL address and the ACCOUNT_NAME account. Does that contact need to exist and be associated with the account?
We could like to set up a single "Alerts" contact to be associated with many accounts and have a support request inserted through the addrecords API generate an email to our support staff. Does this jive with your internals?
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.