Q: Does AgenticFlow.ai supports Genpage.ai and Samdock natively?
Does AgenticFlow.ai support Genpage.ai (https://www.genpage.ai/) and Samdock https://www.samdock.com/ natively? or via API/webhooks.
* If direct integrations aren’t available, can I use webhooks or API calls to connect them.
SeanP_AgenticFlowAI
May 23, 2025A: Hey Joellecruz!
Good questions about integrating Genpage.ai and Samdock with AgenticFlow.
1. Native Support (Direct MCP Connectors):
Currently, Genpage.ai and Samdock are not listed as having dedicated, pre-built native MCP connectors within AgenticFlow. You can always check our full list of available MCPs here: https://agenticflow.ai/mcp
2. Connecting via API Calls or Webhooks:
Yes, this is generally how you'd integrate services that don't have a direct MCP yet.
Genpage.ai (https://www.genpage.ai/):
You'll need to check if Genpage.ai offers a public API. If they do, you can use AgenticFlow's API Call node in a workflow to send data to Genpage (e.g., to trigger a page generation) or retrieve data from it.
If Genpage.ai can send webhooks (e.g., when a page is ready), AgenticFlow can receive these webhooks via its Workflow API Endpoint to trigger further actions.
Samdock (https://www.samdock.com/):
Similarly, check if Samdock provides a public API. If so, you can use the API Call node to interact with it (e.g., create/update contacts, log activities).
If Samdock can send webhooks (e.g., for new leads), AgenticFlow can receive them.
How to Proceed:
- Check API Docs: The first step is to look at the developer documentation for both Genpage.ai and Samdock to see what API endpoints and webhook capabilities they offer.
- Use AgenticFlow's API Call Node: If they have APIs, you'll configure the API Call node with their endpoint URLs, any necessary authentication (API keys, headers), and the data payload.
- Use AgenticFlow's Workflow API Endpoint for Incoming Webhooks: If they can send webhooks, you'll give them the unique URL of an AgenticFlow workflow designed to catch and process that incoming data.
3. Request MCPs on Roadmap: If you'd like to see easier, more native MCP integrations for Genpage.ai or Samdock in the future, please feel free to add them as feature requests on our public roadmap: https://agenticflow.featurebase.app/. Community demand really helps us prioritize!
So, while native "plug-and-play" MCPs aren't there for these specific tools right now, integration via their APIs (using our API Call node) or webhooks is very often possible and how many users connect to a wide variety of services.
Let me know if you find their API docs and need a pointer on how to structure the API Call node!
— Sean