BookedIn icon

BookedIn

Interact with BookedIn AI agents, leads, campaigns, strategies, lists, and human messaging

Overview

This node integrates with the BookedIn API to manage and interact with marketing and sales automation entities such as agents, leads, lists, strategies, campaigns, and human messages. Specifically, for the Strategy - Get operation, it retrieves detailed information about a particular strategy by its unique ID.

Use cases include:

  • Fetching the configuration and details of a specific marketing or sales strategy.
  • Reviewing strategy stages and metadata before executing or updating it.
  • Integrating strategy data into workflows for reporting or decision-making.

Example: You have a strategy identified by strat_1234567890 and want to retrieve its full configuration and status to display in your CRM dashboard or use it as input for further automation steps.

Properties

Name Meaning
Strategy ID The unique identifier of the strategy to retrieve (e.g., strat_1234567890). This is required to specify which strategy to get.

Output

The node outputs a JSON object representing the retrieved strategy. This typically includes fields such as:

  • Strategy ID
  • Name
  • Description
  • Stages (an array detailing the steps or phases within the strategy)
  • Other metadata related to the strategy configuration

The output is structured as an array of JSON objects (one per input item), each containing the full strategy data returned from the BookedIn API.

No binary data is produced by this operation.

Dependencies

  • Requires an active connection to the BookedIn API via an API key credential configured in n8n.
  • The node uses authenticated HTTP requests to the BookedIn API endpoints.
  • Network access to https://api.bookedin.ai must be available.

Troubleshooting

  • Invalid Strategy ID: If the provided Strategy ID does not exist or is malformed, the API will return an error. Verify the ID format and existence.
  • Authentication Errors: Ensure that the API key credential is correctly set up and has permissions to access strategy data.
  • Network Issues: Connectivity problems to the BookedIn API endpoint can cause failures; check network/firewall settings.
  • JSON Parsing Errors: Although not typical for the "get" operation, if you manipulate strategy configurations elsewhere, ensure valid JSON formatting.

If the node throws errors, enabling "Continue On Fail" can help process multiple items without stopping the entire workflow.

Links and References

Discussion