My Apollo HTTP API to automatically add contacts to a sequence isn't working correctly
If your Apollo HTTP API integration isn't working correctly, there are a few common issues to check:1. API Key Issues: ā¢ Verify that your API key is valid and active ā¢ Ensure the API key has proper permissions for the enrich endpoint ā¢ Check if the API key is correctly authorized for the specific action you're trying to perform 2. Request Format: ā¢ Make sure dynamic string variables are enclosed in quotation marks ā¢ Verify your headers are properly set, especially the Authorization and Content-Type headers ā¢ Double-check that your JSON formatting is correct 3. Body Format: ā¢ Ensure all keys are properly surrounded by double quotes ā¢ Check for correct punctuation, including commas between key-value pairs ā¢ Remove any extra spaces or hidden characters ā¢ Verify the overall JSON structure is validIf these steps don't resolve the issue, you may want to verify your endpoint permissions directly with Apollo.io. Sources: Apollo.io integration overview | Clay University HTTP API integration overview | Clay University HTTP API with JWT authentication | Clay University
This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in 02 Support.