Never loose a client by register them in a speadsheet everytime they subscribe to your mail.
Try it !Submit your client infos then click on the button to see the excel spreadsheet with your client infos added
See the sheetEasy to build, easier to use.
In order for your client datas to be send to your spreadsheet you have to make a post request to Marketify send the data to the spreadsheet.
POST https://maker.ifttt.com/trigger/marketify/with/key/{{key}}
body : {
"Value1": "Note title",
"Value2": "This is the note text"
}
The "this" part of your applet must be webhook. Select it, and click on "Receive a Web Request". Name your event name "marketify"
The "that" part of your applet must be google sheet. Connect your google account to your iftt one.
Select "Add row to spreadsheet".
You can customize parameters here, such as the field you want to see or not in your spreadsheet or the order, the Google sheet name & path.
Click on save. Get your API Key here (in the "documentation" at the top-left of the screen).
Congrats ! Your Marketify API is ready to work
The api functions very easily.
When the webhook is trigered by a post demand it will instantly catch your demand.
When the demand is catched by ifft, it will make a request to the google sheet API to write the requested infos on the google sheet.
The google sheet API take care of writing on the dedicated google sheet.