Transform text to an API call

Hi,

I wanted to create a webhook for my Discord server, so I could send messages as a bot. I managed to POST some content by initializing the call, and it worked well! I wanted to be able to create a new POST API call by using workflows, but I didn’t manage to do it… I tried having my text as an API call, but it isn’t a type “API Call”, so it couldn’t work… Has anyone an answer to that?

Thanks!

I managed to resolve my problem! I had to set certain parts of my body content to be dynamic, then I set them as non-private.