Some services use long API tokens that can't be passed with the URL because they exceed the 255-character limit. A dedicated field for these tokens would be great.
I'm not sure I'm following. This is an outgoing webhook? What is the method? POST options do not include variables in the URL. If you are using GET, why not use POST or POST JSON?
I am probably not fully understanding how this should work. I am trying to add new clients to a third-party email marketing platform during account creation. The idea was to create an outgoing webhook using POST/POST JSON but I need to use a bearer token
I'm not sure I'm following. This is an outgoing webhook? What is the method? POST options do not include variables in the URL. If you are using GET, why not use POST or POST JSON?
I am probably not fully understanding how this should work. I am trying to add new clients to a third-party email marketing platform during account creation. The idea was to create an outgoing webhook using POST/POST JSON but I need to use a bearer token
Comments have been locked on this page!