Could someone share instructions on how to use the HTTP API template for Adding contacts to a sequence in Apollo? I keep getting an error that I'm using the wrong sequence ID.
To use the HTTP API template for adding contacts to a sequence in Apollo without encountering a wrong sequence ID error, follow these steps:
1. Ensure you're using the correct sequence ID in your request body.
2. Format your JSON body correctly, following these rules:
• Use quotes for strings (e.g., "sequenceId": "your_sequence_id_here")
• Don't use quotes for numbers or booleans
• For dynamic variables, use /column syntax (e.g., "email": "/column_name")
3. Double-check your API endpoint and authentication details.
If you're still encountering errors, please copy and paste your JSON body into the chat so we can troubleshoot further.