Skip to main content
Glama
translation.json10.2 kB
{ "Automate your complete HR hiring and onboarding workflow. Manage applicants, job openings, interview scheduling, and track progress through hiring stages with real-time webhooks.": "Automate your complete HR hiring and onboarding workflow. Manage applicants, job openings, interview scheduling, and track progress through hiring stages with real-time webhooks.", "Enter your Fountain API key from Profile > Manage API Keys or Settings > Integrations & API Keys": "Enter your Fountain API key from Profile > Manage API Keys or Settings > Integrations & API Keys", "Create Applicant": "Create Applicant", "Delete Applicant": "Delete Applicant", "Get Applicant Details": "Get Applicant Details", "Get Interview Sessions": "Get Interview Sessions", "Get Opening": "Get Opening", "Get Stage": "Get Stage", "List All Applicant Details": "List All Applicant Details", "List All Opening Details": "List All Opening Details", "List All Stages": "List All Stages", "Update Applicant Info": "Update Applicant Info", "Add a new applicant to your hiring pipeline": "Add a new applicant to your hiring pipeline", "Delete an applicant by their ID": "Delete an applicant by their ID", "Get complete applicant information": "Get complete applicant information", "Returns the applicant's interview sessions": "Returns the applicant's interview sessions", "Get details for a specific job opening": "Get details for a specific job opening", "Retrieves a specific Stage": "Retrieves a specific Stage", "List applicants with optional filters": "List applicants with optional filters", "List job openings with optional filters": "List job openings with optional filters", "Retrieves an Opening's stages": "Retrieves an Opening's stages", "Update an applicant's information": "Update an applicant's information", "Full Name": "Full Name", "Email": "Email", "Phone Number": "Phone Number", "Check for Duplicates": "Check for Duplicates", "Applicant": "Applicant", "Opening": "Opening", "Stage": "Stage", "Location": "Location", "Labels": "Labels", "Exclude Temporary": "Exclude Temporary", "Results Per Page": "Results Per Page", "Cursor": "Cursor", "Include Sub-accounts": "Include Sub-accounts", "Active Only": "Active Only", "Hiring Funnels Only": "Hiring Funnels Only", "Sourcing Funnels Only": "Sourcing Funnels Only", "Private Only": "Private Only", "Owner": "Owner", "Name": "Name", "Custom Data": "Custom Data", "Secure Data": "Secure Data", "Rejection Reason": "Rejection Reason", "Applicant's full name": "Applicant's full name", "Applicant's email address": "Applicant's email address", "Applicant's complete phone number": "Applicant's complete phone number", "Apply additional duplicate applicant blocking rules specified in company duplicate settings": "Apply additional duplicate applicant blocking rules specified in company duplicate settings", "The applicant to delete (shows 50 most recent applicants)": "The applicant to delete (shows 50 most recent applicants)", "The applicant to retrieve details for (shows 50 most recent applicants)": "The applicant to retrieve details for (shows 50 most recent applicants)", "The applicant to get interview sessions for (shows 50 most recent applicants)": "The applicant to get interview sessions for (shows 50 most recent applicants)", "The opening to retrieve details for": "The opening to retrieve details for", "The opening that contains the stage": "The opening that contains the stage", "The stage to retrieve details for": "The stage to retrieve details for", "Filter applicants by opening": "Filter applicants by opening", "Filter applicants by location": "Filter applicants by location", "Filter applicants by stage": "Filter applicants by stage", "Filter applicants by stage name": "Filter applicants by stage name", "Filter applicants by labels": "Filter applicants by labels", "Filter applicants by phone number": "Filter applicants by phone number", "Whether to exclude temporary/test applicants": "Whether to exclude temporary/test applicants", "Number of results per page (default: 25)": "Number of results per page (default: 25)", "Cursor for pagination": "Cursor for pagination", "Whether to include applicants from sub-accounts": "Whether to include applicants from sub-accounts", "Filter to only active openings": "Filter to only active openings", "Filter openings by location": "Filter openings by location", "Filter to only hiring funnels": "Filter to only hiring funnels", "Filter to only sourcing funnels": "Filter to only sourcing funnels", "Filter to only private openings": "Filter to only private openings", "Filter openings by owner": "Filter openings by owner", "The opening to get stages for": "The opening to get stages for", "The applicant to update (shows 50 most recent applicants)": "The applicant to update (shows 50 most recent applicants)", "Custom data fields to update (key-value pairs)": "Custom data fields to update (key-value pairs)", "Secure data fields to update (key-value pairs like SSN, etc.)": "Secure data fields to update (key-value pairs like SSN, etc.)", "Manually set reason for rejection": "Manually set reason for rejection", "Applicant Webhook": "Applicant Webhook", "Worker Webhook": "Worker Webhook", "Custom Attribute Webhook": "Custom Attribute Webhook", "Universal Tasks Webhook": "Universal Tasks Webhook", "Triggers when Fountain sends applicant webhook events": "Triggers when Fountain sends applicant webhook events", "Triggers when Fountain sends worker webhook events": "Triggers when Fountain sends worker webhook events", "Triggers when Fountain worker custom attribute values change": "Triggers when Fountain worker custom attribute values change", "Triggers when workers complete tasks or reach flow endpoints in Fountain Onboard": "Triggers when workers complete tasks or reach flow endpoints in Fountain Onboard", "Markdown": "Markdown", "Verify Authentication": "Verify Authentication", "Authentication Key": "Authentication Key", "\n## Setup Instructions\n\n1. Go to your Fountain account Settings > Automations\n2. Click \"Create automation\"\n3. Select \"Applicant\" as the source\n4. Choose your trigger conditions (e.g., when applicant status changes)\n5. Select \"Send a webhook...\" as the action\n6. Copy and paste the webhook URL below into the URL field\n7. Set the Authentication key (this will be sent as Authorization header)\n8. Make sure to select \"Send applicant payload\" in the webhook options\n\n**Webhook URL:**\n```text\n{{webhookUrl}}\n```\n": "\n## Setup Instructions\n\n1. Go to your Fountain account Settings > Automations\n2. Click \"Create automation\"\n3. Select \"Applicant\" as the source\n4. Choose your trigger conditions (e.g., when applicant status changes)\n5. Select \"Send a webhook...\" as the action\n6. Copy and paste the webhook URL below into the URL field\n7. Set the Authentication key (this will be sent as Authorization header)\n8. Make sure to select \"Send applicant payload\" in the webhook options\n\n**Webhook URL:**\n```text\n{{webhookUrl}}\n```\n", "Verify the Authorization header matches the expected key": "Verify the Authorization header matches the expected key", "The authentication key set in Fountain webhook configuration": "The authentication key set in Fountain webhook configuration", "\n## Setup Instructions\n\n1. Go to your Fountain account Settings > Automations\n2. Click \"Create automation\"\n3. Select \"Worker\" as the source\n4. Choose your trigger conditions (e.g., when worker status changes)\n5. Select \"Send a webhook...\" as the action\n6. Copy and paste the webhook URL below into the URL field\n7. Set the Authentication key (this will be sent as Authorization header)\n8. Make sure to select \"Send worker payload\" in the webhook options\n\n**Webhook URL:**\n```text\n{{webhookUrl}}\n```\n": "\n## Setup Instructions\n\n1. Go to your Fountain account Settings > Automations\n2. Click \"Create automation\"\n3. Select \"Worker\" as the source\n4. Choose your trigger conditions (e.g., when worker status changes)\n5. Select \"Send a webhook...\" as the action\n6. Copy and paste the webhook URL below into the URL field\n7. Set the Authentication key (this will be sent as Authorization header)\n8. Make sure to select \"Send worker payload\" in the webhook options\n\n**Webhook URL:**\n```text\n{{webhookUrl}}\n```\n", "\n## Setup Instructions\n\n1. Go to your Fountain account Settings > Worker Attributes\n2. Find the custom attribute you want to monitor\n3. Click \"...\" > Manage Webhooks\n4. In the modal, click \"Add Webhook\"\n5. Copy and paste the webhook URL below into the URL field\n6. Save the webhook configuration\n\n**Webhook URL:**\n```text\n{{webhookUrl}}\n```\n\nThis trigger will fire whenever the specified custom attribute's value changes for any worker.\n": "\n## Setup Instructions\n\n1. Go to your Fountain account Settings > Worker Attributes\n2. Find the custom attribute you want to monitor\n3. Click \"...\" > Manage Webhooks\n4. In the modal, click \"Add Webhook\"\n5. Copy and paste the webhook URL below into the URL field\n6. Save the webhook configuration\n\n**Webhook URL:**\n```text\n{{webhookUrl}}\n```\n\nThis trigger will fire whenever the specified custom attribute's value changes for any worker.\n", "\n## Setup Instructions\n\n1. Go to your Fountain Onboard system\n2. Add a Universal Task with Webhook integration\n3. Select the trigger type (task completion or flow end)\n4. Copy and paste the webhook URL below into the webhook configuration\n5. Publish the flow\n\n**Webhook URL:**\n```text\n{{webhookUrl}}\n```\n\nThis trigger will fire when workers complete tasks or reach flow endpoints in Onboard.\n": "\n## Setup Instructions\n\n1. Go to your Fountain Onboard system\n2. Add a Universal Task with Webhook integration\n3. Select the trigger type (task completion or flow end)\n4. Copy and paste the webhook URL below into the webhook configuration\n5. Publish the flow\n\n**Webhook URL:**\n```text\n{{webhookUrl}}\n```\n\nThis trigger will fire when workers complete tasks or reach flow endpoints in Onboard.\n" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server