If you display job postings on your website using the Recruitee API, this button allows candidates to apply directly via WhatsApp. FunnelBridge simplifies the process for developers.
👤 Who this article is for
This article is for developers or technical team members responsible for setting up and managing the display of Recruitee job postings on the company website.
1. Button placement
FunnelBridge automatically generates a unique “Apply with WhatsApp” link for each job in Recruitee.
Since the WhatsApp bot uses this link to identify which job the candidate is applying for, each job on your website must include a dedicated button.
The next step will show you how to generate these links dynamically.
2. Link structure
The link is structured as follows:
https://app.funnelbridge.ruhrsolutions.com/go/<phonenumber>/<funnelbridge-organization-id>/<recruitee-job-slug>/
Here’s how to determine each value dynamically:
“Phonenumber”
Example: 4915731892767
What is it?
The customer provides the phone number uniquely linked to their FunnelBridge/Recruitee account.
How to get it:
If you haven’t received it, contact our support team via chat. Mention your name and the customer you’re working with.
“Organization-id”
Example: c5b8f489-8318-4990-861c-3a95eb238d35
What is it?
The unique ID of the customer’s FunnelBridge account.
How to get it:
If you haven’t received it, contact our support team via chat. Mention your name and the customer you’re working with.
“Recruitee-job-slug”
Example: sales-engineer
What is it?
The slug is the last part of the job’s URL, usually based on the job title.
How to get it:
Recruitee creates a unique slug for each job. You can find it in the JSON response from the Recruitee Careers Site API (/api/offers
), under the slug field of each job object.
Example: In the URL http://karriereseite.com/o/softwareentwickler-in-berlin
, the slug is softwareentwickler-in-berlin
.
If you’re unsure how to get this via the API, please get in touch with our support team via chat.