Meta Events
Retry meta event
Meta Events
Retry meta event
This endpoint retries a meta event
PUT
/
v1
/
projects
/
{projectID}
/
meta-events
/
{metaEventID}
/
resend
Copy
curl --request PUT \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/meta-events/{metaEventID}/resend \
--header 'Authorization: <api-key>'
Copy
{
"message": "<string>",
"status": true,
"data": {
"attempt": {
"request_http_header": {},
"response_data": "<string>",
"response_http_header": {}
},
"created_at": "<string>",
"deleted_at": "<string>",
"event_type": "<string>",
"metadata": {
"data": [
123
],
"interval_seconds": 123,
"max_retry_seconds": 123,
"next_send_time": "<string>",
"num_trials": 123,
"raw": "<string>",
"retry_limit": 123,
"strategy": "linear"
},
"project_id": "<string>",
"status": "Scheduled",
"uid": "<string>",
"updated_at": "<string>"
}
}
Authorizations
Response
200 - application/json
Data to be sent to endpoint.
NumTrials: number of times we have tried to deliver this Event to an application
Available options:
linear
, exponential
Available options:
Scheduled
, Processing
, Discarded
, Failure
, Success
, Retry
Was this page helpful?
Copy
curl --request PUT \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/meta-events/{metaEventID}/resend \
--header 'Authorization: <api-key>'
Copy
{
"message": "<string>",
"status": true,
"data": {
"attempt": {
"request_http_header": {},
"response_data": "<string>",
"response_http_header": {}
},
"created_at": "<string>",
"deleted_at": "<string>",
"event_type": "<string>",
"metadata": {
"data": [
123
],
"interval_seconds": 123,
"max_retry_seconds": 123,
"next_send_time": "<string>",
"num_trials": 123,
"raw": "<string>",
"retry_limit": 123,
"strategy": "linear"
},
"project_id": "<string>",
"status": "Scheduled",
"uid": "<string>",
"updated_at": "<string>"
}
}