Call Back URL Failed In Web Hook Method
Send Fax
- The “send fax” URL is failing. (https://t2api.us.cloudmessaging.opentext.com/mra/v1/outbound/faxes)
- We are getting an HTTP 500 error directly from this call.
- Documentation used
Send Email
- The “Send Email” process is NOT calling our call-back webhook. (https://t2api.us.cloudmessaging.opentext.com/mra/v1/outbound/emails)
- No requests coming into the webhook urls
- Documentation used
Comments
-
Can you provide user ID or email address used to authenticate _OR_ a job ID (job number)?
0 -
Send Fax seems to be working fine in the T2API domain.
Are you getting any specific error message ?
What is the sample JSON being used ?
0 -
I am also having the same issue with send mail not calling the callback URL. Job id is flusme-2951306 and here's the excerpt from the json. The endpoint uses basic auth
"reports":{
"delivery_report":{
"type":"summary",
"report_destinations":[{
"url":"https://dev82708.service-now.com/api/x_336827_csi_notif/csi",
"username":"*****",
"password":"*****"
}]
},
"final_report":{
"type":"summary",
"report_destinations":[{
"url":"https://dev82708.service-now.com/api/x_336827_csi_notif/csi",
"username":"*****",
"password":"*****"
}]
}
}
0 -
username and password are not accepted as keywords under the report_destinations element.
The values can be passed through the URL instead.
e.g.
sftp://user:password@hostname/some/path/value
or
0 -
The fields username and password will get ignored, as its not part of the schema.
Please pass on the job ID which was received.
0 -
@Akash Venugopal We did not receive any specific error message and here is the sample JSON we have used,
Email Request
{
"options": {
"billing_code": "Billing code",
"customer_reference": "Customer Reference",
"email_options": {
"from_display_name": "Company",
"subject": "Document"
}
},
"destinations": [
{
"email": "test@test.com"
}
],
"body": [
{
"type": "HTML",
"data": "UGxlZpbmQgdGhlIGF0dGFjaGVkIGNsYWltIGRvY3VtZW50Lg=="
}
],
"attachments": [
{
"name": "b1c70d14-6cde-4061-959f-e0bfbfc2f24b.PDF",
"type": "PDF",
"data": "base64 string"
}
],
"reports": {
"delivery_report": {
"type": "summary",
"report_destinations": [
{
"url": "https://sampleurl.com"
}
]
}
}
}
Fax Request
{
"options": {
"billing_code": "Billing Code",
"customer_reference": "Customer Reference"
},
"reports": {
"type": "summary",
"report_destinations": [
{
"url":"https://sampleurl.com"
}
]
},
"destinations": [
{
"fax": "111111111"
}
],
"documents": [
{
"name": "temp.txt",
"type": "text",
"charset": "UTF-8",
"data": "VGhpcyBpcyBzYW1wbdGV4dCBkYXRh"
}
]
}
0
Categories
- All Categories
- 123 Developer Announcements
- 54 Articles
- 152 General Questions
- 148 Thrust Services
- 57 Developer Hackathon
- 37 Thrust Studio
- 20.6K Analytics
- 4.2K AppWorks
- 9K Extended ECM
- 918 Core Messaging
- 84 Digital Asset Management
- 9.4K Documentum
- 32 eDOCS
- 190 Exstream
- 39.8K TeamSite
- 1.7K Web Experience Management
- 10 XM Fax
- Follow Categories