Make (Integromat) Integration Quick Start¶
Use HTTP modules and webhooks to connect CodeTether with Make.
Quick Start¶
- Create a Custom webhook module in Make
- Add an HTTP module to POST to
/v1/automation/tasks - Use webhook URL in
webhook_urlparameter - Process results in subsequent modules
Example¶
Authentication¶
Header: Authorization: Bearer ct_your_api_key_here
Troubleshooting¶
- Check API key format (ct_*)
- Verify webhook is public
- Check scenario logs