ZOHO CRM Mass Send Mail merge - crm

Hi is there anyway/workaround to mass send a mailmerge with related contact in a record
Module Record
MR001 -> Send Mail Merge to the related contact list
Related Contact List
email1#gmail.com
email2#gmail.com
email3#gmail.com
email4#gmail.com

Related

How to send a PDF attachment using Peoplesoft AWE while sending Email notification

How to send a PDF attachment using Peoplesoft AWE while sending Email notification. Im trying to use the AWE features to send Email Notification once the request is approved. Along with the Email notification i should also send a generated PDF which gives information about the changes the Emplid, Salary changes and related infos. I am able to do this using the BI Publisher report generation and People code SendMail function but im looking for AWE options to send the attachment
I tried the custom code to send attachments after approval and it worked. But im not able to find any documentation using AWE to send PDF attachments. Any Suggestions will Help

Booking system - WP

I need to do a reservation for 3 restaurants- in each there are 12 tables. Some of the reservations have to be paid before, the rest of them not at all.
Also, there is a need to identify if in the particular restaurant there is a reservation for different events- then the functionality of not-paid reservation must be switch off.
Ideally, if mails with reservations should be delivered to various email addresses - based on the name of the restaurant.
Everything must run on WP.
Can you please assist me with that?
For this system, I suggest you this solution.
I should say that using this answer requires average knowledge of PHP and WordPress functions.
Create a custom post type for Restaurants.
Information such as not-paid reservation, paid reservation, and events can be saved as meta values.
To save meta values for your custom post type, you can use the "advanced custom fields" plugin or just code them using add_meta_box().
For the reservations, you should make a form and in the form, users can select their reservation table, date, and time.
if the reservation requires payment, you should check the gateway documentation and use their script.
here you need to create a table in the database for payments.
after the form submits and before payment, add your user info to the database and give the payment status "pending" value.
after the successful or unsuccessful payment, the gateway will return the payment status and with that, you can save the reservation status.
For sending an email to the restaurant manager, after the successful payment, use wp_mail().
I tried to explain the whole project to you in 12 lines so, after reading this answer you may get confused.
If you have more questions, just ask.

Post cXML invoice to SAP Ariba Cloud Integration Gateway

We have a supplier account on Ariba network & want to post cxml invoices to Sap Ariba Cloud integration gateway to send it to our buyers in Ariba Network. We are using HTTPS transport type.
In the below screenshot while creating Ariba cloud Integration project, Is it possible to skip entering URL "Connect CIG to trading Partner" section as we do not want any files to be delivered to us & directly post the cxml invoices to URL mentioned in "Connect Trading Partner to CIG" from our ERP.
In short, Our requirement is only to send Invoice from our ERP (non-SAP) through CIG to our buyers in Ariba network. We want to post invoices from our ERP (Non-Sap) to CIG directly without any Web server setup or middle ware.
Please let me know how this can be achieved.
Also when we test cxml invoice through postman by posting it to Ariba URL, We get “Acknowledged” status from Ariba as highlighted in below screenshot.
But there is no confirmation if the invoice is sent to buyer neither any notification message in our ariba outbox.
Have mentioned Buyer ANID in cxml invoice while post to Ariba url & buyer is from our customer list, not sure how to check further process & why there is no notification if the invoice is received by buyer.

Retrieve Zoho Mail using Zoho CRM API

We have connected our Zoho Mail with Zoho CRM using IMAP configuration. Now we are able to see the emails on Contact's Email section.
Is there a way to get these emails via Zoho CRM API? Similar to how we get Notes/Events for a contact.
on Zoho CRM we don't have any functions or API's available to fetch mail sent from CRM. But using Zoho mail API's we can fetch the required information. Also kindly check Zoho integration tasks. But on CRM we don't have any methods by default to get those details. Mail sent to one particular lead record can be obtained user get search mail api kindly refer Zoho mail API. As you mentioned Zoho mail and CRM and integrated, in such cases you can contact Zoho CRM team requesting to provide API to get only those mail which is associated with a particular contact
FYI please find the link :
Zoho Mail API: https://www.zoho.com/mail/help/api/get-search-emails.html
ZOHO Integration Task Methods: https://www.zoho.com/deluge/help/script/mail/get-details.html
If I know what exactly you are looking for I can suggest you better

Send custom transaction id to paypal express checkout NVP

I am using Paypal Express Checkout NVP API version 115
I Already having my own shopping cart
Shopping cart is already integrated to other 3rd party clearing house ( for credit card)
I am using my own transaction id.
So, I am making 3 API Calls
Set-EC (EC refer to Express checkout)
Get-EC
Do-EC
In SET-EC, I want to send my own transaction id which can be retrieved by the DO-EC,
They have listed PAYMENTREQUEST_n_TRANSACTIONID in Set-EC.
So, I am sending my own transaction id in PAYMENTREQUEST_n_TRANSACTIONID in SET-EC
But, I am not able to receive it in DO-EC PAYMENTINFO_n_TRANSACTIONID.
Its showing me the 17 charac transaction id of Paypal.
Can anyone help me out to send my own custom transaction id and receive it upon payment completed.

Resources