Sending data from a Webflow Form to ActiveCampaign without using Zapier can be accomplished but may require specific configurations. Here’s how you can set it up:
1. Verify the Webflow Form Setup
- Set the Webflow form method to POST.
- Ensure the form's action URL points directly to the ActiveCampaign API endpoint intended for form submissions.
2. Obtain ActiveCampaign API URL
- Log in to ActiveCampaign and navigate to the Developer settings to find your API URL and key.
- Use this API information to configure the integration properly.
3. Set Up the Action URL
- Format the form action URL in a way that correctly matches the ActiveCampaign API endpoint required for your data.
- Make sure you are using the correct endpoint for form data submissions, which often includes the specific endpoint for contact or form submissions in ActiveCampaign.
4. Configure Form Fields
- Match Webflow form field names with those expected by ActiveCampaign. The field names in Webflow must correspond to those in ActiveCampaign to map data correctly.
5. Check Permissions and API Settings
- Ensure the API key permissions in ActiveCampaign allow for form submissions. Some keys may have restricted access.
- Update any ActiveCampaign settings that might block or redirect POST requests intended for data submission.
6. Avoid Automatic Redirects
- If the form redirects to the ActiveCampaign admin area, it may indicate a permission issue or incorrect URL endpoint.
- Test with a tool like Postman to manually POST data to verify the API endpoint's correct functioning without redirection.
Summary
To send data from a Webflow Form to ActiveCampaign without Zapier, ensure the correct POST action URL and API configuration directly match ActiveCampaign’s endpoint expectations. Ensure form field mappings are correct and verify permissions. Avoid using Zapier for this setup by relying solely on manual API configurations.