Trigger prompts for Actions

Hey guys,

I wanted to reach out and ask if anyone is familiar with trigger prompts for the following actions:

  1. Eleven Labs
  2. Word Doc Generator
  3. Google Sheets Information Collector BETA

I have tried these separately and somehow the actions just don’t get triggered despite trying different prompts.

Is there anyone out there who has managed to make it work who can share a ‘sample/template prompt’ to help?

Please and thank you

Hi - First it depends on which LLM you are using, they will work easily with GPT 4. Others are a bit fussier but you can make them work. For Claude or OpenAI o3, I just use a basic trigger in the action itself “when the user requests / when x is complete”. then in the actual prompt I put something like the below:

Once the XXX have been created you can use the action ‘Word Doc Generator’ to create a word document. To use this action you will need to pass your markdown input and a name for the word document file name. Once the file is create provide a link for download for the user in the chat.

to work this out I duplicated the action, then looked at which variables need to get passed in an specify them in the prompt.

Hope that is helpful!