Yes, RChilli's Email Inbox integration feature already has this capability where you can register multiple Email IDs.
The "EmailId" Field in the response you received via the webhook provides the email id of the source from which the email was sent to or forwarded to "parsing@rchillimail.com". You can classify/categorize the clients based on this field.
For Client 1:- In the response, the value for "EmailId" will be "client1@impress.ai"
For Client 2:- In the response, the value for "EmailId" will be "client2@impress.ai"
For Client 2:- In the response, the value for "EmailId" will be "client2@impress.ai"
The following format is used for email inbox responses: Email Inbox Integration (rchilli.com)
Along with that EmailSubject, EmailToCC, EmailBody, EmailFrom (same as EmailId), etc.
"EmailInfo": {
"EmailTo": "parsing@rchillimail.com",
"EmailDeliveredTo": "CAOqoYgV7mASrHTjoGMHfwow679AExBUXucQq9_vz4wRUEB6bCA@mail.gmail.com",
"EmailBody": "Email Body",
"EmailReplyTo": "",
"EmailSignature": " ",
"EmailFrom": "client1@impress.ai",
"EmailSubject": "Client Email 1",
"EmailCC": " "
}
"EmailInfo": {
"EmailTo": "parsing@rchillimail.com",
"EmailDeliveredTo": "CAOqoYgV7mASrHTjoGMHfwow679AExBUXucQq9_vz4wRUEB6bCA@mail.gmail.com",
"EmailBody": "Email Body",
"EmailReplyTo": "",
"EmailSignature": " ",
"EmailFrom": "client2@impress.ai",
"EmailSubject": "Client Email 2",
"EmailCC": " "
}
If you have any questions or concerns, please don't hesitate to reach out to us at support@rchilli.com
Comments
0 comments
Please sign in to leave a comment.