BookedIn icon

BookedIn

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

Overview

This node enables interaction with the BookedIn platform, specifically focusing on sending human messages through various channels. For the Human Message resource and the Send Instagram operation, it allows users to send Instagram messages directly to leads via a business Instagram account managed in BookedIn.

Typical use cases include:

  • Sending personalized follow-up messages to Instagram leads.
  • Automating outreach or customer support conversations on Instagram.
  • Integrating Instagram messaging into broader marketing or sales workflows.

For example, a sales team can automatically send an Instagram message to a lead after a campaign trigger, using this node to deliver the message content and specify the chat and account IDs.

Properties

Name Meaning
Lead ID The unique identifier of the lead to whom the Instagram message will be sent.
Message The text content of the Instagram message to send.
Chat ID The Instagram chat ID representing the conversation thread where the message will appear.
Account ID The business Instagram account ID used to send the message via BookedIn's platform.

Output

The node outputs JSON data representing the response from the BookedIn API after attempting to send the Instagram message. This typically includes details about the sent message or any error information if the request failed.

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 POST requests to BookedIn endpoints to send messages.
  • Proper configuration of the business Instagram account within BookedIn is necessary, including obtaining valid accountId and chatId values.

Troubleshooting

  • Invalid or missing Lead ID, Chat ID, or Account ID: Ensure these IDs are correct and correspond to existing entities in BookedIn.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Message delivery failures: Check that the Instagram account is properly linked and active in BookedIn; also confirm that the chat ID corresponds to an active conversation.
  • Error messages related to input validation: For example, empty message content or improperly formatted IDs will cause errors. Make sure all required fields are provided and correctly formatted.

Links and References

Discussion