-
Notifications
You must be signed in to change notification settings - Fork 8
Configure IFTTT service
First of all, you need an account on https://ifttt.com . If you do not already have one, create it first by using the 'Sign up' link.
Second, see Installation if you have not installed bunq2IFTTT yet. You will need the URL for your installation in the last step.
Next, you need to setup a development organization on the IFTTT platform (don't worry, the free account is enough):
- Go to https://platform.ifttt.com
- Login to your IFTTT account
- Click on 'Try now'
- Enter an organization name (you can make up one if you want)
Next, you can configure your service. As you develop a private service, most of the values don't matter that much, as only you see them.
See screenshot.
- Service name: pick a name you want, I suggest to use bunq in the name so you can recognize it easily
- Description: anything goes
- Category: Finance & Payments
- IFTTT service ID: pick anything you want, but it must be unique
For a better visual experience, it is suggested to add the bunq logo's on the 'Branding' page
See screenshot.
- Brand logo -> suggest to use bunq_icon.svg here
- Brand color -> choose any you want, though a neutral color works best (e.g. #666666, which is dark grey)
- Applet logo -> same as brand logo, use bunq_icon.svg here
- Works with icon -> suggest to use bunq_white.svg here
Finally you need to configure the service URL and note the service key. Click on the API tab, which brings you to the General page, where you see two fields:
See screenshot.
- IFTTT API URL: fill in the URL of your installation of the bunq2IFTTT app. If you use google appengine, then your URL will look something like https://yourprojectid.appspot.com (don't forget to use https:// not http:// !)
- Service Key: copy this key by clicking on it, you need it in the next step when you configure the bunq2IFTTT app
Go to Configure bunq2IFTTT