RChilli Email Inbox Parsing:
Email Inbox Parsing feature gives you the ability to parse resumes and JDs from your mailbox. You just need to register your email id with us, along with a few other parameters. Once you done with setting up the parameters, then you need to forward Resumes or JDs by setting up a forwarder to a specific email ID 'parsing@rchillimail.com' or JD to 'jdparsing@rchillimail.com' respectively, from your registered email ID. We will process resumes/JDs from the attachment or email body content and then will post the output to your registered webhook page or webhook URL.
Email Inbox parsing setup is a simple process done in 3 steps:
Step 1. Create HTTP POST capturing page also known as a webhook page or webhook URL, which should be capable of capturing the JSON and publicly accessible. There should be read, write, and execute permission to the webhook page so that output JSON files can be pushed to the webhook URL.
You need to provide this public webhook URL to RChilli Support Team so that they can set it up for your account and you can have output JSON on this webhook URL.
Step 2. Register your email ID, from which you want to process the emails with us, by calling our API.
Add Email: You can add email using GET or POST method
URL: https://webmail.rchilli.com/addEmail
Parameters:
1) Email (string): Valid email ID from which you will send emails
2) User Key (string): Valid User Key
3) API Version (string): RChilli API version
4) Sub User ID (string): As per agreement
5) Webhook URL (string): Public web page URL to be hosted on your side on which we will post resume output JSON
6) Email Process Type (string): 0- Attachment, 1- Mail body, 2 – Both
7) JD API Version (Optional): RChilli JD API version
8) JD Webhook URL (Optional): Public web page URL to be hosted on your side on which we will post JD output JSON
Note: If the optional parameter is not supplied, the default value will be set. The Default JD Parser API version is 3.0, and JD webhook URL is the same as the Resume parsing webhook URL.
GET Method sample:
http://webmail.rchilli.com/addEmail?email=<email_id>&userKey=<userkey>&subUserId=<subuser_id>&webhookUrl=<Your HTTP POST URL>&apiVersion=<Your API Version> &emailProcessType=<What to process in a mail>&jdApiVersion=<JdParser>&jdWebhookUrl=<Webhook url for JD output>
Response:
<success>
<successmsg> Email (<Email id>) registered successfully. </successmsg>
</success>
Step 3. At last, simply set a Forwarder from registered email ID to parsing@rchillimail.com for parsing resumes OR to jdparsing@rchillimail.com for parsing JDs. We will process your forwarded email and post output JSON to your webhook page or webhook URL.
Find more information at Email Inbox Documentation
Rest, you can contact the RChilli Support team via creating a ticket at RChilli HelpDesk or simply you can send an email at support@rchilli.com for any kind of assistance.
Comments
0 comments
Please sign in to leave a comment.