Question

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

  • 5 February 2021
  • 1 reply
  • 79 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


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

Userlevel 7
Badge +9

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.