Demo image
Unlimited Data

Marketify

Never loose a client by register them in a speadsheet everytime they subscribe to your mail.

Try it !
Enter your client infos

Try it !

Submit your client infos then click on the button to see the excel spreadsheet with your client infos added

See the sheet

Use it and build it

Easy to build, easier to use.

Get started

Use it

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 body of your request must contains 3 keys:
  • Value1 : first name of the client
  • Value2 : last name of the client
  • Value3 : mail of the client
This will trigger the Marketify API which will send your data to your spreadsheet through IFFT & Google Drive.

Fast and easy to build

Build it
In order to build your own api, register and create an applet on ifft.com

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

How it works ?

The api functions very easily.

3 Key actions
No need of more
  • IFTT Webhook triggered

    When the webhook is trigered by a post demand it will instantly catch your demand.

  • IFFT Triggers the Google Sheet API

    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.

  • Google Sheet API writes on the sheet

    The google sheet API take care of writing on the dedicated google sheet.