mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2026-03-21 22:32:17 +00:00
change header X-On-Behalf-Of to From which is new deprecated, see also: https://github.com/zammad/zammad-documentation/pull/644
This commit is contained in:
parent
23cecb3097
commit
6dd48b7f40
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ try:
|
||||||
response = session.post(
|
response = session.post(
|
||||||
urljoin(ZAMMAD_URL, "api/v1/tickets"),
|
urljoin(ZAMMAD_URL, "api/v1/tickets"),
|
||||||
headers={
|
headers={
|
||||||
"X-On-Behalf-Of": contact_email,
|
"From": contact_email,
|
||||||
},
|
},
|
||||||
json=dict(
|
json=dict(
|
||||||
title=f"Kontaktformular {contact_name} – {form_name}",
|
title=f"Kontaktformular {contact_name} – {form_name}",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue