Send Google sheets post to an API
Budget: €30 – €250 EUR
Hi!
I want send a post request from a Google Sheets sheet, for every new row on this google sheet: https://docs.google.com/spreadsheets/d/1cKMUzr1qLbWUpI7b6gQ8luJHjVEszoQJKeAm4GE_ORc/edit#gid=395941022
The post request should go to the Facebook API:
https://graph.facebook.com/{API_VERSION}/{PIXEL_ID}/events?access_token={TOKEN}
With the following information:
data=[
{
"event_name": "Purchase",
"event_time": 1637525497,
"user_data": {
"em": [
"test@email"
]}
}
]
Thank you!
I want send a post request from a Google Sheets sheet, for every new row on this google sheet: https://docs.google.com/spreadsheets/d/1cKMUzr1qLbWUpI7b6gQ8luJHjVEszoQJKeAm4GE_ORc/edit#gid=395941022
The post request should go to the Facebook API:
https://graph.facebook.com/{API_VERSION}/{PIXEL_ID}/events?access_token={TOKEN}
With the following information:
data=[
{
"event_name": "Purchase",
"event_time": 1637525497,
"user_data": {
"em": [
"test@email"
]}
}
]
Thank you!