post https://api.postscript.io/v1/triggers//subscribers/
Fires a trigger for a given shop (by API token) for a given subscriber (by subscriber ID) and using the accompanying data for the available Trigger tags.
Note
- The data key in the POST body is used to assess any available tag values.
- Any keys in data that are not one of the available tags are discarded.
- Keys in data must match tag values (without brackets "{}") such that
{"label": "My Tag", "value": "{my_tag}"}
will look for{"data": {"my_tag": "My Tag Subscriber Value"}}