A.G | Ant
09/09/2025, 8:11 AMGEORGE || AI AND WEB INNOVATOR
09/10/2025, 11:37 AMChiranjeet Mishra
09/11/2025, 5:34 AM{
"type": "apiRequest",
"name": "create_supabase_record",
"method": "POST",
"url": "https://your-project.supabase.co/rest/v1/users",
"headers": {
"type": "object",
"properties": {
"apikey": {
"type": "string"
},
"Authorization": {
"type": "string"
}
}
},
"body": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"email": {
"type": "string"
}
}
}
}Jerry
09/17/2025, 8:50 AMChiranjeet Mishra
09/19/2025, 6:59 AMend-of-call report looks like it is already enabled by default. if you provide a call id that uses the work flow, we will be able to look into the logs and verify the report is the enabled.Jerry
09/19/2025, 11:28 AMChiranjeet Mishra
09/23/2025, 9:44 AM