BookedIn icon

BookedIn

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

Overview

This node allows you to create a new campaign in the BookedIn system. A campaign is a marketing or outreach effort that targets a specific list of leads using a defined strategy. This node is useful for automating the creation of campaigns as part of your workflow, enabling you to programmatically set up campaigns without manual intervention.

Typical use cases include:

  • Automatically creating seasonal or quarterly outreach campaigns targeting specific lead lists.
  • Setting up campaigns with predefined strategies to streamline marketing efforts.
  • Integrating campaign creation into larger automation workflows involving lead management and strategy execution.

For example, you might create a "Q4 Outreach Campaign" targeting a list of prospects with a particular sales strategy, all triggered automatically from your CRM or marketing platform.

Properties

Name Meaning
Campaign Name The name of the campaign to be created (e.g., "Q4 Outreach Campaign").
List ID The identifier of the lead list that the campaign will target (e.g., "li_abcdef123456").
Strategy ID The identifier of the strategy to apply within the campaign (e.g., "strat_1234567890").
Description Optional textual description providing additional details about the campaign.

Output

The node outputs JSON data representing the newly created campaign object returned by the BookedIn API. This typically includes fields such as the campaign's unique ID, name, associated list and strategy IDs, description, creation timestamps, and other metadata related to the campaign.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the BookedIn API.
  • The node makes HTTP requests to the BookedIn REST API endpoints.
  • Ensure the API key has permissions to create campaigns.
  • Network connectivity to https://api.bookedin.ai must be available.

Troubleshooting

  • Missing Required Fields: If required properties like Campaign Name, List ID, or Strategy ID are missing or empty, the API call will fail. Make sure these are provided.
  • Invalid IDs: Providing invalid or non-existent List ID or Strategy ID will cause errors. Verify these IDs exist in your BookedIn account.
  • API Authentication Errors: If the API key is invalid or lacks permissions, authentication errors will occur. Check your API credentials.
  • Network Issues: Connectivity problems to the BookedIn API endpoint can cause request failures.
  • Unexpected API Responses: If the API changes or returns unexpected data, the node may throw errors. Review API documentation or update the node accordingly.

Links and References

Discussion