Skip to main content
Question

Get the name of the trigger app for a subsequent action

  • March 29, 2022
  • 1 reply
  • 88 views

Hi Zapier Community,

In the zap I have built, the trigger app is Hubspot and the trigger event is “New Deal”. Now, I would like to get the name of the trigger app (here, Hubspot) for a subsequent action where I use this name. How do I get the trigger app service name?

I have tried obtaining the bundle and using the name under the service attribute as given here:

"trigger": {
          "service": {
            "name": "A Zapier App",
            "logos": {
              "16x16": "https://cdn.zapier.com/storage/photos/73a6433488cca7c5bd6ed9836fd6d9c8.png",
              "32x32": "https://cdn.zapier.com/storage/photos/73a6433488cca7c5bd6ed9836fd6d9c8.png",
              "64x64": "https://cdn.zapier.com/storage/photos/73a6433488cca7c5bd6ed9836fd6d9c8.png",
              "128x128": "https://cdn.zapier.com/storage/photos/73a6433488cca7c5bd6ed9836fd6d9c8.png"
            }
          }
        }

Even if I turn on the Zap and create a new deal on Hubspot, the name of the trigger service is “A Zapier App” only and not “Hubspot”
 

Please tell me how I can get the trigger service name as the app that is used to trigger the zap (here, Hubspot).

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Danvers
Forum|alt.badge.img+12
  • Zapier Staff
  • 3731 replies
  • April 7, 2022

Hi @BaIntegrations 🖐🏻

Could I ask where you want to pass the name of the trigger app to? For example, do you want it in an action of the same Zap, the action of a different Zap, or in a field in a different app entirely? Are you building a custom integration using the Developer Platform or adding a code/webhook step into a Zap? Thanks!