Get up and running with Buena.ai API v2 in under 5 minutes
Get started with the Buena.ai API v2 in just a few steps. This guide will walk you through making your first API call and setting up LinkedIn automation.
Now let’s schedule a LinkedIn connection request using the simplified API:
Copy
curl -X POST "https://api.buena.ai/api/v2/linkedin/scheduleLinkedInAction" \ -H "x-api-key: bna_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \ -H "Content-Type: application/json" \ -d '{ "actionType": "sendConnectionRequest", "profileUrl": "https://linkedin.com/in/johndoe", "message": "Hi John, I'd love to connect and discuss opportunities!" }'
Notice the simplification! With user-specific API keys (format:
bna_hexstring), you no longer need to specify linkedInIntegration
settings. The API automatically detects your LinkedIn account details and
timezone from the API key.