Help

Automation on insert / update record

Topic Labels: Automations
593 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Afzal_Qureshi
4 - Data Explorer
4 - Data Explorer

my use case is very simple

I want to invoke a REST API on every trigger of Record Created and Updated .(Whenever new record is added in Sheet or existing record is updated )

I should be able to read all the column data of a created / updated row and pass it to my API payload as a POST request

Thanks

2 Replies 2

Look at the input.config documentation, that should be enough to get you started. Just note that your code needs to go into the “run a script” applet under the automations tab, unless you want to make an app.

Afzal_Qureshi
4 - Data Explorer
4 - Data Explorer

Can you please point me to some example / sample code ?