this is what the API is requesting:
-
request: Object
-
url: "https://api.retool.com/v1/workflows/7e9f7a9b-a146-4bc7-b0a2-f11d30ab433f/startTrigger"
-
method: "POST"
-
body: "{"---sanitized---":"---sanitized---",""EMAIL"":"info@vinyasahealth.com"}"
-
headers: Object
1. Content-Type: "application/json"
2. User-Agent: "Retool/2.0 (+https://docs.tryretool.com/docs/apis)"
3. X-Workflow-Api-Key: "---sanitized---"
4. ot-baggage-requestId: "undefined"
5. x-datadog-trace-id: "2581034863592262881"
6. x-datadog-parent-id: "2688768673185615975"
7. x-datadog-sampling-priority: "0"
8. x-datadog-tags: "_dd.p.dm=-1"
9. traceparent: "00-000000000000000023d1ad889550cce1-25506cdcd06d5067-00"
10. tracestate: "dd=t.dm:-1;s:0"
11. X-Retool-Forwarded-For: "49.36.81.89"
referring to @Darren's solution: Saving custom OAuth variables to DB for later access - #6 by Darren
I see he has used step1 in body params value. Can you exactly define what step1 is @Darren .