N8n + bebop ai integration

I want to connect Bebop to n8n using the HTTP Request node. Please tell me exactly what I need to enter in each field of the n8n HTTP Request node to send an existing lead to Bebop and get the Playbook/results back. Please specify:
* HTTP Method
* URL
* Authentication
* Headers
* Body type
* Exact JSON/body fields and values
Also show me a complete example of the n8n HTTP Request node configuration. I already have the lead data in n8n; I only want to know exactly what to put in the HTTP node to send that lead to Bebop and receive the results. Also, please provide the link to the official Bebop documentation/API documentation where these exact integration instructions are explained.

Hey @AbdullahShah, while you wait for a response, here are some things that might help:

Suggested resources

Automatically matched to your question.

Docs:

Forum:

@Anshul_Namdev, @mohamed3nan, @liam - you’ve helped with similar issues before, can you take a look?

Automatically suggested by n8n’s community bot. It’s a pilot - please share feedback here.

1 Like

Do you want to try that again?

We are not some AI you can instruct to get an answer to your question…

1 Like

Hi Bram, sorry about the wording of my original post, I was just trying to be as specific as possible about what I needed.

Also, if you’re familiar with this type of workflow, do you know of a better alternative to Bebop specifically for generating AI sales playbooks from lead/company data? I’m open to using another tool if it can accomplish the same thing and integrate with n8n.

Thanks.

Hi @AbdullahShah
Bebop’s integration runs the other way. Their Ready-to-Sell HubSpot guide has you create a HubSpot private app and send the pat- token and client secret to support@bebop.ai, after which Bebop writes the results into HubSpot itself, so there is nothing for the HTTP Request node to post a lead to. Two ways forward:

  1. Keep Bebop. Set that integration up, then start your n8n flow from a HubSpot Trigger on Contact > Property changed instead of calling Bebop.
  2. Generate the playbook in n8n. Feed the enriched lead into a Basic LLM Chain, turn on Require Specific Output Format and attach a Structured Output Parser, then set its schema with Generate from JSON Example and paste the exact shape you want back (score, status, reasoning, playbook). Those keys map straight onto your HubSpot properties.
    Structured Output Parser | Nodes | n8n Docs
    Picking the model behind option 2:
    AI Inference Providers for n8n (2026): Pricing & Comparison - n8n Guide