Skip to main content
Question

Getting Zap/integration details in developer platform bundle/code section

  • February 5, 2021
  • 1 reply
  • 91 views

Hi, How get zap/integration details in developer platform bundle/code section?
like trigger app details and action app details(id or app name)
Eg: If am doing zap from git push trigger to mail

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

Forum|alt.badge.img+9
  • Zapier Staff
  • 331 replies
  • February 5, 2021

The bundle data passed to your trigger or action only contains the context related the execution of your integration, and the data that the user has explicit passed to your app when they did field mapping in the Zap Editor.  You can’t assume anything about, and won’t know anything about, the app that triggered your action, or which actions the user might choose to use after your trigger steps.  Each trigger and action should be thought of as completely atomic, and independent of all other triggers and actions (including your own).

This is a question that comes up often from folks getting started building Zapier integrations.  I’m curious, if you can share what you were hoping to use that information to do?  That might help us present the material in a clearer way, that makes more immediate sense to more people.