Beyond-Bot.ai + apify
Apify is a platform for building, deploying, and managing web scraping and automation tools, known as Actors.
What You Can Do with this Integration
Automate Data Entry
Automatically sync new contacts or deals from Beyond-Bot.ai to apify.
Enrich Customer Profiles
Use Beyond-Bot.ai to find and add new information to your records in apify.
Trigger Workflows
Start automated workflows in apify based on conversations with your virtual expert.
Available Actions
Here are the specific actions your virtual expert can perform within apify.
Apify Create Actor
Tool to create a new actor with specified configuration. use when you need to initialize a fresh actor programmatically before publishing or running it.
Apify Create Dataset
Tool to create a new dataset. use when you need to initialize or retrieve a dataset by name.
Apify Create Task
Tool to create a new actor task with specified settings. use when you need to configure or schedule recurring actor runs programmatically.
Apify Create Task Webhook
Tool to create a webhook for an actor task. use when you need external notifications about task run events (e.g., completion or failure) in downstream systems.
Apify Delete Actor
Tool to delete an actor permanently. use when you need to remove an actor by its id or username~actorname. confirm before calling.
Apify Delete Webhook
Tool to delete a webhook by its id. use when removing a webhook after confirming the webhook id.
Apify Get Actor
Tool to get details of a specific actor. use when you need actor metadata by id or username/actorname.
Apify Get All Webhooks
Tool to get a list of all webhooks created by the user. use when you need to enumerate webhooks before filtering or maintenance.
Apify Get Dataset Items
Tool to retrieve items from a dataset. use when you need to fetch data from a specified dataset by pagination or filtering. only json format is fully supported.
Apify Get Default Build
Tool to get the default build for an actor. use after specifying the actor id; optionally wait for the build to finish before returning.
Apify Get Key Value Record
Tool to retrieve a record from a key-value store. use when you need to fetch a specific value by key from an apify key-value store.
Apify Get List Of Builds
Tool to get a list of builds for a specific actor. use when you need paginated access to an actor’s build (version) history.
Apify Get List Of Runs
Tool to get a list of runs for a specific actor. use when you need to paginate through runs and optionally filter by status before processing run data.
Apify Get List Of Tasks
Tool to fetch a paginated list of tasks belonging to the authenticated user. use when you need to browse or sort tasks created by the user.
Apify Get List Of Task Runs
Tool to get a list of runs for a specific actor task. use when you need to paginate through task runs and optionally filter by status.
Apify Get List Of Task Webhooks
Tool to get a list of webhooks for a specific actor task. use when you need to review or paginate webhooks after creating or updating a task.
Apify Get Log
Tool to retrieve logs for a specific actor run or build. use after initiating an actor run or build when you need to inspect execution logs.
Apify Get Open Api Definition
Tool to get the openapi definition for a specific actor build. use when you need the api schema for code generation or analysis.
Apify Get Task Input
Tool to retrieve the input configuration of a specific task. use when you need to inspect stored task input before execution or debugging.
Apify Resurrect Run
Tool to resurrect a finished actor run. use when you need to restart a completed or failed run. deprecated endpoint; may be removed in future.
Apify Run Actor
Tool to run a specific actor asynchronously. use when you need to trigger an actor run without waiting for completion and retrieve its run details immediately.
Apify Run Actor Sync
Tool to run a specific actor synchronously with input and return its output record. use when immediate actor results are needed; runs may timeout after 300 seconds.
Apify Run Actor Sync Get Dataset Items
Tool to run an actor synchronously and retrieve its dataset items. use when immediate access to run results is needed.
Apify Run Task
Tool to run a specific actor task asynchronously. use when you need to trigger a task run without waiting for completion and immediately retrieve its run details.
Apify Store Data In Dataset
Tool to store data items in a dataset. use after collecting data when you want to batch-append or update items in an existing dataset.
Apify Store Data In Key Value Store
Tool to create or update a record in a key-value store. use after you have the store id and record key to persist json data.
Apify Update Key Value Store
Tool to update a key-value store's properties. use when renaming or changing access or schema version of the store after confirming the store id.
Apify Update Task Input
Tool to update the input configuration of a specific actor task. use when you need to modify a scheduled tasks input before execution.