IFTTT Integration
AutomationSimple webhook automation for image processing
Using IFTTT Webhooks
Setup Instructions
- Create a new IFTTT applet with your trigger (e.g., "New photo in Google Drive")
- Select "Webhooks" as the action service
- Choose "Make a web request"
- Configure the webhook with:
- URL: https://butterflyapi.com/api/v1/run
- Method: POST
- Content Type: application/json
Webhook Body Template
{
"api": "image-enhance",
"input": {
"image_url": "<<<{{ImageUrl}}>>>",
"scale": 2
}
}Add header: Authorization: Bearer YOUR_API_KEY