Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event 'skipped' is not declared in API #27

Open
gonzad26 opened this issue Jun 20, 2024 · 0 comments
Open

Event 'skipped' is not declared in API #27

gonzad26 opened this issue Jun 20, 2024 · 0 comments

Comments

@gonzad26
Copy link

Hi,

I have found using this PHP library (version 2.0) the following error, callling the getSmsEvents method that calls the API endpoint /transactionalSMS/statistics/events

Invalid value for 'event', must be one of 'bounces', 'hardBounces', 'softBounces', 'delivered', 'sent', 'accepted', 'unsubscription', 'replies', 'blocked', 'rejected'

I have managed to find the event that is not on that list of possible event types that the library expects. It is 'skipped'. This is the example that i have.

{
			"phoneNumber": "11169581298",
			"date": "2024-06-19T12:34:52.000-03:00",
			"messageId": "22136031729812",
			"event": "skipped"
		}

Is this a bug or something that wasn't updated yet?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant