API & Webhook Help

Diagnose Wemblo API authentication, scope, endpoint, validation, rate-limit, signature, timeout, retry, and duplicate-event problems.

TROUBLESHOOTING SEQUENCE

  1. Record the workspace, environment, time, request ID, and expected result.
  2. Confirm the endpoint and method against the live reference.
  3. Confirm the key, scope, workspace, and resource ID.
  4. Validate fields and phone-number formatting.
  5. Review status code and redacted response.
  6. For webhooks, check HTTPS, signature, timestamp, timeout, event selection, and endpoint response.
  7. Confirm retry and idempotency behavior.
  8. Escalate with redacted request and response evidence.

Who should use it

Authorized developers and technical workspace users.

Where to find it in Wemblo

Wemblo -> Developer Menu -> Webhooks

Before you begin

  • Use a server-side integration environment.
  • Create separate test and production credentials.
  • Use HTTPS and least privilege.
  • Never expose a key or webhook secret in client-side code.

Main concepts and fields

Concept / FieldMeaning or Use
EndpointHTTPS event receiver.
Event TypeSubscribed Wemblo event.
SignatureRequest verification value.
RetryRepeated delivery after failure.
IdempotencyProcesses an event once.

Test and verification

  1. Complete one successful path with fictional data.
  2. Complete one invalid, failure or permission path.
  3. Confirm the result appears in the correct workspace and module.
  4. Confirm the correct person or team can review and continue the work.

Common issues and solutions

IssueWhat to Check
401 UnauthorizedMissing, invalid, revoked or wrong-workspace key.
403 ForbiddenScope or resource permission.
422 ValidationRequired field or data format.
429 Rate LimitBackoff, volume and plan/API capacity.
Webhook retriesEndpoint response, signature, timeout and processing speed.

Security, privacy, consent, cost and provider notes

  • Use only data the business is authorized to process.
  • External provider charges, policies, approvals, limits and availability remain separate.
  • Do not expose passwords, API keys, tokens, webhook secrets, payment credentials or private customer data.
  • Use human review for sensitive, regulated, urgent, financial or final decisions.

Last reviewed: