New to Zapier. Trying to create a Zap that goes Email Parser > Outbound Webhook.
My outbound webhook requires a particular x-token header value which is an API token. Obviously I don’t want to store that in plain text.
How / where can I encrypt that and then use it in my Zap? I’m imagining something like:
x-token: {{ .secret.MY_TOKEN }}